uBlockOrigin / uAssets

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

pastedownload.com: popups #23915

Closed Fatcavill closed 6 months ago

Fatcavill commented 6 months ago

Prerequisites

URL address of the web page

https://pastedownload.com/

Category

popups

Description

click go after pasting link https://www.instagram.com/reel/C6hPtvhSWaC/?igsh=YTF6b3NvbHJiazUw Pls boost the loading time there and after it load there is 300!! popups

Other extensions used

no

Screenshot(s)

Screenshot(s)

Configuration

```yaml uBlock Origin: 1.57.0 Chromium Mobile: 110 filterset (summary): network: 149368 cosmetic: 212841 scriptlet: 34743 html: 0 listset (total-discarded, last-updated): removed: user-filters: null added: adguard-cookies: 29835-74, now default: ublock-filters: 38681-667, 52m Δ ublock-badware: 8990-2, 52m Δ ublock-privacy: 879-0, 52m Δ ublock-unbreak: 2310-2, 52m Δ ublock-quick-fixes: 87-0, 52m Δ adguard-mobile: 9416-11, now easylist: 87270-692, 52m Δ easyprivacy: 50998-929, 52m Δ urlhaus-1: 13355-0, now plowe-0: 3729-83, now filterset (user): [array of 6 redacted] switchRuleset: added: [array of 1 redacted] userSettings: advancedUserEnabled: true suspendUntilListsAreLoaded: true userFiltersTrusted: true hiddenSettings: [none] supportStats: allReadyAfter: 1411 ms (selfie) maxAssetCacheWait: 171 ms cacheBackend: indexedDB popupPanel: blocked: 3 network: adskeeper.co.uk: 2 googletagmanager.com: 1 extended: ##.jegulo ##a[href^="http://reddit.com/submit"] ##a[href^="https://pinterest.com/pin/create/"] ##a[href^="https://www.facebook.com/sharer/sharer.php"] ##a[href^="whatsapp://send"] ##a[href^="http://reddit.com/submit?url="] ##a[href*="pinterest.com/pin/create/button"] ##a[href^="http://www.tumblr.com/share"] ##a[href^="https://twitter.com/home?"] ```
stephenhawk8054 commented 6 months ago

The timer is counted at server as well, so boosting the timer on the screen won't change anything, you can test yourself with

pastedownload.com##+js(nano-sib, innerHTML, *, 0.001)

About popup, the multi-popup only occurs if you click on Download All which is its purpose? I don't see other popups besides the videos/images?

Fatcavill commented 6 months ago

Screenshot_20240531-141208 All three button have popup with wira.adem.my.id this link

Fatcavill commented 6 months ago

i cant download the video as the popups never stop

stephenhawk8054 commented 6 months ago

Yes, the wira.adem.my.id are the links to redirect to the video link

https://wira.adem.my.id/?source=youtube&title=gFrxnn5nOh&type=mp4&download=aHR0cHM6Ly9zY29udGVudC5jZG5pbnN0YWdyYW0uY29tL3YvdDY2LjMwMTAwLTE2LzEyMTMwNzgyM18xODEwMzU3Mzg5NDMzOTExXzg2NzYyMTk2OTQ5OTY1NTU4Mzlfbi5tcDQ%2FX25jX2h0PXNjb250ZW50LmNkbmluc3RhZ3JhbS5jb20mX25jX2NhdD0xMDMmX25jX29oYz1DWHFDRHI0ci04OFE3a052Z0U4dzVtcyZlZG09QVBzMTdDVUJBQUFBJmNjYj03LTUmb2g9MDBfQVlEWDI3S2VLbnFPZmdWMHZnUk43TVY4d2Z4NkNlQmxEc0FZYUMyUk1zWDhGZyZvZT02NjVCMzM4QSZfbmNfc2lkPTEwZDEzYg%3D%3D

Blocking them will make the site unable to open the video links.


I can't reproduce multiple popups tho. It just opens the wira.adem.my.id link and redirects to the video link on my side.

Test again in a new browser profile with only uBO and its default settings.

Fatcavill commented 6 months ago

earlier it was just a blank page but now its working tnx bro

garry-ut99 commented 6 months ago

Fatcavill: All three button have popup with wira.adem.my.id this link

Only when you click it, which is a wrong way (unless you want to click "Download all"), as the instruction on the website clearly says the way to download:

SCREENSHOOT ### How to Save the Video? ![](https://i.ibb.co/DfZNF9f/hosto-mobile.jpg) ![](https://i.ibb.co/nBFYbbW/howto.jpg)

Fatcavill: earlier it was just a blank page but now its working

Most likely the delays is because popups are opened initially as about:blank which means as a blank white page, which remains as long until the proper page loads, which might take some time, and other time it might load instantly.

In case you don't want annoying popups to appear when you do accidental clicks sometimes, you can try one of the following filters by adding it to "My filters":

any of the following two will disable most or all popups on the whole site (including legitimate popups): 1 *$popup,domain=pastedownload.com <== popups will still appear but will be closed as soon as possible 2 pastedownload.com##+js(disable-newtab-links) <== popups will not appear at all

any of the following two will remove only https://wira.adem.my.id/ popups : 3 pastedownload.com##.btn-sq.btn-success.btn, .btn-sq.btn-info.btn:remove-attr(target) or 4 pastedownload.com##[href^="https://wira.adem.my.id/"]:remove-attr(target)

5 you can also try: https://github.com/gorhill/uBlock/wiki/Per-site-switches#no-popups - acts similiar to 1

Fatcavill commented 6 months ago

no 3 works perfectly thank you bro now its better