Fix-update Globe and Mail (FF for Android v68)

This commit is contained in:
magnolia1234 2020-10-01 19:09:32 +02:00
parent 016d96f308
commit 88c439b848

View file

@ -433,6 +433,10 @@ else if (matchDomain("afr.com")) {
}
else if (matchDomain("theglobeandmail.com")) {
let article_body_subscribed = document.querySelector('.c-article-body--subscribed');
if (article_body_subscribed) {
article_body_subscribed.removeAttribute('class');
}
function tgam_main() {
document.addEventListener('bpc_event', function (e) {
if (window.tgam)