Skip to content

Commit b224584

Browse files
author
github-actions
committed
Release from Ophirofox v2.5.250613.2023
1 parent 4106d62 commit b224584

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ophirofox.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ==UserScript==
2-
// @version 2.5.250607.1756
2+
// @version 2.5.250613.2023
33
// @author Write
44
// @name OphirofoxScript
55
// @grant GM.getValue
@@ -1023,7 +1023,7 @@
10231023
}
10241024

10251025
function findPremiumBanner() {
1026-
const anchor = document.querySelector('div.TypologyArticle__BlockPremium-sc-1vro4tp-2');
1026+
const anchor = document.querySelector('div.TypologyArticle__BlockPremium-sc-1vro4tp-2 , div.jahSgQ');
10271027
if (!anchor) {
10281028
return;
10291029
}
@@ -1154,7 +1154,7 @@
11541154
}
11551155

11561156
function findPremiumBanner() {
1157-
const anchor = document.querySelector('div.TypologyArticle__BlockPremium-sc-1vro4tp-2');
1157+
const anchor = document.querySelector('div.TypologyArticle__BlockPremium-sc-1vro4tp-2 , div.jahSgQ');
11581158
if (!anchor) {
11591159
return;
11601160
}

0 commit comments

Comments
 (0)