uBlockOrigin / uAssets

Resources for uBlock Origin, uMatrix: static filter lists, ready-to-use rulesets, etc.
GNU General Public License v3.0
4.13k stars 770 forks source link

ff14angler.com #10076

Closed ghost closed 3 years ago

ghost commented 3 years ago

Prerequisites

I tried to reproduce the issue when...

URL(s) where the issue occurs

https://en.ff14angler.com/fish/29

Describe the issue

Adblock detection and content dynamically loaded if no adblock is found

Screenshot(s)

No response

uBlock Origin version

1.38.0

Browser name and version

Google Chrome 94.0.4606.61 (Official Build) (32-bit)

Settings

It's a clean Chrome install using default uBlock Origin settings

Notes

The functions loading the actual content of the page, once the ads iframes are found and loaded, are set in place in the website core making disabling javascript impossible to use as workaround. It appears a preliminary content string is saved within a container and then fed to a php script to load the actual content if no adblock is detected (or at least this is my understanding of how this system works). The string is too long for me to paste it here but it looks like this:

<!-- 
var contents = "Ox0OyM8MKDxcgtLK9Uoez8VSphTnOycZ5XZJkL6T0JlC3LJ23opS11zCqFzQ8mZL1GsIjM6DrqB8w9nvrXWvz9Be8ZikJ6RdWbl/sfh5AC+mL93lrnM4V2HJnZi0ixszy.."

The main functions are in https://en.ff14angler.com/angler.min.js and there are specific functions such as check_adsense() or activate_contents() inside.

Content is also hidden by default in the HEAD of the document, toggled on demand

#contents,$sidebar {
display: none;
}
JobcenterTycoon commented 3 years ago

Anti Adblock is back

JobcenterTycoon commented 2 years ago

Anti adb is back. Checked elements:

ff14angler.com##.side_banner > ins ff14angler.com##iframe[id^="aswift_"]

JobcenterTycoon commented 2 years ago

Anti ad block is back

Yuki2718 commented 2 years ago

@AdamWr

JobcenterTycoon commented 2 years ago

Anti Adblock is back

ghost commented 2 years ago

Anti adblock is up once again, both on Firefox and Chrome

JobcenterTycoon commented 2 years ago
ff14angler.com#@#ins.adsbygoogle,iframe[id^="aswift_"]:style(height:1px!important;)
ff14angler.com##ins.adsbygoogle,iframe[id^="aswift_"]:style(opacity:0 !important; pointer-events: none !important;)
ghost commented 2 years ago

Anti adblock appears to be up again both on Chrome and Firefox

Yuki2718 commented 2 years ago

@steponmepls I can't reproduce, test with default settings.

ghost commented 2 years ago

I just tired resetting default settings on a dummy Chrome install. Also tried enabling Annoyances repos for uBlock and AdGuard and same results for all three cases. The chrome version is Version 99.0.4844.74 (Official Build) (64-bit)

Firefox version is 98.0.1 (64-bit)

I will try testing on other devices as well

Yuki2718 commented 2 years ago

enabling Annoyances

No need, is irrelevant.

Also make sure u don't have any other blocker nor blocking on other layer e.g. blocking DNS.

ghost commented 2 years ago

I just tested on a different machine and the filter works as usual there. I just now remembered I recently added entries to my hosts file and there are probably some google addresses that if blocked altogether will cause the website to not show its content anyway. I removed every entry from the hosts file and now it works again on my own device as well. Sorry for the false alarm

ghost commented 1 year ago

A new anti-adblock appears to be up

image