AdguardTeam / AdguardFilters

AdGuard Content Blocking Filters
https://adguard.com/
GNU General Public License v3.0
3.17k stars 631 forks source link

perchance.org #163449

Closed Teraskull closed 1 year ago

Teraskull commented 1 year ago

Prerequisites

What product do you use?

AdGuard Browser Extension

AdGuard version

4.2.168

What type of problem have you encountered?

Missed ads or ad leftovers, AdGuard gets detected on a website

Which browser(s) do you use?

Microsoft Edge

Which device do you use?

Desktop

Where is the problem encountered?

https://perchance.org/ai-text-to-image-generator

What filters do you have enabled?

AdGuard Base filter

What Stealth Mode options do you have enabled?

No response

Add your comment and screenshots

AdGuard gets detected on the website and the page gets reloaded after 60 seconds when "OK" on the alert is clicked.

Screenshot 1: ![image](https://github.com/AdguardTeam/AdguardFilters/assets/24798198/1380d69a-514f-48e7-96f8-a2c19a837be9)

I am currently using my own UserScript in Tampermonkey for bypassing the ads.

Here's the UserScript: https://greasyfork.org/en/scripts/476914-ads-perchance/code

I don't know if it's possible to create an AdGuard filter from this.

Privacy

Alex-302 commented 1 year ago

Fixed.

trymion commented 10 months ago

I wanted to say that this might have gotten bypassed. I just heard of this site and I am getting the message about adblockers and the automatic 60 second reload.

Should I make a new post about it, I wasn't sure if I should or if replying in here would be less clutter.

I have all the base/default filters and oisd big as well. 1.1.1.1 dns and "standard" tracking protection.

Alex-302 commented 10 months ago

Updated.

Teraskull commented 10 months ago

Thanks for the quick fix!

Also, this is probably nitpicking, but there is a leftover bottom border after removing the div ad section.

Gets fixed when running the following in the console:

document.querySelector("#main").style.bottom = '';
Alex-302 commented 10 months ago

Looks like their design

Details ![image](https://github.com/AdguardTeam/AdguardFilters/assets/8361299/92f9d4fc-e9fc-4a3c-99e3-cdcdc167a848)
Teraskull commented 10 months ago

No, the bottom border gets a bit taller.

Current border after removing the div: image

After proper border removal: image

Alex-302 commented 10 months ago

I think it's an extremely minor issue:)

Teraskull commented 10 months ago

Fair enough haha, strangely, my GreasyFork UserScript still works.