Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average
Thread Closed 


[TuT + Code] Watch 18+/Flagged Videos on YouTube without an Account with just 1 Click filter_list
Author
Message
[TuT + Code] Watch 18+/Flagged Videos on YouTube without an Account with just 1 Click #1
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 Wink just a click and boom unlocks the video Biggrin

Create a bookmark on your bookmarks toolbar and go to any youtube video which is flagged, click on this bookmarklet and see the magic Cool

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&amp";}})()

Credits: Of course to myself, I coded this all from scratch and have shared on 1-2 forums only Cool

Please reply and rate this thread to keep it alive, it may help someone!


RE: [TuT + Code] Watch 18+/Flagged Videos on YouTube #2
My pleasure, Hopefully others will also try it Smile


RE: [TuT + Code] Watch 18+/Flagged Videos on YouTube without an Account with just 1 Click #3
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 Tongue


RE: [TuT + Code] Watch 18+/Flagged Videos on YouTube without an Account with just 1 Click #4
Nice little tutorial, thanks for the share.










Users browsing this thread: 1 Guest(s)