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

Appended Control's Css

I've developed a JavaScript Bookmarklet that have appended div to the current page. But problem… Read more Appended Control's Css

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

Why Does This Bookmarklet Js Code Not Work When Put In An Onclick Handler?

I have a pretty typical bookmarklet code that's working perfectly for me in all browsers. Howev… Read more Why Does This Bookmarklet Js Code Not Work When Put In An Onclick Handler?

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

Sending Text Cross Domain By Bookmarklet

I need a user to navigate to a certain page that has a certain div full of useful text. Then click… Read more Sending Text Cross Domain By Bookmarklet

Can I Detect Whether A Browser's Bookmarks Toolbar Is Enabled With Javascript?

I have a bookmarklet, and my users are consistently clicking it instead of dragging it to their boo… Read more Can I Detect Whether A Browser's Bookmarks Toolbar Is Enabled With Javascript?

Check (from Bookmarklet) Whether Page Is Loaded?

I'm writing a bookmarklet javascript. The problem here is that it can be invoked by user before… Read more Check (from Bookmarklet) Whether Page Is Loaded?

Find All Instances Of 'old' In A Webpage And Replace Each With 'new', Using A Javascript Bookmarklet

What I want to do is replace all instances of 'old' in a webpage with 'new' in a JS… Read more Find All Instances Of 'old' In A Webpage And Replace Each With 'new', Using A Javascript Bookmarklet

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

In Modern Browsers, Is There Any Security Limitation For JavaScript Bookmarklets?

I read an article about bookmarklets which says that bookmarklets are so powerful they can be dange… Read more In Modern Browsers, Is There Any Security Limitation For JavaScript Bookmarklets?