Quantcast
Channel: Turn JavaScript into bookmark or bookmarklet? - Super User
Browsing latest articles
Browse All 3 View Live

Answer by Kar.ma for Turn JavaScript into bookmark or bookmarklet?

You were actually quite close. You just need to put it this way:javascript:(function(){mycode})();In your example, you can try this:javascript:(function(){function text(){this.type="text"};function...

View Article


Answer by humanityANDpeace for Turn JavaScript into bookmark or bookmarklet?

To solve your specific problem I managed to get your JavaScript code to execute without any error in this version:javascript:(function(){function text(){this.type="text"};function...

View Article

Turn JavaScript into bookmark or bookmarklet?

I have created one script that shows passwords on hover just like Windows 8 on eye click. I have made this functionality through JavaScript with following code.function text(){this.type="text"}function...

View Article
Browsing latest articles
Browse All 3 View Live