User:Ilikecomputers/common.js: Difference between revisions

now it should work on firefox
No edit summary
(now it should work on firefox)
Line 49:
document.body.addEventListener('keydown', function (e) {
if (e.shiftKey && e.ctrlKey && e.key === 'S') {
e.preventDefault();
toggleAllSpoilers();
}