streamin.to

This is where you should report issues arising from the subscription filters.
Locked
James103
New Member
New Member
Posts: 7
Joined: Sat Jan 30, 2016 2:57 pm

streamin.to

Post by James103 »

Seems adblock is blocking the closed caption button, preventing people from viewing subtitles for videos hosted on the site.

Here is a sample link. When adblock is disabled the cc feature appears in the top right.
http://streamin.to/embed-zuhxrcf629ur-640x360.html
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

try:

Code: Select all

streamin.to#@#.video_ad
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
James103
New Member
New Member
Posts: 7
Joined: Sat Jan 30, 2016 2:57 pm

Post by James103 »

Still appears to be blocked with that filter added.

Problem seems to be this subtitle resource is being blocked for some reason: http://plugins.longtailvideo.com/5/captions/captions-2.js
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

see if that helps

Code: Select all

@@||plugins.longtailvideo.com^$script,domain=streamin.to
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
James103
New Member
New Member
Posts: 7
Joined: Sat Jan 30, 2016 2:57 pm

Post by James103 »

smed79 wrote:see if that helps

Code: Select all

@@||plugins.longtailvideo.com^$script,domain=streamin.to
Yes, that filter fixes the issue.
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

James103 wrote:Yes, that filter fixes the issue.
Ok, just wait the time that one of easyliste authors see your topic and fix the issue.
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
shramanshraman
Forum Junkie
Forum Junkie
Posts: 142
Joined: Thu Mar 31, 2016 9:27 am

Post by shramanshraman »

unable to upload to streamin.to due to adblocker.... the website is telling to disable adblocker inorder to upload video... do something
James103
New Member
New Member
Posts: 7
Joined: Sat Jan 30, 2016 2:57 pm

Post by James103 »

Code: Select all

http://api.streamin.to/pair
Recaptcha being blocked

Believe https://code.jquery.com/jquery-2.2.4.js is being blocked as well
Khrin
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

Post by Khrin »

On what page is being broken?
James103
New Member
New Member
Posts: 7
Joined: Sat Jan 30, 2016 2:57 pm

Post by James103 »

Recaptcha on that page is being blocked by adblock http://api.streamin.to/pair
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

add

Code: Select all

api.streamin.to#@#iframe[src]
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
James103
New Member
New Member
Posts: 7
Joined: Sat Jan 30, 2016 2:57 pm

Post by James103 »

smed79 wrote: Sun Feb 19, 2017 11:33 am

Code: Select all

api.streamin.to#@#iframe[src]
That shows the recaptcha but jquery is still being blocked, so the page can't be submitted.
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

Code: Select all

api.streamin.to#@#iframe[src]
@@||code.jquery.com/jquery-$script,domain=streamin.to
see also viewtopic.php?f=62&t=30153&p=112574&hil ... to#p112574
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
James103
New Member
New Member
Posts: 7
Joined: Sat Jan 30, 2016 2:57 pm

Post by James103 »

smed79 wrote: Sun Feb 19, 2017 9:52 pm

Code: Select all

api.streamin.to#@#iframe[src]
@@||code.jquery.com/jquery-$script,domain=streamin.to
see also viewtopic.php?f=62&t=30153&p=112574&hil ... to#p112574
That works, thanks
Locked