Generate QR Code from your web page links
Browser Support
![]()
This script is supported in all major browsers.
Here is simple example how to use it:
.jad file links QR-code generator
(If drag&drop does not work for you, use mouse - right click and select "Bookmark This Link")
javascript:void((i=(document.links.length>300)?300:document.links.length-1));
void((j='http://wikarski.com/q/?u='+escape(location.href)));
do{k=String(document.links[i]);(k.indexOf(".jad")>0)?j=j+'\&c[]'+'='+escape(document.links[i]):k="";}while(i--);
void(window.open(j,"QRCode","width=305,height=320,top=0,left=0,location=0,resizable=yes"));
In the Name field, enter "QR-Code" or something you will remember.
For other use cases, use other bookmarks:
.jar file links QR-code generator
Drag and drop QRCodeJAR generator to your browser bookmarks bar.
(If drag&drop does not work for you, use mouse - right click and select "Bookmark This Link")
.cab file links QR-code generator
Drag and drop QRCodeCAB generator to your browser bookmarks bar.
(If drag&drop does not work for you, use mouse - right click and select "Bookmark This Link")
.html file links QR-code generator
Drag and drop QRCodeHTML generator to your browser bookmarks bar.
(If drag&drop does not work for you, use mouse - right click and select "Bookmark This Link")
No use? You need another file extension filter? No problem. Edit the bookmark - instead of k.indexOf(".jad") put for example k.indexOf(".exe") ...
Hint: Waypoint File Formats - for geocaching, GPS software... bookmark ".loc", ".gpx" or ".klm" modified script.


how about...
Great work! Could you make the bookmarklet turn the current page's url into a QRcode? What about the text selected on the screen?
General URL to QR-code bookmarklet
Here is the simple version for your needs:
javascript:void((j='http://wikarski.com/q/QRmyURL.php?url='+escape(location.href))); void(window.open(j,"QRCode","width=305,height=420,top=0,left=0,location=0,resizable=yes"));
enjoy!