fmovies.to [NSFW ads]

Everything about using Adblock Plus on Google Chrome
Post Reply
daboss3314
Posts: 1
Joined: Sun Oct 16, 2016 5:23 pm

fmovies.to [NSFW ads]

Post by daboss3314 »

Warning: Ads are quite NSFW

Code: Select all

fmovies.to
This site seems to be bypassing any adblocker I use...

I looked through the HTML and found a couple of tricks it uses:

1. Delayed Loading
Ads aren't loaded when the page opens, allowing for a bypass.
2. data:image
Images aren't stored on the ad server or even the website itself, meaning that you can't block the ad site with a hosts file and expect the ads to go away.

Any ideas to remove the ads?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: fmovies.to [NSFW ads]

Post by mapx »

1.try these filters

Code: Select all

@@||fmovies.to^$generichide
@@||mgid.com^$script,domain=fmovies.to
|http://go.*.com$domain=fmovies.to
||checkapi.xyz^
||fmovies.to/assets/min/public/all.js?*
||redstick.online^
or
2. disable the current ABP
install the last dev build from: https://chrome.google.com/webstore/deta ... ifjjdoepkn
add this filter

Code: Select all

$websocket,domain=fmovies.to
User avatar
fanboy
Posts: 3446
Joined: Sun Jun 17, 2007 4:45 am
Contact:

Re: fmovies.to [NSFW ads]

Post by fanboy »

Using the Adblock Plus dev build; this commit should work help

https://github.com/easylist/easylist/co ... 45b5759e75
Post Reply