python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How do I make an alert box's input change the value in localstorage?
I'm trying to make a bookmarklet that modifies the "local storage" for a game online, but I want it to question the user the amount of "coins" the user wants via an alert.
This is ...

Northernly
Votes: 0
Answers: 1
Discord 'refused to load the script'
I am trying to make a bookmarklet that shows my password when clicked before I log in on discord. I am running the javascript locally from another file called bookmarklet.js. The script will not run b...
Swimmer97
Votes: 0
Answers: 1
JavaScript bookmarklets don't modify the correct document.activeElement?
I am trying to use a bookmarklet to modify the content of the currently-active textbox.
If I write let a = document.activeElement; console.log(a), then in my console, I see the currently-active textbo...
GreenTriangle
Votes: 0
Answers: 1
Check a checkbox based on text that follows in a different div?
Is there a way to check checkboxes based on text that follows them? An App at work that requires me to check ALOT of boxes depending on the text that follows. Seems like it could be done programmati...
Wedge Space
Votes: 0
Answers: 2