I hereby claim:
- I am tacohitbox on github.
- I am tacohitbox (https://keybase.io/tacohitbox) on keybase.
- I have a public key ASAIL-Yt2HW-aDleckqsWKSNbx8OiXXDmM-5esEj5ZZGUwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
@-moz-document domain("soap2day.to") { | |
body { | |
background: #1B1B1B !important; | |
} | |
a { | |
color: #ffffff !important; | |
} | |
a:focus { |
www.last.fm##.secondary-nav-item--month.secondary-nav-item.navlist-item | |
www.last.fm##.listening-report-promo--month | |
www.last.fm##.auth-dropdown-pro-text | |
www.last.fm##.secondary-nav-item--subscription | |
www.last.fm##.change-username-faded | |
www.last.fm##[href="/pro"] | |
www.last.fm##.hidden-xs.your-progress-component.buffer-standard | |
www.last.fm##.mpu-subscription-upsell--mpu | |
www.last.fm##.avatar-status-dot--subscriber | |
www.last.fm##.inactive.player-bar |
To do: write actual documentation on how to use it.
For now, if you know how to paste code into DevTools. Paste this on your following page and it should do it.
If your username is @balls, go to https://twitter.com/balls/following and paste this code into DevTools.
I take no responsibility for rate limits, but I unfollowed 1k people on an alt without an issue.
function refresh() {
Disclaimer: This guide is working as of 1AM EST on February 2nd, 2022. This could break at any given time. If you alert me it's not working, it will not be a guarantee of a fix. You should still comment when it doesn't work just in case I actually will fix it or to alert other users that it's broken. I wrote this really simple script to get around a paywall one time.
// ==UserScript== | |
// @name Unhide Sites | |
// @version 1.0 | |
// @author tacohitbox | |
// @match *://*/* | |
// @icon https://upload.wikimedia.org/wikipedia/en/thumb/9/9a/Trollface_non-free.png/220px-Trollface_non-free.png | |
// @grant none | |
// ==/UserScript== | |
if (document.title == "Page Blocked") { |
// ==UserScript== | |
// @name RetroGames.cc Downloader | |
// @version 1.0 | |
// @description try to take over the world! | |
// @author tacohitbox | |
// @match https://www.retrogames.cc/*-games/* | |
// @icon https://www.google.com/s2/favicons?domain=retrogames.cc | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name Remove paywall for Study.com | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Removes study.com's transcript paywall. | |
// @author tacohitbox | |
// @match https://study.com/academy/lesson/* | |
// @icon https://study.com/favicon.ico | |
// @grant none | |
// ==/UserScript== |