File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// ==UserScript==
2- // @version 2.5.250607.1756
2+ // @version 2.5.250613.2023
33// @author Write
44// @name OphirofoxScript
55// @grant GM.getValue
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 }
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 }
You can’t perform that action at this time.
0 commit comments