EasyList blocks ViewTubePlus in GNU/Linux

This is where you should report issues arising from the subscription filters.
Locked
dr_boo
Site Member
Site Member
Posts: 37
Joined: Thu Mar 12, 2015 5:21 am

EasyList blocks ViewTubePlus in GNU/Linux

Post by dr_boo »

YouPorn movies cannot be played with the GreaseMonkey user script ViewTubePlus when EasyList are enabled in GNU/Linux. ViewTubePlus is currently the only 100% free software that can be used to view youporn.com.

Test suite:

Firefox (35.0.1 in Ubuntu ubuntu-14.04.2-desktop-amd64.iso).
Abrowser 38.0 (based on Firefox 38.0) - Abrowser for Trisquel GNU/Linux. trisquel - 6.0.1
Fresh profile in both browsers.
uBlock 0.9.5.0 - https://github.com/chrisaljoudi/uBlock/releases/
Enabled "Dashboard (preferences) -> Settings -> Enable I am an advanced user". Clicked "+ requests blocked" in the uBlock table (uBlock's main interface).
Update filters: uBlock -> Dashboard (preferences) -> 3rd-party filters -> Update now
Plugin Disabler - https://addons.mozilla.org/en-US/firefo ... -disabler/
GreaseMonkey - https://addons.mozilla.org/en-US/firefo ... asemonkey/
ViewTubePlushttps://heliotropium.it/ViewTubePlus.user.js


http://www.youporn.com/watch/9891105/bi ... ?from=vbwn only works for me when I disable EasyList: uBlock -> Dashboard (preferences) -> 3rd-party filters -> Disable "EasyList‎ (adblockplus.org)". No other 3rd-party was disabled that was enabled by default.

After I copied EasyList to uBlock -> Dashboard (preferences) -> My filters, I found out that these filters blocked the videos as I could watch the videos when I commented them.
|http://$xmlhttprequest,domain=pornhub.com|redtube.com|tube8.com|tube8.es|tube8.fr|youporn.com
|https://$xmlhttprequest,domain=pornhub.com|redtube.com|tube8.com|tube8.es|tube8.fr|youporn.com
dr_boo
Site Member
Site Member
Posts: 37
Joined: Thu Mar 12, 2015 5:21 am

Post by dr_boo »

Do you guys get the same error in Windows for ViewTubePlus?
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12232
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Whats the element used by Viewtube?
dr_boo
Site Member
Site Member
Posts: 37
Joined: Thu Mar 12, 2015 5:21 am

Post by dr_boo »

@fanboy I just asked the author. I will post his answer as soon as he reply.
hamsterbacke
Guest

Post by hamsterbacke »

it's just a div layer without an id or class name assigned.
i'm too using ublock with easylist and this ruleset:

Code: Select all

|http://$xmlhttprequest,domain=pornhub.com|redtube.com|tube8.com|tube8.es|tube8.fr|youporn.com |https://$xmlhttprequest,domain=pornhub.com|redtube.com|tube8.com|tube8.es|tube8.fr|youporn.com
but it's working for me. current version is 2015.05.20
and i'm not using xmlhttprequest for pornhub... on other sites i do but not on pornhub
hamsterbacke
Guest

Post by hamsterbacke »

sorry, misread the hoster... youporn is indeed using xmlhttprequest to get all the neccessary data for my player. have to see if i can chance it to not use that technique
hamsterbacke
Guest

Post by hamsterbacke »

haha, so much fail today... the latest version was 2015-06-08 and is now 2015-06-24.
changed my code not using xmlhttprequests, so it should work again
arflech
Senior Member
Senior Member
Posts: 77
Joined: Thu Feb 24, 2011 5:49 pm

Post by arflech »

Thanks for letting me know about this set of UserScripts.

First, install the basic ViewTube script from here (maybe also the "ViewTube+" script): http://isebaro.com/viewtube/?ln=en
Then, install this supplemental script targeting streaming porn sites, also known as "ViewTubePlus" (the UserScript that this thread is about and that hamsterbacke created): http://hamsterhirn.de/index.php/2015/01 ... wtubeplus/

I know this isn't the right forum to talk about it, but it would be nice to have HTML5 be the default video format, or to have some way for the end user to default to HTML5.
dr_boo
Site Member
Site Member
Posts: 37
Joined: Thu Mar 12, 2015 5:21 am

Post by dr_boo »

You do not have to install ViewTube to use ViewTubePlus, they are both stand alone. VTP is based on VT.
dr_boo
Site Member
Site Member
Posts: 37
Joined: Thu Mar 12, 2015 5:21 am

Post by dr_boo »

This issue have been solved, it was caused by ViewTubePlus, not EasyList. Thank you for fixing this bug in ViewTubePlus 2015.06.24 hamsterbacke.
arflech
Senior Member
Senior Member
Posts: 77
Joined: Thu Feb 24, 2011 5:49 pm

Post by arflech »

dr_boo wrote:You do not have to install ViewTube to use ViewTubePlus, they are both stand alone. VTP is based on VT.
I should just merge all three of them then (ViewTube, ViewTube+, and ViewTubePlus), while disabling the more annoying cases like YouTube, Facebook, and NicoVideo (I do know they're not all set to run on the same set of video-pages, so at least they're not totally redundant).
dr_boo
Site Member
Site Member
Posts: 37
Joined: Thu Mar 12, 2015 5:21 am

Post by dr_boo »

arflech wrote:
dr_boo wrote:You do not have to install ViewTube to use ViewTubePlus, they are both stand alone. VTP is based on VT.
I should just merge all three of them then (ViewTube, ViewTube+, and ViewTubePlus), while disabling the more annoying cases like YouTube, Facebook, and NicoVideo (I do know they're not all set to run on the same set of video-pages, so at least they're not totally redundant).
Please let me know if you distribute a software that merge all of them and I put that script in directory.fsf.org.
Locked