We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0d3c6 commit 4e735bcCopy full SHA for 4e735bc
ophirofox/content_scripts/humanite.js
@@ -5,10 +5,10 @@ async function createLink() {
5
}
6
7
async function onLoad() {
8
- const reserve = document.querySelector("main .single__categories .u-icon-32");
+ const reserve = document.querySelector("#poool-paywall");
9
if (!reserve) return;
10
11
- const auteurElem = document.querySelector(".single__content__text__published");
+ const auteurElem = document.querySelector(".single__author");
12
if (!auteurElem) return;
13
14
auteurElem.appendChild(await createLink());
0 commit comments