mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 10:57:48 +01:00
Fix-update2 TheAge.com.au
This commit is contained in:
parent
20d0cb9d4f
commit
9106319801
3 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ if (matchDomain("thesaturdaypaper.com.au")) {
|
||||||
|
|
||||||
else if (matchDomain(["theage.com.au"])) {
|
else if (matchDomain(["theage.com.au"])) {
|
||||||
let url = window.location.href;
|
let url = window.location.href;
|
||||||
let for_subscribers = document.querySelector('meta[content="FOR SUBSCRIBERS"]');
|
let for_subscribers = document.querySelector('meta[content^="FOR SUBSCRIBERS"]');
|
||||||
if (for_subscribers) {
|
if (for_subscribers) {
|
||||||
window.setTimeout(function () {
|
window.setTimeout(function () {
|
||||||
window.location.href = url.replace('www.', 'amp.');
|
window.location.href = url.replace('www.', 'amp.');
|
||||||
|
|
|
@ -304,5 +304,5 @@
|
||||||
"webRequest",
|
"webRequest",
|
||||||
"webRequestBlocking"
|
"webRequestBlocking"
|
||||||
],
|
],
|
||||||
"version": "1.8.4.2"
|
"version": "1.8.4.3"
|
||||||
}
|
}
|
|
@ -40,5 +40,5 @@
|
||||||
"webRequest",
|
"webRequest",
|
||||||
"webRequestBlocking"
|
"webRequestBlocking"
|
||||||
],
|
],
|
||||||
"version": "1.8.4.2"
|
"version": "1.8.4.3"
|
||||||
}
|
}
|
Loading…
Reference in a new issue