uBlockOrigin / uAssets

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

lookmovie2.to: ads #21071

Closed chillface closed 9 months ago

chillface commented 9 months ago

Prerequisites

URL(s) where the issue occurs.

https://www.lookmovie2.to/shows/play/1691343564-shameless-2011#S1-E1-35490

Description

Not sure if this ad is considered a paywall and I apologize if it is but wanted to try and see if there was a way to block this. Recently this website started adding this ad before playing each video and i cant figure out how to block it.

Other extensions used

ttv twitch block youtube high definition youtube non stop

Screenshot(s)

Screenshot(s) ![image](https://i.imgur.com/sLlKYui.jpeg)

Configuration

Details ```yaml uBlock Origin: 1.54.0 Firefox: 120 filterset (summary): network: 107722 cosmetic: 115457 scriptlet: 22348 html: 1127 listset (total-discarded, last-updated): added: https://secure.fanboy.co.nz/fanboy-annoyance_ubo.txt: 94798-81264, 3d.23h.51m fanboy-thirdparty_social: 68-0, 3d.23h.52m fanboy-cookiemonster: 49056-216, 3d.23h.40m fanboy-social: 16023-17, 3d.23h.42m default: user-filters: 31-8, never ublock-filters: 36749-221, 3d.23h.47m ublock-badware: 7535-11, 3d.23h.46m ublock-privacy: 925-4, 3d.23h.41m ublock-unbreak: 2202-1, 3d.23h.48m ublock-quick-fixes: 276-65, 3h.46m easylist: 75551-549, 3d.23h.45m easyprivacy: 33031-835, 3d.23h.44m urlhaus-1: 9965-0, 9h.47m plowe-0: 3784-1, 3d.23h.49m filterset (user): [array of 31 redacted] trustedset: added: [array of 3 redacted] removed: moz-extension-scheme userSettings: advancedUserEnabled: true hiddenSettings: userResourcesLocation: [redacted] supportStats: allReadyAfter: 433 ms (selfie) maxAssetCacheWait: 107 ms popupPanel: blocked: 2 network: googletagmanager.com: 2 extended: ##.backtotop ##.notifyjs-corner ##+js(set-constant, Yii2App.playbackTimeout, 0) ```
chillface commented 9 months ago

It shows up even without ubo on. I can screen shot the inspect code that the site recently added for it. Maybe that can help narrow it down

chillface commented 9 months ago

Here is a screenshot of the inspect code that they added for this ad.

https://imgur.com/a/MyvMeoh

stephenhawk8054 commented 9 months ago

For Firefox, this works for me

||cloudcdn.monster/static/lookmovie/player-$replace=/[a-z]\.config\.playbackTimeout/0/gms,domain=lookmovie2.*

For Chromium, maybe

lookmovie2.to##+js(nano-sib, _playerTimeout)

?

mapx- commented 9 months ago

@chillface to me it seems to be a paywall. Use the filter above for FF in your custom filters.

boywonder1971 commented 9 months ago

is there a filter for chrome that can remove it completely instead of just timeout fast cuz u still have to click to move to video

D4niloMR commented 3 months ago

https://github.com/AdguardTeam/AdguardFilters/commit/bf95cd1df43004a43290b7884a4b8cf86a42fd0f#diff-e6890e6792f3d0fb8a4879d325e849958a261e5b2f0fec7ad682107180bb5764R522

That filter works for both browsers.

chillface commented 3 months ago

AdguardTeam/AdguardFilters@bf95cd1#diff-e6890e6792f3d0fb8a4879d325e849958a261e5b2f0fec7ad682107180bb5764R522

That filter works for both browsers.

How do i ad that to my Ublock or do i need to get AdGuard?

stephenhawk8054 commented 3 months ago

@chillface Test

lookmovie2.*##+js(trusted-replace-xhr-response, /"playbackTimeout":\d+/, "playbackTimeout":0, /api/v)

Click on uBO icon > ⚙ Dashboard button > Add the filter(s) in "My filters" pane > ✓ Apply changes > Open new tab and test again.

Remember to turn on Allow custom filters requiring trust in "My filters" pane

chillface commented 3 months ago

thank you, appreciate your quick reply!