Open oleedd opened 3 months ago
You can put Javascript in bookmarks using that syntax.
I know. I say about url, not about bookmarks.
What is the use case for this versus pasting into developer console?
It is much faster than with opening the console. And for large sites the console opens very slowly.
Works fine for me. You just can't copy and paste. You hat to manually type in teh "javascript:" part.
This issue is about allowing pasting. I just named it incorrectly. Fixed.
In that case, do note that you can press F12 and then paste the JavaScript
into the console. Just delete the javascript:
part before you press
enter.
This issue is about pasting into the url bar! It is much faster because the console may appear about 20 seconds after pressing F12 on some heavy sites. That is actually why I opened this issue.
javascript:alert('Hello World!')
Maybe it exists?