NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==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);