diff --git a/README.md b/README.md index d454593..d0454a8 100755 --- a/README.md +++ b/README.md @@ -353,6 +353,7 @@ Grouped in options:\ [Le Télégramme](https://www.letelegramme.fr) - [Le Vif](https://www.levif.be) - [Les Échos](https://www.lesechos.fr) - +[Les Inrockuptibles](https://www.lesinrocks.com) - [Marianne](https://www.marianne.net) - [Paris Match](https://www.parismatch.com) - [Science & Vie](https://www.science-et-vie.com) - diff --git a/changelog.txt b/changelog.txt index b7b5123..b68a270 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Chrome Post-release Add ESPN USA (news only) +Add Les Inrockuptibles (France) Fix The Diplomat (cookies) Fix Times of India (amp) Update custom sites (random ip) diff --git a/custom/manifest.json b/custom/manifest.json index bc1c476..51674f5 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -39,5 +39,5 @@ "webRequestBlocking", "" ], - "version": "2.4.8.0" + "version": "2.4.8.1" } diff --git a/manifest.json b/manifest.json index c780202..0e9921b 100755 --- a/manifest.json +++ b/manifest.json @@ -304,6 +304,7 @@ "*://*.lescienze.it/*", "*://*.lesechos.com/*", "*://*.lesechos.fr/*", + "*://*.lesinrocks.com/*", "*://*.lesoir.be/*", "*://*.lest-eclair.fr/*", "*://*.letelegramme.fr/*", @@ -584,5 +585,5 @@ "*://*.wallkit.net/*", "*://*.wsj.net/*" ], - "version": "2.4.8.0" + "version": "2.4.8.1" } diff --git a/sites.js b/sites.js index 61da45f..64d732e 100755 --- a/sites.js +++ b/sites.js @@ -920,6 +920,11 @@ var defaultSites = { allow_cookies: 1, block_regex: /\.tinypass\.com\// }, + "Les Inrockuptibles": { + domain: "lesinrocks.com", + allow_cookies: 1, + block_regex: /\.qiota\.com\// + }, "LimesOnline": { domain: "limesonline.com", group_rule: "###_gr_it_repubblica_domains" diff --git a/sites_updated.json b/sites_updated.json index 5bdeac8..2e65909 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -21,6 +21,11 @@ "allow_cookies": 1, "useragent": "googlebot" }, + "Les Inrockuptibles": { + "domain": "lesinrocks.com", + "allow_cookies": 1, + "block_regex": "\\.qiota\\.com\\/" + }, "San Antonio Express-News": { "domain": "expressnews.com", "block_regex": "(\\.blueconic\\.net\\/|cdn\\.ampproject\\.org\\/v\\d\/amp-(access|(sticky-)?ad)-.+\\.js)"