Fixed Libremdb Support
This commit is contained in:
parent
ffe53f3a65
commit
a80831017d
1 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
// @name:de Datenschutz Umleiter
|
||||
// @namespace https://github.com/dybdeskarphet/privacy-redirector
|
||||
// @license GPLv3
|
||||
// @version 1.2.9
|
||||
// @version 1.2.10
|
||||
// @description Redirect social media platforms to their privacy respecting frontends
|
||||
// @description:tr Sosyal medya platformlarını, gizliliğe saygı duyan önyüzlerine yönlendirir
|
||||
// @description:de Leitet von Social-Media-Plattformen auf deren jeweilige datenschutzfreundlicheren Frontends
|
||||
|
@ -283,9 +283,8 @@ function redirectImdb() {
|
|||
return;
|
||||
}
|
||||
|
||||
window.stop();
|
||||
|
||||
if (window.location.pathname.startsWith("/title/")) {
|
||||
window.stop();
|
||||
let newURL =
|
||||
window.location.protocol +
|
||||
"//" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue