Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bookmarklet

How To Prevent Bookmarklet From Loading Its Result?

I have a simple bookmarklet for presenting in a prompt() the value of a meta element. It works, but… Read more How To Prevent Bookmarklet From Loading Its Result?

How To Convert A Bookmarklet Into A Greasemonkey Userscript?

Is there a easy way to do this. And is there anything that needs to be changed due to differences i… Read more How To Convert A Bookmarklet Into A Greasemonkey Userscript?

Why Does Appending To Innerhtml In A Bookmarklet Overwrite The Entire Page?

I have this little bookmarklet: javascript:document.getElementsByTagName('div')[0].innerHTM… Read more Why Does Appending To Innerhtml In A Bookmarklet Overwrite The Entire Page?

Open Pop Up After Clicking Bookmark Link

I am working on a short application. In which I have followiing things. move a link something from… Read more Open Pop Up After Clicking Bookmark Link

Auto-load Bookmarklet When In Webpage As A Google Chrome Extension

Basically I made a bookmarklet, and I'd like it to run when a certain wildcarded URL is opened.… Read more Auto-load Bookmarklet When In Webpage As A Google Chrome Extension

Bookmarklet To Refresh Page Every Minute Or So, So I Don't Lose Session Data Whilst On Lunch

I've just entered a load of data into a site that I'm testing. I don't want to enter it… Read more Bookmarklet To Refresh Page Every Minute Or So, So I Don't Lose Session Data Whilst On Lunch

Create A Link To A Web Page That Runs A Javascript Function On The Page

Using HTML and Javascript, is it possible to create a link to a web page that automatically runs a … Read more Create A Link To A Web Page That Runs A Javascript Function On The Page

Making/finding Html5 Validator Bookmarklet

I want to find or make a bookmarklet that will validate the html content of a currently viewed page… Read more Making/finding Html5 Validator Bookmarklet