// @name Click here to logout clicker
// @namespace
// @version 0.1
// @description try to take over the world!
// @author You
// @match
// @grant none
// ==/UserScript==
(function() {
'use strict';
var intId = setInterval(function(){
if($("#ccMain_tblLogOut").get(0).style.display != "none") {
$("#btnLogout").click();
clearInterval(intId);
}
},200);
})();
SUSBSCRIBE FOR MORE UPCOMING VIDEOS
0 Comments