mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 05:37:47 +01:00
Fix-update The Times (puzzles)
This commit is contained in:
parent
b6793533f6
commit
60df2d4144
2 changed files with 2 additions and 1 deletions
|
@ -587,7 +587,7 @@ ext_api.storage.onChanged.addListener(function (changes, namespace) {
|
|||
add_grouped_sites(false);
|
||||
|
||||
for (let domainVar of enabledSites) {
|
||||
if (!allow_cookies.includes(domainVar) && !remove_cookies.includes(domainVar)) {
|
||||
if (!allow_cookies.includes(domainVar) && !remove_cookies.includes(domainVar) && !['thetimes.co.uk'].includes(domainVar)) {
|
||||
allow_cookies.push(domainVar);
|
||||
remove_cookies.push(domainVar);
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@ Fix-update Cors Anywhere (link to allow access)
|
|||
Fix-update Il Secolo XIX (amp)
|
||||
Fix-update Medium custom domains (meter)
|
||||
Fix-update Statista (premium)
|
||||
Fix-update The Times (puzzles)
|
||||
|
||||
* v2.0.7.0 (2021-02-07)
|
||||
Add Diario de Ibiza/Mallorca, Faro de Vigo & La Provincia (Spain)
|
||||
|
|
Loading…
Reference in a new issue