Greasy Fork is available in English.

Diskuse » Creation Requests

hey broo please make my script work (function() { var ID_Cookie = 17; document.addEventListener('keydown', function(e) { if(e.keyCode === 32 && document.activeElement.id.to...

§
Posted: 08. 06. 2022

hey broo please make my script work

(function() {

var ID_Cookie = 17;



document.addEventListener('keydown', function(e) {
if(e.keyCode === 32 && document.activeElement.id.toLowerCase() !== 'chatbox')
{
acrionBarItem(ID_Cookie);

}

});

})();

§
Posted: 08. 08. 2022

function "acrionBarItem" initialized and valid?

Post reply

Sign in to post a reply.