hoyois / clicktoplugin

Prevents plug-ins from loading automatically in Safari
http://hoyois.github.com/safariextensions/clicktoplugin/
229 stars 43 forks source link

Compatibility with Youtube Wide broken #70

Closed piejanssens closed 10 years ago

piejanssens commented 10 years ago

I don't know since which version, but I used to have clicktoplugin and the Safari extension Youtube Wide working together without any issue. Now I'm forced to disable youtube wide because it causes to screw up the video frame/panel (zoomed in/no controls) in a lot of non embedded videos (outside of youtube.com).

hoyois commented 10 years ago

I'm well aware of this, but it's not a CTP issue. YTW's CSS does this.

Instead of YTW, use the following line in the web console to put YT in wide mode:

document.cookie = "wide=1;expires=Fri, 31 Dec 9999 23:59:59 GMT;path=/;domain=.youtube.com;"

piejanssens commented 10 years ago

Great thanks!