Last active
February 20, 2019 06:16
-
-
Save SilverEzhik/9bc6d444a6493c5b8a72a84014d65695 to your computer and use it in GitHub Desktop.
write-only twitter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name No | |
// @include *twitter.com/* | |
// @run-at document-start | |
// ==/UserScript== | |
function no() { | |
var x = window.location; | |
if (x == "https://twitter.com/home" || x == "https://twitter.com/") { | |
x.replace("https://twitter.com/dril/status/922321981"); | |
} else if (x == "https://twitter.com/i/notifications" || x == "https://twitter.com/notifications") { | |
x.replace("https://twitter.com/mentions"); | |
} | |
} | |
setInterval(no, 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hide notification counts to free yourself of fomo