rulesets/scripting/specific/annoyances-social.js
rulesets/scripting/specific/annoyances-widgets.js
The scripts mentioned are part of this larger context (note some of the code is not shown here for sake of saving space)
This below snippet is part of rulesets/scripting/specific/annoyances-social.js
;(self.specificImports = self.specificImports || []),
self.specificImports.push({
argsList: [
[…,
'.video-cta > .js-share,\n.video-infocardshare-icons',
'.vgc-socialshare',
'a[href*="http://assets.pinterest.com/js/pinmarklet.js"]',
'.player-detailcontrols-item > .icon-share,\n.player-detailcontrols-item > .icon-share + noindex',
'.interaction-barshare',
…]
http://assets.pinterest.com/js/pinmarklet.js is part of css attribute selector that targets hrefs containing this url
Similarly this below snippet is part of
rulesets/scripting/specific/annoyances-widgets.js
;(function uBOL_cssSpecificImports() {
/**/
const argsList = [
'#SinoptikInformer',
'#customer-survey_feature_div',
…,
'div[style="height:340px;margin:0;padding:0;overflow:auto;"]',
'.rss-wrap',
'#center > div.plugin3_outline:has(> div[class$="_body"] p > a[href^="http://newmofu.doorblog.jp/"]),\n#center > div.plugin3_outline:has(> div[class] script[src="https://blogroll.livedoor.net/js/blogroll.js"]),\n.ently_text > div[style="background-color: #FFFFFF;margin: 10px 0px 25px 0px;padding: 14px 8px 20px;"]',
'#custom_html-18',
'#container > div[style^="width:1218px;"],\niframe[src="http://matometanews.com/rss.html"]',
'#header_outline > center > table[width="395"]',
…,
]
Did you ever encounter this if so how did you get this extension to pass review. We have around 2 million users and the mv3 deadline is right around the corner.
Any help or tips would be greatly greatly appreciated.
Hi, we have an extension where we embed ublock lite, when we upload to the chrome webstore it keeps getting rejected these hits are false positives.
This is what they send us
This is what i sent them
Did you ever encounter this if so how did you get this extension to pass review. We have around 2 million users and the mv3 deadline is right around the corner.
Any help or tips would be greatly greatly appreciated.
Thank you in advance!