<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/javascript/tags/Firefox</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 07:58:25 GMT</pubDate>
<item>
<title>(JavaScript) position div with mouse coords (onClick event) - juanduke</title>
<link>http://snipplr.com/view/42708/position-div-with-mouse-coords-onclick-event/</link>
<description><![CDATA[ <p>On click event, display a div on mouse coords.
Tested on Firefox 3.6.11, chrome 6, internet explorer 6.
Based on this source code: http://www.webdeveloper.com/forum/showthread.php?t=92007</p> ]]></description>
<pubDate>Fri, 22 Oct 2010 01:03:16 GMT</pubDate>
<guid>http://snipplr.com/view/42708/position-div-with-mouse-coords-onclick-event/</guid>
</item>
<item>
<title>(JavaScript) reading &amp;amp; writing firefox preferences (nsIPrefService) - toto898</title>
<link>http://snipplr.com/view/41862/reading--writing-firefox-preferences-nsiprefservice/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 08 Oct 2010 20:42:04 GMT</pubDate>
<guid>http://snipplr.com/view/41862/reading--writing-firefox-preferences-nsiprefservice/</guid>
</item>
<item>
<title>(JavaScript) View Firefox 3.5 localStorage - linusx</title>
<link>http://snipplr.com/view/31166/view-firefox-35-localstorage/</link>
<description><![CDATA[ <p>Javascript code to view information stored in firefox 3.5 or 3.0 localStorage</p> ]]></description>
<pubDate>Fri, 09 Apr 2010 09:56:03 GMT</pubDate>
<guid>http://snipplr.com/view/31166/view-firefox-35-localstorage/</guid>
</item>
<item>
<title>(JavaScript) Click wheel fix for mac (safari + firefox) - mcarneiro</title>
<link>http://snipplr.com/view/30175/click-wheel-fix-for-mac-safari--firefox/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 23 Mar 2010 14:13:32 GMT</pubDate>
<guid>http://snipplr.com/view/30175/click-wheel-fix-for-mac-safari--firefox/</guid>
</item>
<item>
<title>(JavaScript) FFExt: Safely include jQuery in a browser overlay - eternicode</title>
<link>http://snipplr.com/view/28560/ffext-safely-include-jquery-in-a-browser-overlay/</link>
<description><![CDATA[ <p>If you just use a `` element in the overlay, the browser toolbars are reset to their default configuration (at least with jQ 1.3.2).</p> ]]></description>
<pubDate>Thu, 18 Feb 2010 12:34:10 GMT</pubDate>
<guid>http://snipplr.com/view/28560/ffext-safely-include-jquery-in-a-browser-overlay/</guid>
</item>
<item>
<title>(JavaScript) FFExt: Modify any page on pageload (including background tabs) - eternicode</title>
<link>http://snipplr.com/view/28460/ffext-modify-any-page-on-pageload-including-background-tabs/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Feb 2010 17:36:07 GMT</pubDate>
<guid>http://snipplr.com/view/28460/ffext-modify-any-page-on-pageload-including-background-tabs/</guid>
</item>
<item>
<title>(JavaScript) FFExt: Add JS file to loaded document - eternicode</title>
<link>http://snipplr.com/view/28355/ffext-add-js-file-to-loaded-document/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 15 Feb 2010 23:06:05 GMT</pubDate>
<guid>http://snipplr.com/view/28355/ffext-add-js-file-to-loaded-document/</guid>
</item>
<item>
<title>(JavaScript) SoQ (v. 1.8.2)  rounded box (only FireFox and Webkit) - Piotrek290</title>
<link>http://snipplr.com/view/24963/soq-v-182--rounded-box-only-firefox-and-webkit/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 17 Dec 2009 13:07:56 GMT</pubDate>
<guid>http://snipplr.com/view/24963/soq-v-182--rounded-box-only-firefox-and-webkit/</guid>
</item>
<item>
<title>(JavaScript) ImageShack Bookmarklet - meggesje</title>
<link>http://snipplr.com/view/18871/imageshack-bookmarklet/</link>
<description><![CDATA[ <p>A littler helper for quickly uploading photos to imageshack.com.</p> ]]></description>
<pubDate>Wed, 26 Aug 2009 12:13:10 GMT</pubDate>
<guid>http://snipplr.com/view/18871/imageshack-bookmarklet/</guid>
</item>
<item>
<title>(JavaScript) Vacuum Firefox database - iTony</title>
<link>http://snipplr.com/view/18870/vacuum-firefox-database/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 26 Aug 2009 10:52:59 GMT</pubDate>
<guid>http://snipplr.com/view/18870/vacuum-firefox-database/</guid>
</item>
<item>
<title>(JavaScript) A Better Snipplr Bookmark - dvdrtrgn</title>
<link>http://snipplr.com/view/17465/a-better-snipplr-bookmark/</link>
<description><![CDATA[ <p>Keeps your page intact if you don't wish to add to (just visit) Snipplr, by opening a new tab... also, this one works in both, Firefox + Safari/Opera.</p> ]]></description>
<pubDate>Sat, 25 Jul 2009 16:43:46 GMT</pubDate>
<guid>http://snipplr.com/view/17465/a-better-snipplr-bookmark/</guid>
</item>
<item>
<title>(JavaScript) Console Helper for Firebug - inkdeep</title>
<link>http://snipplr.com/view/16033/console-helper-for-firebug/</link>
<description><![CDATA[ <p>This comes in handy when working in big objects and you need to see what's happening on the inside of an instance.

I aliased 'console.log' to 'put' and wrapped it in a try/catch block that throws alerts if no console is available. Less typing - and mildly rubyish.

I got the logAllMembers bit from a mailing list archived message - forget the author but props to them. Only alteration I made was to skip null members in the output.</p> ]]></description>
<pubDate>Wed, 17 Jun 2009 15:44:03 GMT</pubDate>
<guid>http://snipplr.com/view/16033/console-helper-for-firebug/</guid>
</item>
<item>
<title>(JavaScript) Gmail Today's Unread Email Bookmarklet - ThomasGHenry</title>
<link>http://snipplr.com/view/13867/gmail-todays-unread-email-bookmarklet/</link>
<description><![CDATA[ <p>This is my first ever bookmarklet. It's simple and could be tightened up but it works for me (FF3 Ubuntu 8.10). 

Oh, by the way, what it does is load gmail (if you're signed in, which I always am) with a search for the unread messages (is:unread) of the current day (after:2009-4-7, for example).

Oh yeah. If you want to use it just create a bookmark in your browser (or del.icio.us) and use this snippet as the url. 

I noticed that it doesn't always work in the current tab, but always in new tabs (via middle click, etc). Feel free to advise on how to correct that.

fixed... thanks to these good folks:
http://stackoverflow.com/questions/728079/gmail-javascript-bookmarklet</p> ]]></description>
<pubDate>Tue, 07 Apr 2009 20:04:38 GMT</pubDate>
<guid>http://snipplr.com/view/13867/gmail-todays-unread-email-bookmarklet/</guid>
</item>
<item>
<title>(JavaScript) selectNodeByXPath - xzkcz</title>
<link>http://snipplr.com/view/11098/selectnodebyxpath/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 12 Jan 2009 21:49:18 GMT</pubDate>
<guid>http://snipplr.com/view/11098/selectnodebyxpath/</guid>
</item>
<item>
<title>(JavaScript) Firefox  JavaScript to fill Form - theobriscoe</title>
<link>http://snipplr.com/view/10243/firefox--javascript-to-fill-form/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 03 Dec 2008 11:35:07 GMT</pubDate>
<guid>http://snipplr.com/view/10243/firefox--javascript-to-fill-form/</guid>
</item>
<item>
<title>(JavaScript) Exception manager for DOM event handlers - no more silent failures - miohtama</title>
<link>http://snipplr.com/view/10137/exception-manager-for-dom-event-handlers--no-more-silent-failures/</link>
<description><![CDATA[ <p>It is utterly annoying when DOM event handler exceptions fail silently with Firebug. This package fixes this common problem.</p> ]]></description>
<pubDate>Fri, 28 Nov 2008 19:11:42 GMT</pubDate>
<guid>http://snipplr.com/view/10137/exception-manager-for-dom-event-handlers--no-more-silent-failures/</guid>
</item>
<item>
<title>(JavaScript) border radius para navegadores estándares - marcio</title>
<link>http://snipplr.com/view/10132/border-radius-para-navegadores-estndares/</link>
<description><![CDATA[ <p>border radius para navegadores modernos, progressive enhancement!</p> ]]></description>
<pubDate>Fri, 28 Nov 2008 11:32:59 GMT</pubDate>
<guid>http://snipplr.com/view/10132/border-radius-para-navegadores-estndares/</guid>
</item>
<item>
<title>(JavaScript) enabling console in firebug1.2 + firefox 2 - cmbg</title>
<link>http://snipplr.com/view/9012/enabling-console-in-firebug12--firefox-2/</link>
<description><![CDATA[ <p>By default, Firefox2 + Firebug 1.2 have the console turned off.  Need to enable it with the windlow.loadFirebugConsole() prior to any console method calls.</p> ]]></description>
<pubDate>Tue, 14 Oct 2008 16:39:09 GMT</pubDate>
<guid>http://snipplr.com/view/9012/enabling-console-in-firebug12--firefox-2/</guid>
</item>
<item>
<title>(JavaScript) Open Bookmark in Firefox Sidebar - mikegreen</title>
<link>http://snipplr.com/view/7876/open-bookmark-in-firefox-sidebar/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 15 Aug 2008 11:35:13 GMT</pubDate>
<guid>http://snipplr.com/view/7876/open-bookmark-in-firefox-sidebar/</guid>
</item>
<item>
<title>(JavaScript) Brightness Bookmarklet - kyokutyo</title>
<link>http://snipplr.com/view/2486/brightness-bookmarklet/</link>
<description><![CDATA[ <p>for firefox</p> ]]></description>
<pubDate>Mon, 16 Apr 2007 02:44:21 GMT</pubDate>
<guid>http://snipplr.com/view/2486/brightness-bookmarklet/</guid>
</item>
</channel>
</rss>