bookmarklet
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 again, but want to go for lunch, and the session will have expired by the time I get back.[详细]
2023-03-05 21:54 分类:问答My bookmarklet opens a new window, if the window is already open I want to call .focus()
I have a bookmarklet that opens up a new window: <a href=\"javascript:void(window.open( \'http://localhost:8080/myapp/query.jsp?u=\'+encodeURIComponent(location.href)+\'t=\'+encodeURIComponent(doc[详细]
2023-03-05 16:52 分类:问答How would I make this bookmarklet run on an interval?
I have a great bookmarklet that reloads the css for the projects I\'m working on. Right now I need to click the bookmark every time I want it to reload. What I want it to do is just set an interval.[详细]
2023-03-05 11:04 分类:问答Bookmarklet which captures selected content including html tags
I\'m building a JS bookmarklet which allows me to capture text that a user has selected in their browser and sends it off to a web app. I\'ve currently checked out a couple of tutorials and have a scr[详细]
2023-03-05 02:36 分类:问答Adding favicon to javascript Bookmarklet (uses window.open)
I have a bookmarklet that launches a window.open javascript function to open a small window with my bookmarklet -- an external feature used to communicate between any visted site and my server. I\'d l[详细]
2023-03-04 17:44 分类:问答Web scraping with bookmarklet?
I\'d like to use a bookmarklet to gather toghether a few resouces from different webpages.i.e, instead of using some browser extensions to get the html elements from the pages, I would like to use som[详细]
2023-03-02 12:51 分类:问答Include JavaScript File in a Bookmarklet
I want to use jQuery in my Bookmarklet. I included the source to my bookmarklet.js into the bookmarklet, so there is no more place for the jQuery File.[详细]
2023-03-01 04:31 分类:问答transform all text on page into Lower Case
I am looking for a method that transforms all text present on the page into LowerCase. I was reading an review and unfortunatelly the person has posted in all uppercase. I tried to read but all upperc[详细]
2023-02-26 00:31 分类:问答bug when function declaration is not followed by semicolon in emit of ruleset global section?
Here are two rulesets that illustrate a totally unexpected behavior. Is this a bug? Functions get executed even though they are not called anywhere or script breaks with a javascript error. The solut[详细]
2023-02-25 13:07 分类:问答How to center an iframe that is created via injection
I am trying to create a bookmarklet that creates an iframe on the page you\'re on if you click on it.I can get the iframe to show up but unable to make it centered on the page开发者_高级运维.[详细]
2023-02-20 08:43 分类:问答