![]() |
|
[TuT + Code] Watch 18+/Flagged Videos on YouTube without an Account with just 1 Click - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: [TuT + Code] Watch 18+/Flagged Videos on YouTube without an Account with just 1 Click (/Thread-TuT-Code-Watch-18-Flagged-Videos-on-YouTube-without-an-Account-with-just-1-Click) |
[TuT + Code] Watch 18+/Flagged Videos on YouTube without an Account with just 1 Click - Hacder - 11-19-2012 Hey guys, Recently i came across a thread which showed how to watch 18+ or flagged videos without having an account or without logging into your account (other forum), but it was not so good for a regular user like me, so i coded this small bookmarklet which lets you unlock any 18+ or flagged videos without having you to do anything just a click and boom unlocks the video ![]() Create a bookmark on your bookmarks toolbar and go to any youtube video which is flagged, click on this bookmarklet and see the magic ![]() This bookmarklet works with normal un-flagged videos as well, It'll expand the video to your window size, so if you're looking to expand the video to full size, then this will be useful for you as well. YouTube Video Unlocker: Spoiler:Code: javascript:(function () {var url = location.href;function getYouTubeID(url) {return decodeURIComponent(url).match(/(\?|&)v=([^&]+)/).pop();}var video_id = getYouTubeID(url);if(video_id!=null && video_id!=""){window.top.location = "http://www.youtube.com/v/"+video_id+"?fs=1&";}})()Credits: Of course to myself, I coded this all from scratch and have shared on 1-2 forums only ![]() Please reply and rate this thread to keep it alive, it may help someone! RE: [TuT + Code] Watch 18+/Flagged Videos on YouTube - Hacder - 11-21-2012 My pleasure, Hopefully others will also try it
RE: [TuT + Code] Watch 18+/Flagged Videos on YouTube without an Account with just 1 Click - CS14 - 04-26-2013 Not bad, or you could just change the "/watch?v=azfXl1ZmcSk" to "/v/azfXl1ZmcSk". Just a random video used as an example. It's a pretty quick and simple trick that's been around for a bit
RE: [TuT + Code] Watch 18+/Flagged Videos on YouTube without an Account with just 1 Click - 3r3bus - 04-28-2013 Nice little tutorial, thanks for the share. |