bookmarklet
A bookmarklet that adds an onclick event to every element on the page?
I wan开发者_运维百科t to make bookmarklet, and when you press it all the elements on the page gets an onclick event that calls a function with the element as a parameter or at least the elements id/cl[详细]
2023-01-29 05:10 分类:问答Bookmarklet unexpectedly opens new page on click
So I made a bookmarklet to collapse every row in a table, except the first one, then make that first row toggle/show the rest of the table:[详细]
2023-01-28 20:07 分类:问答javascript bookmark icon
I have a site which offers a useful bookmark link that contains javascript only as opposed to a link to a web page. eg URL:\"javascript:(function(){.....})();\" The icon that appears in the bookmarks[详细]
2023-01-27 12:22 分类:问答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 and after s开发者_运维知识库ome page has finished loading. I want to ensure that the sript is run only[详细]
2023-01-27 00:09 分类:问答Change IE title from bookmarklet
I am creating a JavaScript bookmarklet that dynamically update开发者_开发技巧s the title bar, but it doesn\'t display the changes in IE (I\'ve tried IE7 and IE8). Here\'s a simplified example that dem[详细]
2023-01-26 04:19 分类:问答Open source license without copyright notice reproduction requirement? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-25 04:22 分类:问答injecting jQuery, Colorbox, & custom code into a page via a bookmarklet
I\'ve been inspired by the Instapaper bookmarklets that allow a page to be added to Instapaper without a separate pop-up window and without requiring a full page reload. I\'d like to combine that idea[详细]
2023-01-24 21:53 分类:问答Cannot access javascript injected function
I am injecting the following code directly into my 开发者_如何转开发browsers address bar. If I edit it just a bit (whilst not even changing any code) from the HTML tab in Firebug, it will work. This p[详细]
2023-01-23 06:06 分类:问答Why does twitter bookmarklet does not get blocked by popup blocker?
Check this link. http://dev.twitter.com/pages/share_bookmarklet Drag bookmarklet to your bookmark-bar and click on it. It will open a pop up window.[详细]
2023-01-22 17:10 分类:问答Check active element in the HTML document using JavaScript
How can I get the active element(focussed textbox or rich text box) from a JavaScript bookmarklet? I开发者_StackOverflow want to change the text of a focussed textbox or rich text box when someone cli[详细]
2023-01-22 09:52 分类:问答