Tek / Remove Omegle Watermark

// ==UserScript==
// @name		Remove Omegle Watermark
// @namespace	by Tek
// @description	Removes the Annoying Omegle Watermark from the Stranger's Video
// @version		1.0
// @include		http://*.omegle.*
// @icon		http://wiki.greasespot.net/favicon.ico
// @noframes
// @run-at document-load
// ==/UserScript==

window.addEventListener("click", function(e) {
flash.setWatermarkVisibility(0);
}, false);