Comments on: The hitchhikers guide to bookmarklet authoring http://prettyprint.me/2009/05/20/the-hitchhikers-guide-to-bookmarklet-authoring/ by Ran Tavory Mon, 01 Aug 2011 08:29:01 +0000 hourly 1 http://wordpress.org/?v=3.2 By: Ran Tavory http://prettyprint.me/2009/05/20/the-hitchhikers-guide-to-bookmarklet-authoring/comment-page-1/#comment-7563 Ran Tavory Wed, 27 Apr 2011 04:54:04 +0000 http://prettyprint.me/?p=18#comment-7563 I don't know exactly what you mean, but this post is > 2years old so maybe a forum on the subject might be of better help for you. I don’t know exactly what you mean, but this post is > 2years old so maybe a forum on the subject might be of better help for you.

]]>
By: Gayle http://prettyprint.me/2009/05/20/the-hitchhikers-guide-to-bookmarklet-authoring/comment-page-1/#comment-7552 Gayle Tue, 26 Apr 2011 16:59:17 +0000 http://prettyprint.me/?p=18#comment-7552 Is there a something that can be used to block brawler bookmarklets in game playing? Is there a something that can be used to block brawler bookmarklets in game playing?

]]>
By: shpyo http://prettyprint.me/2009/05/20/the-hitchhikers-guide-to-bookmarklet-authoring/comment-page-1/#comment-4031 shpyo Fri, 29 Oct 2010 13:40:09 +0000 http://prettyprint.me/?p=18#comment-4031 Thanks a lot for info. Now I can create my own bookmarklets :) Thanks a lot for info. Now I can create my own bookmarklets :)

]]>
By: Blinky the Hitman http://prettyprint.me/2009/05/20/the-hitchhikers-guide-to-bookmarklet-authoring/comment-page-1/#comment-1634 Blinky the Hitman Sat, 22 May 2010 15:58:24 +0000 http://prettyprint.me/?p=18#comment-1634 Firefox has, near as I can tell, NO size limitations on bookmarklets. I've written a full arcade version of Tetris, and the bookmarklet is 27kb. Just design your "app" as an HTML "page" powered by JavaScript, crunch it, encode the whole thing in base64, and load it as: javascript:/*Title_and_Credits*/aa=window.open('data:text/HTML;base64, YOURB64HERE','','width=420,height=420,left=0,top=0,scrollbars,resizable,menubar,status,location,toolbar,dependent=yes');void 1 Bypasses the whole nested-single-and-double-quotes PITA, too. Firefox has, near as I can tell, NO size limitations on bookmarklets. I’ve written a full arcade version of Tetris, and the bookmarklet is 27kb. Just design your “app” as an HTML “page” powered by JavaScript, crunch it, encode the whole thing in base64, and load it as:

javascript:/*Title_and_Credits*/aa=window.open(‘data:text/HTML;base64,
YOURB64HERE’,”,’width=420,height=420,left=0,top=0,scrollbars,resizable,menubar,status,location,toolbar,dependent=yes’);void 1

Bypasses the whole nested-single-and-double-quotes PITA, too.

]]>
By: rantav http://prettyprint.me/2009/05/20/the-hitchhikers-guide-to-bookmarklet-authoring/comment-page-1/#comment-3 rantav Thu, 21 May 2009 04:25:07 +0000 http://prettyprint.me/?p=18#comment-3 Mozila just announced https://jetpack.mozillalabs.com/ for making extensions development easier. It looks like a good start (still in alpha) but it is still for FF only... Mozila just announced https://jetpack.mozillalabs.com/ for making extensions development easier. It looks like a good start (still in alpha) but it is still for FF only…

]]>