mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:37:47 +01:00
Remove Dark Reading (no paywall)
This commit is contained in:
parent
7b49b521f7
commit
de50edd837
4 changed files with 1 additions and 5 deletions
|
@ -123,7 +123,6 @@ Grouped in options:\
|
|||
|
||||
##### Tech/Science
|
||||
[Chemical & Engineering News](https://cen.acs.org) -
|
||||
[Dark Reading](https://www.darkreading.com) -
|
||||
[Discover Magazine](https://www.discovermagazine.com) -
|
||||
[MIT Technology Review](https://www.technologyreview.com) -
|
||||
[National Geographic USA](https://www.nationalgeographic.com) -
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
Changelog Bypass Paywalls Clean - Firefox
|
||||
|
||||
Post-release
|
||||
Remove Dark Reading (no paywall)
|
||||
Fix The Toronto Star
|
||||
|
||||
* v2.8.2.0 (2022-08-28)
|
||||
|
|
|
@ -163,7 +163,6 @@
|
|||
"*://*.dailytelegraph.com.au/*",
|
||||
"*://*.dailywire.com/*",
|
||||
"*://*.dallasnews.com/*",
|
||||
"*://*.darkreading.com/*",
|
||||
"*://*.demorgen.be/*",
|
||||
"*://*.denverpost.com/*",
|
||||
"*://*.detroitnews.com/*",
|
||||
|
|
3
sites.js
3
sites.js
|
@ -319,9 +319,6 @@ var defaultSites = {
|
|||
allow_cookies: 1,
|
||||
block_regex: /(\.evolok\.net\/|nation\.africa\/resource\/themes\/nation-.+\/js\/.+\.js)/
|
||||
},
|
||||
"Dark Reading": {
|
||||
domain: "darkreading.com"
|
||||
},
|
||||
"De Tijd": {
|
||||
domain: "tijd.be",
|
||||
referer: "google"
|
||||
|
|
Loading…
Reference in a new issue