Skip to content

Commit 1f8b08a

Browse files
author
github-actions
committed
Release from Ophirofox v2.5.250407.2020
1 parent bcacd0f commit 1f8b08a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ophirofox.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ==UserScript==
2-
// @version 2.5.250403.2109
2+
// @version 2.5.250407.2020
33
// @author Write
44
// @name OphirofoxScript
55
// @grant GM.getValue
@@ -1406,7 +1406,7 @@
14061406
}
14071407

14081408
async function onLoad() {
1409-
const statusElem = document.querySelector(".tag-subscriber");
1409+
const statusElem = document.querySelector(".article-premium");
14101410
if (!statusElem) return;
14111411
statusElem.appendChild(await createLink());
14121412
}

0 commit comments

Comments
 (0)