diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-07 18:05:23 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-07 18:05:23 -0500 |
commit | 2396198dd0ee49557a8e1aeb9748681f159ed708 (patch) | |
tree | e724034b20f2fcea7e8fab16fcab4392d00e84d9 | |
parent | ebeb422c79294ebfaacbaef957586c89642ca107 (diff) | |
download | book-2396198dd0ee49557a8e1aeb9748681f159ed708.tar.lz book-2396198dd0ee49557a8e1aeb9748681f159ed708.tar.xz book-2396198dd0ee49557a8e1aeb9748681f159ed708.zip |
[twitter_to_nitter] Added more instances
-rw-r--r-- | scripts-greasemonkey/twitter_to_nitter.user.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts-greasemonkey/twitter_to_nitter.user.js b/scripts-greasemonkey/twitter_to_nitter.user.js index a9b5538..1114444 100644 --- a/scripts-greasemonkey/twitter_to_nitter.user.js +++ b/scripts-greasemonkey/twitter_to_nitter.user.js @@ -9,7 +9,10 @@ // @exclude /^http(s|)://(www[.]|)nitter[.]pro/.*$/ // @exclude /^http(s|)://(www[.]|)nitter[.]snopyta[.]org/.*$/ // @exclude /^http(s|)://(www[.]|)nitter[.]42l[.]fr/.*$/ +// @exclude /^http(s|)://(www[.]|)nitter[.]13ad[.]de/.*$/ // @exclude /^http(s|)://(www[.]|)nitter[.]nixnet[.]xyz/.*$/ +// @exclude /^http(s|)://(www[.]|)nitter[.]drycat[.]fr/.*$/ +// @exclude /^http(s|)://(www[.]|)tw[.]openalgeria[.]org/.*$/ // @version 0.1 // @grant none // @license GPL version 3 or any later version::: https://www.gnu.org/licenses/gpl-3.0.html |