kowith337 / PersonalFilterListCollection

Total resources of documentation, filterlists, hosts file, ruleset that I've created, mostly for private use and/or test.
Other
135 stars 20 forks source link

apkmirror.com #76

Open kowith337 opened 2 years ago

kowith337 commented 2 years ago

What type of resource that you're use?

Filterlist: Anti APKMirror Ads and Countdown

Describe the issue

Take report from https://github.com/collinbarrett/FilterLists/issues/2812 that said APKMirror update anti-adblock method

Steps to reproduce

  1. Go to APKMirror website
  2. Pick some app to download
  3. if the app have architecture variants, select some.
  4. See the download button

Expected behaviour

It should have no wait time countdown and the button should not greyed out.

Actual behaviour

Get wait time countdown due to blocked ads and download button are greyed out, that's prevent you to click until countdown end.

Screenshots

Logs

Additional notes

There's has the 3 letters generated DOM inserted behind download button to store and check how many ads are visible, I cannot find proper function name to block because the 3 letters are randomly generated everytime when pages are reloaded, I'll copy the possibly code block function that check ads and block download button in case other peoples found solution.

``` ```
``` ```
kowith337 commented 2 years ago

After updated, it's a trade-off that disable visibleEl will break rest of functions, e.g. drag'n drop APK to upload, search filters, etc.