Tuesday, 3 December 2013

ads free youtube


Disable Ads on YouTube With This Simple Command

Disable Ads on YouTube With This Simple Command
There are a lot of ways to block ads, but with a simple command in the developer console, you can disable all ads on YouTube via an experiment.
Google frequently tries out new features with experiments via TestTube. A less advertised experiment can disable all ads on the site. Here's how to turn it on:
  1. Open up a YouTube video (any will do).
  2. Open up the developer console (Ctrl-Shift-J for Chrome, Ctrl-Shift-K for Firefox)
  3. Enter the following code:
document.cookie="VISITOR_INFO1_LIVE=oKckVSqvaGw; path=/; domain=.youtube.com";window.location.reload();
Boom. No more ads. Since this is something that Google is allowing, it's possible it could go away in the future, but while it works, you get a lovely ad-free viewing experience without any plugins. It even works on those pesky video ads.

Related Posts:

  • ads free youtube Disable Ads on YouTube With This Simple Command There are a lot of ways to block ads, but with a simple command in the developer console, you can disable all ads on YouTube via an experiment. Google frequently … Read More
  • Set Up VirtualBox ★ How To Set Up VirtualBox - Beginner ★Here I will explain how to set up a virtual machine and in this case it's VirtualBox. There are many benefits to having a virtual box. It allows you to run another OS inside your curren… Read More
  • Syslogger [Free] What’s a keylogger ? Keylogger is a program which you will send to your victim and once he/she opens it.It will record all the keystrokes  (i.e what he/she types on keyboard) and then it will send those keystrokes to… Read More
  • SQL injection Tutorial SQL injection TutorialFOR EDUCATIONAL PURPOSES Finding vulnerable sites Finding amount of columns Getting mysql version current user Getting Databases Getting Tables Getting Columns Getting Usernames and Passwords 1. Findi… Read More
  • HOW INJECTION ATTACKS WORK HOW INJECTION ATTACKS WORKInjection attacks are based on a single problem that persists in many technologies: namely,no strict separation exists between program instructions and user data (also referred to asuser input). T… Read More

0 comments:

Post a Comment