chrome: Filters do not block ws:// and wss:// urls

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
webs

chrome: Filters do not block ws:// and wss:// urls

Post by webs »

Example site: http://putlocker.is/watch-exodus-gods-a ... ocker.html

Click on play button and popup occurs.

Here are the filters I've tried so far:

Code: Select all

||go.oclasrv.com
||onclickads.net/apu.php
These block ad code but it's not enough:

Code: Select all

||go.wsockd.com
This is called via websockets which for ABP on Chrome is not blocked.
eg. ws://go.wsockd.com/?id=10802
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Filters do not block ws:// and wss:// urls

Post by mapx »

try adding

Code: Select all

||vprmnwbskk.com^$popup
gh

Re: chrome: Filters do not block ws:// and wss:// urls

Post by gh »

Unfortunately, it's a Chrome API limitation: websocket requests are not passed to webRequest.onBeforeRequest. Don't know if there are plans to make this happen in the future.
Locked