Upload files to "/"
This commit is contained in:
parent
3247ad8e75
commit
734385e996
10
twitter.js
Normal file
10
twitter.js
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
// ==UserScript==
|
||||||
|
// @name twitter to nitter
|
||||||
|
// @version 0.1
|
||||||
|
// @description none
|
||||||
|
// @author You
|
||||||
|
// @include *twitter.com*
|
||||||
|
// @run-at document-start
|
||||||
|
// ==/UserScript==
|
||||||
|
|
||||||
|
document.location.href=document.location.href.replace("twitter.com","nitter.net");
|
10
youtube.js
Normal file
10
youtube.js
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
// ==UserScript==
|
||||||
|
// @name youtube to yewtube
|
||||||
|
// @version 0.1
|
||||||
|
// @description none
|
||||||
|
// @author You
|
||||||
|
// @include *youtube.com*
|
||||||
|
// @run-at document-start
|
||||||
|
// ==/UserScript==
|
||||||
|
|
||||||
|
document.location.href=document.location.href.replace("www.youtube.com","yewtu.be");
|
Loading…
x
Reference in New Issue
Block a user