Skip to content

Commit 4b169bb

Browse files
committed
Corrige erro do linter
1 parent 61fb58f commit 4b169bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/burlesco.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ document.addEventListener('DOMContentLoaded', function() {
180180
var code = null;
181181

182182
if (/www\.economist\.com/.test(document.location.host)) {
183-
code = 'document.cookie = "ec_limit=allow";';
184-
code = `
183+
code = 'document.cookie = "ec_limit=allow";';
184+
code = `
185185
var artBodyContainer = document.querySelector("article.article");
186186
var artBody = artBodyContainer.innerHTML;
187187
checkPaywall();
@@ -194,7 +194,7 @@ document.addEventListener('DOMContentLoaded', function() {
194194
}
195195
};
196196
`;
197-
}
197+
}
198198

199199
else if (/ft\.com/.test(document.location.host)
200200
&& document.querySelector('.barrier-banner')) {

0 commit comments

Comments
 (0)