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 Redirect Twitter to Nitter | |
// @namespace [email protected] | |
// @description Always redirects to Nitter | |
// @include https://twitter.com/* | |
// @include https://mobile.twitter.com/* | |
// @include https://x.com/* | |
// @run-at document-start | |
// @author [email protected] | |
// @grant none |
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 Twitter links To Nitter | |
// @namespace brazenvoid | |
// @description Convert twitter URLs to Nitter URLs | |
// @author brazenvoid | |
// @include * | |
// @exclude https://twitter.com/* | |
// @run-at document-end | |
// ==/UserScript== |
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 mastodon tweaks | |
// @include https://eldritch.cafe/* | |
// @grant GM_addStyle | |
// @run-at document-start | |
// ==/UserScript== | |
GM_addStyle ( ` | |
/* bigger emojis */ | |
.status__content .emojione { |