Discussions » 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);

}

});

})();

Deleted user 821489
§
Posted: 08-08-2022

function "acrionBarItem" initialized and valid?

Post reply

Đăng nhập để bình luận