mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 05:17:46 +01:00
Fix-update Inkl (cookies)
This commit is contained in:
parent
41632c9120
commit
03a8ec5389
2 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,6 @@ var allow_cookies = [
|
|||
'humo.be',
|
||||
'ilfattoquotidiano.it',
|
||||
'independent.ie',
|
||||
'inkl.com',
|
||||
'intelligentinvestor.com.au',
|
||||
'knack.be',
|
||||
'lc.nl',
|
||||
|
|
|
@ -723,6 +723,8 @@ else if (matchDomain('ftm.nl')) {
|
|||
|
||||
else if (matchDomain('inkl.com')) {
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
if (window.location.href.includes('?'))
|
||||
window.location.href = window.location.href.split('?')[0];
|
||||
let menu_btn = document.querySelector('div.left-buttons-container button.menu-btn');
|
||||
if (!menu_btn) {
|
||||
let article_container = document.querySelector('div.article-content-container');
|
||||
|
|
Loading…
Reference in a new issue