Skip to main content

All Questions

Tagged with
0 votes
1 answer
115 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
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
274 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
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
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
6 votes
1 answer
6k views

Modify URL using Javascript bookmarklet

Very new to Javascript but this seems to be a relatively easy task... I want to modify a URL using a Javascript bookmarklet for Chrome, etc. Here's what I need to change it from to: Original URL: ...
jmt's user avatar
  • 61
1 vote
1 answer
2k views

Bookmarklet to take current url as a parameter to other URL

I want to make a bookmarklet that takes a string from current URL of the browser and passes it as parameter of my specific URL and reload this new URL in browser. The string required is after "=" sign ...
Programmer's user avatar
1 vote
1 answer
579 views

How can I use bookmarklets in IE11 that involve cross-site scripting?

I'm trying to use some bookmarklets that involve loading javascript from a trusted website. In particular, OpenSpritz and Squirt I have Squirt working in Chrome, but I use IE11 for the most part. ...
Hand-E-Food's user avatar
  • 4,931
2 votes
1 answer
125 views

How to capture from sites like github?

I'm using the below bookmarklet with org-protocol/emacsclient to journal webpages (whitespace added): javascript:location.href='org-protocol://capture://'+ encodeURIComponent(location.href)+'/'+...
bright-star's user avatar
  • 1,599
0 votes
1 answer
155 views

How do I add a Unicode search to the JavaScript console of a desktop, mobile, or game console browser?

It would be nice if I could search for the Unicode escape sequence of a particular character using the browser JavaScript console or via a bookmarklet. Is there any way to easily do this?
Paul Sweatte's user avatar
9 votes
2 answers
18k views

Turn JavaScript into bookmark or bookmarklet?

I have created one script that shows passwords on hover just like Windows 8 on eye click. I have made this functionality through JavaScript with following code. function text(){this.type="text"}...
vishal's user avatar
  • 101
0 votes
0 answers
634 views

How to implement a bookmarklet for firefox 13 calling org-protocol and giving over a url/title?

Since javascript in bookmarklets of firefox 13 is no longer working, is there another method to implement a button that calls org-protocol and gives over the url and the title of the actual webpage.
testphys's user avatar
3 votes
2 answers
990 views

Is it safe to use an untrusted bookmarklet on a web page with sensitive data?

Is it safe to use an untrusted bookmarklet on a web page containing sensitive data, for example internet banking page? In particular, can a bookmarklet send the data anywhere or execute some actions (...
vitaut's user avatar
  • 180

15 30 50 per page