Change Reddit instance from Teddit to Libreddit
This commit is contained in:
parent
283dd1a75c
commit
d154033c42
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @downloadURL https://raw.githubusercontent.com/dybdeskarphet/privacy-redirector/main/privacy-redirector.js
|
||||
// @updateURL https://raw.githubusercontent.com/dybdeskarphet/privacy-redirector/main/privacy-redirector.js
|
||||
// @license WTFPL
|
||||
// @version 1.1.1
|
||||
// @version 1.1.2
|
||||
// @description Redirect social media platforms to their privacy respecting frontends
|
||||
// @description:tr Sosyal medya platformlarını, gizliliğe saygı duyan önyüzlerine yönlendirir
|
||||
// @run-at document-start
|
||||
|
@ -69,7 +69,7 @@ function redirectReddit() {
|
|||
}
|
||||
|
||||
window.stop();
|
||||
location.hostname = "teddit.net";
|
||||
location.hostname = "libreddit.spike.codes";
|
||||
}
|
||||
|
||||
function redirectYoutube() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue