Skip to content

Loading…

[EasyList] Could not load plugins: File not found #784

Closed
Tabrias opened this Issue · 4 comments

3 participants

@Tabrias

uBlock cannot block ads on connectcast.tv without blocking the video plugin as well.

This appears to be the same issue referenced in gorhill/uBlock#166

@chrisaljoudi

This is why the site is failing:

Image

The same problem occurs with AdBlock Plus, by the way. Unsurprisingly, vast.js is indeed something that should be blocked per EasyList's adblocking — https://github.com/theonion/videojs-vast-plugin

This can be traced back to this rule in EasyList:

||jwpcdn.com^*/vast.js

You can report this to EasyList's maintainers via their (quite active) forum: https://forums.lanik.us/viewforum.php?f=64


This isn't an issue with µBlock. As you can see, it's executing the rule from EasyList perfectly. You can whitelist the website (click on the toolbar icon, and press the power button), and that'll make it work fine.

You can also add your own rules under "My Filters" in preferences. It would look something like:

@@||jwpcdn.com^*/vast.js$domain=connectcast.tv

Which is basically making an exception for the vast.js rule when you're on connectcast.tv.

You should definitely report this to the EasyList people, as well, so everyone else using µBlock, ABP, or any other blocker with EasyList can get the fix as well.

@gorhill gorhill changed the title from Could not load plugins: File not found to [EasyList] Could not load plugins: File not found
@Tabrias

Thanks for this, sorry for reporting it to the wrong place. I've posted on the easylist forums as well.

@chrisaljoudi

@Tabrias not a problem; just trying to help get the issue fixed as throughly and completely as possible. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.