YouTube Overlay Ads Have Started

I just started noticing the ads on top of almost every YouTube video I play on the Sift.

Why does Google need to make money?!

Seriously though, if anyone packet sniffs a way to block the ads from appearing, please do share.
NordlichReiter says...

Lucky - http://www.chrisfinke.com/addons/tubestop/

something about this guys Firefox extension blocks you tube overlay adds. Maybe some digging and we can find out how.

Grease Monkey script - I don't know much about grease monkey so I'm not sure how much use this will be.
http://userscripts.org/scripts/show/13333

see this code ( search for this code in the source file I linked above) Im pretty sure the rest is in there.
Greasemonkey is about a week old for me So I have know Idea what its doing, here.


// Removes the video annotations (depends on the Main Reload)
if (removeAnnotations) {
deleteFlashVar("iv_storage_server", false);
deleteFlashVar("iv_module", false);
}

// Removes the video captions (depends on the Main Reload)
if (removeCaptions) {
deleteFlashVar("ttsurl", false);
deleteFlashVar("subtitle_module", false);
}



Source: Code
http://userscripts.org/scripts/review/13333 - Very well commented.

The review states that it does stop you tube overlay adds, among other things.

I would test it but I'm not even sure where to begin

Just tested it, no adds, at all.... not even side bar adds.

xxovercastxx says...

greasemonkey allows users to inject their own javascript into a page as it's rendered. The fact that the ads can be disabled with javascript means it's theoretically feasible to include javascript in videosift's code that disables the ads on all embeds.

Send this Article to a Friend



Separate multiple emails with a comma (,); limit 5 recipients






Your email has been sent successfully!

Manage this Video in Your Playlists

New Blog Posts from All Members