Thevideo.me still has bugs

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Maivory
Posts: 5
Joined: Sat Aug 29, 2015 8:07 pm

Thevideo.me still has bugs

Post by Maivory »

This site has had bugs and hiccups a lot the last 5 months. Ads popping up and even ads on screen.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Thevideome.com still has bugs

Post by mapx »

the site is
http://thevideo.me (without www.)

I can't see lots of ads, it's only some popup which is closed by ABP
anyway you could add:

Code: Select all

||cdn77.org^
enbob
Posts: 408
Joined: Fri Oct 30, 2009 1:45 am

Re: Thevideome.com still has bugs

Post by enbob »

Is there a way to block the ad that appears over this video? It says ad by reimage.com.

http://thevideo.me/f6kz60ofu4c9

I also get an ad on the "Proceed to Video" page that says "Store your files in the cloud" and sometimes a popup ad appears when I click on the player. This may only be on the embedded player: http://www.watchseries.li/link/1713371
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Thevideome.com still has bugs

Post by mapx »

add

Code: Select all

@@||thevideo.me/js/ads.js
||thevideo.me/js/jspc.js
evilebob
Posts: 3
Joined: Fri Dec 04, 2015 10:34 pm

Re: Thevideome.com still has bugs

Post by evilebob »

mapx wrote:add

Code: Select all

@@||thevideo.me/js/ads.js
||thevideo.me/js/jspc.js
This worked for me, thank you.
I read the filter helper page and made countless variations, some of which I'll show below, but none of them made much of a dent in blocking the js redirect. Could you give some additional explanation on how you generated those two filters for this site?
Far as I could tell, the redirects all had the /rm/ in common
*small sampling of failed attempts:

*static.servingit.co*
thevideo.me###rm
*/rm/*$domain=thevideo.me
@@||thevideo.me^$generichide
||thevideo.me/rm/*
||thevideo.me##rm
http://thevideo.me/rm/
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Thevideome.com still has bugs

Post by mapx »

You have to read the scripts to understand what are doing.

for example http://thevideo.me/js/jspc.js contains this function:
function jsPopunder
so, obviously it has to be blocked

the other one http://thevideo.me/js/ads.js contains only:
adsShowPopup=true;

if you block it probably they will load some other crap, so whitelisting it you'll make "they" believe the ads were loaded.

cat & mouse game ...
evilebob
Posts: 3
Joined: Fri Dec 04, 2015 10:34 pm

Re: Thevideome.com still has bugs

Post by evilebob »

Great info so far, thank you.

Question now is how can I block a reference to script within the same page?
Page source has js script jsPopunder
could I perform an operation like
@@||thevideo.me/jsPopunder ?

Also if anybody else stumbles on this thread for thevideo.me, the ad script has changed from
thevideo.me/js/ads.js
to
thevideo.me/js/adsense.js
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Thevideome.com still has bugs

Post by mapx »

it works here with easylist and adding
@@||thevideo.me/js/adsense.js

no other custom filter
evilebob
Posts: 3
Joined: Fri Dec 04, 2015 10:34 pm

Re: Thevideome.com still has bugs

Post by evilebob »

mapx wrote:it works here with easylist and adding
@@||thevideo.me/js/adsense.js

no other custom filter
This appears to have changed already and is no longer valid.
I appreciate the help with the suggestion, but did you have any feedback regarding my question about blocking the inpage scripts?
Example link:
http://thevideo.me/srqeovvh4j2y
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Thevideome.com still has bugs

Post by mapx »

add

Code: Select all

@@||thevideo.me/js/jspc.js?ab
no, ABP can't block inline scripts (and generally speaking only firefox supports such thing, chrome still no)
enbob
Posts: 408
Joined: Fri Oct 30, 2009 1:45 am

Re: Thevideo.me still has bugs

Post by enbob »

is there a way to block the ad that appears on top of the video before it plays? It's for mackeeper. Also, when I try to close it, it opens a full screen pop up ad.

http://www.watchseries.li/link/1713099
stretchie
Posts: 2
Joined: Tue Feb 09, 2016 3:45 pm

Re: Thevideo.me still has bugs

Post by stretchie »

I get javascript ads that come up on Solar Movie links to thevideo.me vids.

eg link: http://cinema.solarmovie.ph/link/play/4034520/

I have tried using these:

@@||thevideo.me/js/ads.js
@@||thevideo.me/js/ads.js||thevideo.me/js/jspc.js
@@||thevideo.me/js/adsense.js


however, I still get the little grey cross from the ad, and it doesn't go away when I play the video. I have also added pop up blocker for thevideo.me but it doesn't seem to work I still get the popup. Any assistance would be appreciated!

Thank you so much for the support you give for ABP, I have a lot less frustration when ABP is installed.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Thevideo.me still has bugs

Post by mapx »

enbob wrote:is there a way to block the ad that appears on top of the video before it plays? It's for mackeeper. Also, when I try to close it, it opens a full screen pop up ad.

http://www.watchseries.li/link/1713099
I see no ad, upload a screenshot
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Thevideo.me still has bugs

Post by mapx »

@stretchie
remove those filters and add only

Code: Select all

@@||thevideo.me/js/jspc.js?ab
stretchie
Posts: 2
Joined: Tue Feb 09, 2016 3:45 pm

Re: Thevideo.me still has bugs

Post by stretchie »

Perfect, thank you!
Locked