↧
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 ArticleAnswer 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 ArticleTurn 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
More Pages to Explore .....