View Single Post
Old 01-08-2013, 09:21 PM   PM User | #2
HelpMeOut
New to the CF scene

 
Join Date: Jan 2013
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
HelpMeOut is an unknown quantity at this point
Did this. Solved the problem (slitely... cant watch videos without going to youtube.com/feed/subscriptions)
Code:
var l=location.href;
if(l.match("youtube.com/feed/subscriptions")){	return;}
if(l.match("youtube")){	l=l.replace("www.youtube.com","youtube.com/feed/subscriptions");	location.href=l;}
please help me :P

Last edited by HelpMeOut; 01-08-2013 at 09:28 PM..
HelpMeOut is offline   Reply With Quote