Fix Quora+ (banner)

master
magnolia1234 2021-11-13 11:57:24 +01:00
parent 6ba451e392
commit 74c08048aa
2 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Chrome
Post-release
Fix Nikkei Asian Review (cookies)
Fix Quora+ (banner)
Fix Repubblica sites (re-enable Googlebot)
Add rules for new sites (opt-in to custom sites)
Check for update version on startup/options (now opt-out)

View File

@ -2355,6 +2355,14 @@ else if (matchDomain('nytimes.com')) {
}
}
else if (matchDomain('quora.com')) {
let overlay = document.querySelector('div.qu-zIndex--inline_overlay');
removeDOMElement(overlay);
let mask_image = document.querySelector('div.ePDXbR');
if (mask_image)
mask_image.classList.remove('ePDXbR');
}
else if (matchDomain('qz.com')) {
let url = window.location.href;
window.setTimeout(function () {