bookmarklet
With Javascript can you make browser to let you type bookmark name and it loads the page for you?
So, I am not a fan of using Mouse unless something cant be done with the keyboard through shortcuts.[详细]
2023-03-30 19:52 分类:问答Chrome Javascript Bookmarklet Problem
I made this simple bookmarklet to get the Facebook id from a Facebook user\'s profile. var fb_idsource=document.getElementById(\"pro开发者_StackOverflowfile_action_send_message\").href;[详细]
2023-03-30 02:09 分类:问答Help with Split Screen bookmarklet
I have the following bookmarklet code that splits a web browser window into 2 frames to see different web pages side by side. The code works fine on some web sites but others it does not work, it will[详细]
2023-03-29 08:25 分类:问答Dismiss a confirm / alert dialog from a javascript bookmarklet
I want to use a bookmarklet to fill up a form and click the s开发者_JS百科ubmit button on a webpage (I have no control over the webpage content).[详细]
2023-03-29 02:44 分类:问答bookmarklet to overlay css layer?
I\'ve been searching for how to write a bookmarklet which overlays the full screen with a layer filled with a color. Ie. Click the bookmarklet and a layer sits on top of the content.[详细]
2023-03-27 21:43 分类:问答a simple bookmarklet to refresh the button?
How do I reload the current web page using a bookmarklet? I am looking for a way to ad开发者_StackOverflowd the reload functionality to the bookmark bar as I failed to locate an extension for the sa[详细]
2023-03-25 22:27 分类:问答Can I make a bookmarklet put some text into the clipboard?
Say I wanted to have bit of text (actually 4 different addresses) that I\'d like to be able to easily (and frequently) paste. Is there a way I can make a bookmarklet that will put those addresses into[详细]
2023-03-23 14:53 分类:问答Can two bookmarklets and a Greasemonkey script be combined into one bookmarklet? If so, how?
If this question is totally unsuitable, please forgive me. I don\'t know anything about programming. I should learn Javascript, I know, but it is a bit difficult for a total layman.[详细]
2023-03-23 07:03 分类:问答Converting a javascript bookmark for use with greasemonkey?
I\'m trying to get the following bookmark to act as a Greasemonkey script to work around an accessibility bug with the stackexchange sites.[详细]
2023-03-22 22:53 分类:问答How do I create a Toolbar/ Bookmarklet using Javascript?
Hi i\'m a JavaScript novice and need some help. I am trying to create开发者_开发技巧 a toolbar which can be viewed on any website through the use of a bookmarklet, the toolbar is simply just a div wit[详细]
2023-03-22 22:30 分类:问答