mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:07:47 +01:00
Add Code Sports (Australia)
This commit is contained in:
parent
4ed4d8d8ed
commit
95a32bc7c1
6 changed files with 11 additions and 2 deletions
|
@ -536,6 +536,7 @@ Grouped in options:\
|
|||
Grouped in options:\
|
||||
*News Corp Australia* site like\
|
||||
[Cairns Post](https://www.cairnspost.com.au) -
|
||||
[Code Sports](https://www.codesports.com.au) -
|
||||
[Geelong Advertiser](https://www.geelongadvertiser.com.au) -
|
||||
[Gold Coast Bulletin](https://www.goldcoastbulletin.com.au) -
|
||||
[Herald Sun](https://www.heraldsun.com.au) -
|
||||
|
|
|
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
|||
|
||||
Post-release
|
||||
Add Advance Local (local USA)
|
||||
Add Code Sports (Australia)
|
||||
Add Italian.tech
|
||||
Add Spectator World
|
||||
Fix Medium (faster)
|
||||
|
|
|
@ -163,7 +163,7 @@ else {
|
|||
removeDOMElement(story_generic_iframe, blocker);
|
||||
} else if (window.location.hostname.endsWith('.com.au')) {
|
||||
// Australia News Corp
|
||||
let au_nc_sites = ['adelaidenow.com.au', 'cairnspost.com.au', 'couriermail.com.au', 'dailytelegraph.com.au', 'geelongadvertiser.com.au', 'goldcoastbulletin.com.au', 'heraldsun.com.au', 'ntnews.com.au', 'theaustralian.com.au', 'thechronicle.com.au', 'themercury.com.au', 'townsvillebulletin.com.au', 'weeklytimesnow.com.au'];
|
||||
let au_nc_sites = ['adelaidenow.com.au', 'cairnspost.com.au', 'codesports.com.au', 'couriermail.com.au', 'dailytelegraph.com.au', 'geelongadvertiser.com.au', 'goldcoastbulletin.com.au', 'heraldsun.com.au', 'ntnews.com.au', 'theaustralian.com.au', 'thechronicle.com.au', 'themercury.com.au', 'townsvillebulletin.com.au', 'weeklytimesnow.com.au'];
|
||||
if (domain = matchDomain(au_nc_sites)) {
|
||||
let header_ads = document.querySelector('.header_ads-container');
|
||||
removeDOMElement(header_ads);
|
||||
|
|
|
@ -117,6 +117,7 @@
|
|||
"*://*.clarin.com/*",
|
||||
"*://*.cleveland.com/*",
|
||||
"*://*.cmjornal.pt/*",
|
||||
"*://*.codesports.com.au/*",
|
||||
"*://*.commentary.org/*",
|
||||
"*://*.corriere.it/*",
|
||||
"*://*.corriereadriatico.it/*",
|
||||
|
@ -569,5 +570,5 @@
|
|||
"*://*.wallkit.net/*",
|
||||
"*://*.wsj.net/*"
|
||||
],
|
||||
"version": "2.4.4.3"
|
||||
"version": "2.4.4.4"
|
||||
}
|
1
sites.js
1
sites.js
|
@ -113,6 +113,7 @@ var defaultSites = {
|
|||
group: [
|
||||
"adelaidenow.com.au",
|
||||
"cairnspost.com.au",
|
||||
"codesports.com.au",
|
||||
"couriermail.com.au",
|
||||
"dailytelegraph.com.au",
|
||||
"geelongadvertiser.com.au",
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
{
|
||||
"Code Sports": {
|
||||
"domain": "codesports.com.au",
|
||||
"allow_cookies": 1,
|
||||
"useragent": "googlebot"
|
||||
},
|
||||
"Italian.tech": {
|
||||
"domain": "italian.tech",
|
||||
"group_rule": "###_gr_it_repubblica_domains"
|
||||
|
|
Loading…
Reference in a new issue