Skip to main content

Questions tagged [bookmarklet]

A bookmarklet is a piece of JavaScript code stored within a bookmark, which is executed by following the bookmark.

0 votes
1 answer
116 views

Is this a malicious bookmarklet?

I was looking for a way to autoscroll and found this online and used it once. Is it bad and if so how do I protect my computer from anything malicious? Here is the bookmarklet: javascript:/*The%...
user1807015's user avatar
1 vote
1 answer
86 views

Bookmarklets executes slow in the background

I have a bookmarklet that jumps down (basically sends end repetitiously) to scroll down the feed on web sites that uses an "infinite feed" (e.g., Facebook, Quora). For obvious reasons, most ...
d-b's user avatar
  • 834
3 votes
0 answers
347 views

Firefox bookmarklet writes return value into page

I have a simple input (text) value manipulation bookmarklet for Firefox javascript:{let e=document.activeElement;let v=e.value;e.value=v+"xxx"} When I run it in console, it changes an ...
Lluser's user avatar
  • 885
0 votes
2 answers
1k views

Chrome Bookmarklet Works When Clicked, But Not When "Launched": Why?

I have a bookmarklet that fills in a form for me, and it works great when I click on it in my bookmarks toolbar. However, when I hit CTRL + L (the "launch" shortcut, which takes you to the ...
machineghost's user avatar
  • 1,132
0 votes
1 answer
309 views

Keyboard Shorcut to launch bookmarklet in Chrome for Mac

How can I launch a bookmarklet with a keyboard shortcut in Chrome for Mac? I've assigned mac keyboard shorcuts for them as one usually does in mac, and it works for normal bookmarks (websites) but it ...
Valentin Schmidt's user avatar
1 vote
1 answer
275 views

How can I make a bookmarklet to unhide youtube controls?

I found a command line to make a bookmarklet that hides the progress/controls bar on a YouTube video, so now I can pause the video and see the full image and take screenshots. Now I'm wondering how ...
Diane7elizabeth's user avatar
1 vote
1 answer
275 views

Is there a javascript bookmarklet to play all videos from a given video's channel on Youtube?

Quite often I fall on a youtube video I like, and am interested in seeing other videos from the same channel. I wanted a bookmarklet to reopen the video page with other videos from the same channel ...
André Levy's user avatar
3 votes
1 answer
220 views

Firefox URL given preference over keyword bookmarklet

I have a bookmarklet saved in Firefox, with a keyword assigned. When I want to execute the bookmarklet on a page, I hit ctrl-L, type the keyword, and hit enter. Until recently, this worked as ...
Wisco crew's user avatar
3 votes
1 answer
3k views

Google Chrome extension to run javascript code snippets instead using bookmarklets

I have a lot of bookmarklets that I use frequently. Currently I use my bookmark bar, which is filled up a little but, also you can't add icons, so the titles are mostly kept short. Are there any ...
CodeBrauer's user avatar
0 votes
2 answers
2k views

How to prefix a url with another url in a web browser using a bookmarklet?

There's a web service called outline.com. You paste urls into that website and it reloads the page in a neat formatting without the additional junk from the original page. Another method is to prefix ...
LWTBP's user avatar
  • 158
0 votes
2 answers
635 views

Possible to create bookmarklets in Firefox with parameters?

It used to be possible to create bookmarklets in Firefox that accepted parameters. For example, you could create a bookmarklet to open superuser.com and search for a term. You could then assign the ...
End Antisemitic Hate's user avatar
0 votes
1 answer
84 views

How to have tabmix plus not adapt bookmarklet names as tab title?

Tabmix Plus has the very nice option to let tabs display the bookmark title instead of the actual document.title. Unfortunately, this also includes bookmarklets, i.e. if I use a bookmarklet (a ...
Tobias Kienzler's user avatar
2 votes
1 answer
2k views

How to create a bookmarklet in Firefox with javascript disabled?

I've this bookmarklet in Firefox: javascript:void(location.href='https://example.com/url='+document.location.href) It works when I've enabled javascript for the actual webpage (the url which I want ...
EZM's user avatar
  • 121
0 votes
0 answers
41 views

translate a webpage and declutter at the same time? how?

Translate: google translate, either with bookmarklet or chrome extension declutter: Instapaper text bookmarklet. They used to work together sequentially, but recently Instapaper changed their ...
Shawn Ma's user avatar
0 votes
2 answers
1k views

Translate a page on Chrome using bookmarklets

Background On Chrome, I have a bookmarklet called Simplified to Traditional Chinese which translates all the simplified Chinese on the current page to traditional Chinese. javascript:( function() ...
Elizabeth Chu's user avatar

15 30 50 per page