F frbona New Member Jun 27, 2022 #1 Hi everyone, I need help to create userscript for blocking ads on specific website. Could you please give me some examples ? Thanks, François-Régis
Hi everyone, I need help to create userscript for blocking ads on specific website. Could you please give me some examples ? Thanks, François-Régis
VasqueZ Active Member Jun 27, 2022 #2 We can help if you can send a screenshot of the website and the relevant ads.
F frbona New Member Jun 27, 2022 #3 I want to block for example following div tags for which class name contains at least 'placeholder-ad' : <div class='placeholder-ad ...'/> Related website is https://www.gentside.com Thanks
I want to block for example following div tags for which class name contains at least 'placeholder-ad' : <div class='placeholder-ad ...'/> Related website is https://www.gentside.com Thanks
F frbona New Member Jun 27, 2022 #4 Please find attached screenshot Attachments Screenshot_20220627-180138_Start.jpg 717 KB Views: 6
Blaz Moderator & Translator Staff member Moderator Jun 28, 2022 #6 gentside.com##div[class*="placeholder-ad"]
F frbona New Member Jun 28, 2022 #9 Not working in Chrome. Any other settings in adguard to make it work ?
Blaz Moderator & Translator Staff member Moderator Jun 28, 2022 #10 HTTPS filtering is active? Did you add the rule into user filter?
F frbona New Member Jun 28, 2022 #11 Thanks it worked. I just noticed issues with alternative browsers related to invalid certificate ? Can you help ?
Thanks it worked. I just noticed issues with alternative browsers related to invalid certificate ? Can you help ?
Blaz Moderator & Translator Staff member Moderator Jun 28, 2022 #12 Certificate must be installed into browser's certificate storage.
Blaz Moderator & Translator Staff member Moderator Jun 28, 2022 #14 In browser options somewhere. Please note not all browsers support/trust user certificates.