Greasy Fork is available in English.

Discussioni » Richieste di creazione

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...

§
Pubblicato: 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);

}

});

})();

§
Pubblicato: 08/08/2022

function "acrionBarItem" initialized and valid?

Pubblica risposta

Accedi per pubblicare una risposta.