missing )

master
moshmage 2021-01-08 18:16:40 +00:00 committed by GitHub
parent 07b51b780b
commit 5f47a52141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ const INJECTION = {
observador: {
url: /observador.pt/,
code: `
if (!document.body.classList.has(`premium-article`)
if (!document.body.classList.has(`premium-article`))
return;
document.body.classList.remove(`premium-article`);
const paywall = document.querySelector(`.premium-paywall`);