<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with bookmarklet</title>
      <link>http://ask.metafilter.com/tags/bookmarklet</link>
      <description>Questions tagged with 'bookmarklet' at Ask MetaFilter.</description>
	  <pubDate>Wed, 16 Sep 2009 09:06:08 -0800</pubDate> <lastBuildDate>Wed, 16 Sep 2009 09:06:08 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Do you Java-script?</title>
	<link>http://ask.metafilter.com/132999/Do%2Dyou%2DJavascript</link>	
	<description>Calling all Javascript Experts: I am trying to tweak a small javascript bookmarklet to improve its functionality. The fact I dont know HOW is turning out to be a bit of a challenge. Help me please! javascript:void(location.href=&apos;http://html-pdf-converter.com/en/convert?u=&apos;+escape(location.href))&lt;br&gt;
&lt;br&gt;
This bookmarklet opens the webpage of html-pdf-converter but I want it to to open a new page and load the url where I am when I click on the bookmarklet. (I know it can be done because my other favourite bookmarklet does it for a different purpose) see code here:&lt;br&gt;
&lt;br&gt;
javascript:popw=&apos;&apos;;Q=&apos;&apos;;x=document;y=window;if(x.selection)%20{Q=x.selection.createRange().text;}%20else%20if%20(y.getSelection)%20{Q=y.getSelection();}%20else%20if%20(x.getSelection)%20{Q=x.getSelection();}popw%20=%20y.open(&apos;https://mail.google.com/a/xxxx.comk/?view=cm&amp;amp;fs=1&amp;amp;tf=1&amp;amp;to=&amp;amp;su=&apos;%20+%20escape(document.title)%20+%20&apos;&amp;amp;body=&apos;%20+%20escape(Q)%20+%20escape(&apos;\n&apos;)%20+%20escape(location.href)%20+%20&apos;&amp;amp;bcc=&apos;%20+%20escape(&quot;xxxx@xxxx.com&quot;)%20+%20&apos;&amp;amp;zx=RANDOMCRAP&amp;amp;shva=1&amp;amp;disablechatbrowsercheck=1&amp;amp;ui=1&apos;,&apos;gmailForm&apos;,&apos;scrollbars=yes,width=680,height=510,top=175,left=75,status=no,resizable=yes&apos;);if%20(!document.all)%20T%20=%20setTimeout(&apos;popw.focus()&apos;,50);void(0);&lt;br&gt;
&lt;br&gt;
Now if only I can get someone to help me pick the best bits from both and make it work.&lt;br&gt;
&lt;br&gt;
EXTRA points, if someone can also get it to press the &apos;convert&apos; button so all I get is a save/open dialogue.&lt;br&gt;
&lt;br&gt;
In case you are wondering, I have tried using software on my computer to convert like cutepdf but the output is not nearly as good as this.&lt;br&gt;
&lt;br&gt;
Many thanks</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.132999</guid>
	<pubDate>Wed, 16 Sep 2009 09:06:08 -0800</pubDate>
	<category>bookmarklet</category>
	<category>javascript</category>
	<dc:creator>london302</dc:creator>
	</item>
	<item>
	<title>Pull-Down Menu (Preferably Nonmodal) in Javascript Bookmarklet?</title>
	<link>http://ask.metafilter.com/110277/PullDown%2DMenu%2DPreferably%2DNonmodal%2Din%2DJavascript%2DBookmarklet</link>	
	<description>Is the presentation of a choose-item-from-multiple-choices-presented menu possible to implement into a Javascript bookmarklet? Ideally, I would be looking for the menu to act in the same nonmodal fashion like &quot;prompt&quot; does in a Javascript bookmarklet.  (If you don&apos;t know what I mean by that, click on the text &quot;Find in this page&quot; on &lt;a href=&quot;http://www.lifeclever.com/17-powerful-bookmarklets-for-your-iphone/#more-591&quot;&gt;this webpage&lt;/a&gt;.)&lt;br&gt;
&lt;br&gt;
I currently have a bookmarklet that takes the webpage that I&apos;m currently on, and funnels it into a task on Remember the Milk.  The bookmarklet right now is:&lt;br&gt;
&lt;br&gt;
popw=window.open(&apos;http://m.rememberthemilk.com/add?name=&apos; + escape(&quot;Web: Check out \&quot;&quot;) + escape(document.title) + escape(&quot;\&quot;.&quot;) + &apos;&amp;amp;list=&lt;i&gt;[list ID]&lt;/i&gt;&amp;amp;priority=&amp;amp;repeat=&amp;amp;estimate&amp;amp;tags=&apos; + escape(&quot;@web rtmurl&quot;) + &apos;&amp;amp;priority=2&amp;amp;url=&apos; + escape(location.href) + &apos;&amp;amp;add=&apos; + escape(&apos;\&quot;Add Form\&quot;&apos;), &apos;taskForm&apos;,&apos;scrollbars=yes,width=680,height=510,top=175,left=75,status=no,resizable=yes&apos;);if (!document.all) T = setTimeout(&apos;popw.focus()&apos;,50);void(0);&lt;br&gt;
&lt;br&gt;
Essentially, I would like to trigger the bookmarklet, and be presented with a multiple-choice menu appears where I&apos;m presented with choices.  The text of the choice will go into the &quot;tags&quot; section of the URL; it&apos;ll let me do further sorting.&lt;br&gt;
&lt;br&gt;
This seems to be simple enough, but there&apos;s enough stuff out there with similar wording that I can&apos;t seem to pin myself right down to this.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.110277</guid>
	<pubDate>Mon, 29 Dec 2008 14:10:59 -0800</pubDate>
	<category>bookmarklet</category>
	<category>Javascript</category>
	<category>menu</category>
	<category>resolved</category>
	<dc:creator>WCityMike</dc:creator>
	</item>
	<item>
	<title>Quicksilver for Bookmarklets</title>
	<link>http://ask.metafilter.com/88148/Quicksilver%2Dfor%2DBookmarklets</link>	
	<description>Is it possible to access Firefox bookmarklets via Quicksilver? I&apos;m looking to be able to &quot;Shorten URL&quot; or &quot;Gmail This&quot; or &quot;Add to del.icio.us&quot; and there&apos;s workarounds for most things, but just accessing the bookmarklet via QS would be best.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.88148</guid>
	<pubDate>Mon, 07 Apr 2008 14:55:32 -0800</pubDate>
	<category>bookmarklet</category>
	<category>quicksilver</category>
	<dc:creator>jpcody</dc:creator>
	</item>
	<item>
	<title>How to Make One Menu Choice Assign Three Variables in an HTML Page?</title>
	<link>http://ask.metafilter.com/70888/How%2Dto%2DMake%2DOne%2DMenu%2DChoice%2DAssign%2DThree%2DVariables%2Din%2Dan%2DHTML%2DPage</link>	
	<description>I have what is to me an extremely complex thing that I would like JavaScript on a webpage to do.  It&apos;s related to &lt;a href=&quot;http://ask.metafilter.com/66824/Tricks-Involving-Concatenation-and-PullDown-Menus-for-HTML-Forms&quot;&gt;this question I asked previously&lt;/a&gt;, but I&apos;ve added a new complication.  I understand that this may sound fairly customized.  I have a feeling, though, that for someone who programs Javascript, these issues are probably both extremely common and extremely simple, which is why I&apos;m asking here ... since perfecting this quirk could really help my efficiency. I manage my to-do list on a web application called &lt;a href=&quot;http://www.rtmilk.com&quot;&gt;Remember the Milk&lt;/a&gt;.  Using their Quick Add bookmarklet as a guide, I built a larger-scale version for my personal use that would let me select various tags I wanted to use consistently from menus, rather than have to remember these tags wholesale.&lt;br&gt;
&lt;br&gt;
The question mentioned above managed to help me with one requested improvement: the ability to not need a &quot;concatenate&quot; button to concatenate all the tags into the &quot;tags&quot; field, but instead for the page to do it automatically.&lt;br&gt;
&lt;br&gt;
However, the other aspect of what I&apos;d like it to do is slightly more complex.&lt;br&gt;
&lt;br&gt;
I have a number of goals -- these could also be considered projects.  Ideally, what I would like to do is make one selection: that of a goal (currently the &quot;g&quot; variable in the document).  I would like the page to then do three things (preferably updating automatically, as it currently does, if I make a change) based on that selection.&lt;br&gt;
&lt;br&gt;
I would like it to:&lt;br&gt;
&lt;br&gt;
(1) Add &quot; {SelectedGoalName}&quot; (currently the &quot;t&quot; variable) to the end of the task&apos;s name.&lt;br&gt;
(2) Add a tag to the task&apos;s tag list (currently the &quot;tx&quot; variable) that corresponds to the goal.&lt;br&gt;
(3) Select the appropriate destination list ID (currently the &quot;l&quot; variable) that corresponds to that goal.&lt;br&gt;
&lt;br&gt;
The SelectedGoalName would be the same as the text on the menu corresponding to the item chosen.  The tag would be similar but not reliably identical to &quot;SelectedGoalName&quot; -- for example, it might be &quot;Mowing&quot; versus &quot;g-mowing&quot;.  The list ID is a seven-digit number used by Remember the Milk to identify lists.&lt;br&gt;
&lt;br&gt;
An anonymized version of the page is at &lt;a href=&quot;http://www.windycitymike.com/quicktask.html&quot;&gt;this URL&lt;/a&gt;.  It&apos;s structurally identical; I just anonymized the locales and goals.&lt;br&gt;
&lt;br&gt;
I know this is a complex one -- in fact, I&apos;m unsure if this falls outside the bounds of what Ask Mefi does.  But I also know that Mefites encompass many talents, so I&apos;m hoping someone has this talent and can help me out?  (I&apos;m too poor at the moment to pay RentACoder.com.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.70888</guid>
	<pubDate>Wed, 05 Sep 2007 17:47:23 -0800</pubDate>
	<category>bookmarklet</category>
	<category>concatenate</category>
	<category>java</category>
	<category>javascript</category>
	<category>milk</category>
	<category>remember</category>
	<category>rememberthemilk</category>
	<category>resolved</category>
	<category>rtm</category>
	<category>tags</category>
	<dc:creator>WCityMike</dc:creator>
	</item>
	<item>
	<title>How to create a CrossBrowser Bookmarklet?</title>
	<link>http://ask.metafilter.com/55710/How%2Dto%2Dcreate%2Da%2DCrossBrowser%2DBookmarklet</link>	
	<description>I have written a bookmarklet that works in Firefox but not in IE6.  How can I change it to be supported cross browser or even as a separate bookmarklet to get the same results. javascript:Qr=document.getSelection();if(Qr)location.href=&apos;http://jobsearchlog.com/ba.cfm?ad=&apos;+escape(Qr)+&apos;&amp;amp;description=&apos;+encodeURIComponent(document.title)+&apos;&amp;amp;tags=%s&apos;+&apos;&amp;amp;ad4user=mickbw&amp;amp;url2job=&apos;+window.location.href;&lt;br&gt;
&lt;br&gt;
Much of the JS was taken from the send to Delicious bookmarklet but I&apos;ve never seen it work in IE anyway.&lt;br&gt;
&lt;br&gt;
The purpose of the &apos;let is to send whatever text in a page has been selected, the URL and page title and submit the values into a database for use in my web application.  In Firefox they would also be able to specify tags to be included in the insert. &lt;br&gt;
&lt;br&gt;
Any suggestions on making this work in IE?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.55710</guid>
	<pubDate>Wed, 24 Jan 2007 22:08:15 -0800</pubDate>
	<category>bookmarklet</category>
	<category>firefox</category>
	<category>IE</category>
	<category>Javascript</category>
	<dc:creator>mickbw</dc:creator>
	</item>
	<item>
	<title>Bookmarklets and PHP parsing of websites</title>
	<link>http://ask.metafilter.com/33973/Bookmarklets%2Dand%2DPHP%2Dparsing%2Dof%2Dwebsites</link>	
	<description>I&apos;ve been trying to find good resources on creating a bookmarklet for a web site i&apos;m working on, and then parsing the passed url with PHP. Basically i want to write a bookmarklet that allows a user to &quot;post this page,&quot; the page being a youtube or google video page, to a website im working on. I haven&apos;t really been able to find good resources on integrating that with a PHP script that would then load the page and parse it, and in the process extract the embed this object tag. Any info on where i could find help on parsing web pages with PHP, and how one goes about setting up a web page to take urls passed by bookmarklets would be greatly appreciated.&lt;br&gt;
&lt;br&gt;
I have root access to the server, and we&apos;re running apache 1.3.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.33973</guid>
	<pubDate>Wed, 08 Mar 2006 09:24:41 -0800</pubDate>
	<category>bookmarklet</category>
	<category>html</category>
	<category>parse</category>
	<category>php</category>
	<dc:creator>sourbrew</dc:creator>
	</item>
	<item>
	<title>Need some help with fixing a del.icio.us bookmarklet ...</title>
	<link>http://ask.metafilter.com/33914/Need%2Dsome%2Dhelp%2Dwith%2Dfixing%2Da%2Ddelicious%2Dbookmarklet</link>	
	<description>Help me untangle a few weirdities in my fine, freshly hand-rolled Cuban cigar ... er ... Javascript bookmarklet. I need some assistance doing some slight tweaks to a JavaScript bookmarklet that I hand-rolled from a &lt;a href=&quot;http://www.cs.ucf.edu/~cmillward/delish.php&quot;&gt;bookmarklet&lt;/a&gt;, a &lt;a href=&quot;http://diveintogreasemonkey.org/casestudy/dumbquotes.html&quot;&gt;Greasemonkey script&lt;/a&gt;, and some dumb luck.  &lt;br&gt;
&lt;br&gt;
The Javascript bookmarklet code, when given some whitespace for readability, is:&lt;br&gt;
&lt;br&gt;
javascript:h=location.href;&lt;br&gt;
&lt;br&gt;
t=document.title;&lt;br&gt;
&lt;br&gt;
e = &quot;&quot; + (window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\&quot;/g, &quot;&apos;&quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\xa0/g, &quot; &quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\xa9/g, &quot;\(c\)&quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\xae/g, &quot;\(r\)&quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\xb7/g, &quot;*&quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\u2018/g, &quot;&apos;&quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\u2019/g, &quot;&apos;&quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\u201c/g, &quot;&apos;&quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\u201d/g, &quot;&apos;&quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\u8220/g, &quot;&apos;&quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\u8221/g, &quot;&apos;&quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\u2026/g, &quot;...&quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\u2002/g, &quot; &quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\u2003/g, &quot; &quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\u2009/g, &quot; &quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\u2012/g, &quot;--&quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\u2013/g, &quot;--&quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\u2014/g, &quot;--&quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\u2015/g, &quot;--&quot;);&lt;br&gt;
&lt;br&gt;
e = e.replace(/\u2122/g, &quot;\(tm\)&quot;);&lt;br&gt;
&lt;br&gt;
if (e!=null) location=&quot;http://del.icio.us/WCityMike?jump=close&amp;amp;url=&quot; + encodeURIComponent(h) + &quot;&amp;amp;title=&quot; + encodeURIComponent(t) + &quot;&amp;amp;extended=\&quot;&quot; + encodeURIComponent(e).replace(/ /g, &quot;+&quot;) + &quot;\&quot;&quot;;&lt;br&gt;
&lt;br&gt;
void 0&lt;br&gt;
&lt;br&gt;
(Of course, when it becomes a bookmarklet, I replace spaces with percentage-sign-20 and quotes with percentage-sign-22.)&lt;br&gt;
&lt;br&gt;
If that doesn&apos;t come across properly, forgive the self-link, but the script can also be found &lt;a href=&quot;http://windycitymike.com/2005/06/07/new-delicious-dumbifyquote-bookmarklet/&quot;&gt;here&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
The purpose of this bookmarklet is to take the selected text, do some swapouts of fancy stuff for plain stuff, and toss it into del.icio.us.  It also is supposed to swap out double quotation marks in the selected text for single quotation marks, because it then surrounds the selected text with quotation marks for the excerpt.  So, for example, if I selected the text:&lt;br&gt;
&lt;br&gt;
&lt;i&gt;&quot;Crash&quot; won last night&apos;s Oscar ceremony in a surprise upset.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
The bookmarklet should take the text into del.icio.us as:&lt;br&gt;
&lt;br&gt;
&lt;i&gt;&quot;&apos;Crash&apos; won last night&apos;s Oscar ceremony in a surprise upset.&quot;&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
I basically mashed together this bookmarklet because I use del.icio.us more as a linklog publishing system than as an online bookmark manager, and I wanted to automate the process of filling out the description field.&lt;br&gt;
&lt;br&gt;
I&apos;m looking for two tweaks in particular.&lt;br&gt;
&lt;br&gt;
First, I&apos;d like it to automatically remove any line feeds or carriage returns in the selected text.  I use a variant of this bookmarklet with the Mac OS X application &lt;a href=&quot;http://www.scifihifi.com/cocoalicious/&quot;&gt;Cocoalicious&lt;/a&gt;, and line feeds or carriage returns (I&apos;m not sure which is which) get preserved and carried into the description field.  (I do not think this is Cocoalicious&apos; fault, as the JavaScript search-and-replace stuff that goes on happens before the data&apos;s passed off to the cocoalicious: URL, which when triggered prompts Cocoalicious to open with the appropriate data.)  I&apos;d prefer no carriage returns get carried over.  How do I do that?&lt;br&gt;
&lt;br&gt;
Secondly, I&apos;ve found that on some webpages - perhaps 35-45% of them -- it does not catch double quotation marks, and I&apos;m not sure what I&apos;m missing.  An example of text it doesn&apos;t match is the phrase:&lt;br&gt;
&lt;br&gt;
&lt;i&gt;You&apos;ll never miss a song even in the bathroom with Atech&apos;s &quot;iLounge hybrid toilet paper dispenser/iPod dock&quot;.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
on &lt;a href=&quot;http://www.techeblog.com/index.php/tech-gadget/top-10-strangest-ipod-accessories&quot;&gt;this webpage&lt;/a&gt;.  (Keep in mind the quotes in the above phrase may have been fancy-fied by MetaFilter itself; if you&apos;re helping, you may want to go to the original webpage to see the exact characters I&apos;m speaking of.)&lt;br&gt;
&lt;br&gt;
I used a program called &lt;a href=&quot;http://www.earthlingsoft.net/UnicodeChecker/&quot;&gt;UnicodeChecker&lt;/a&gt;, which, amongst its features, will supposedly tell you the Unicode value of characters in pasted text.  I used that to look at the apostrophes on this page, and if I&apos;m reading my code right, the bookmarklet &lt;i&gt;should&lt;/i&gt; catch these quotation marks.  It&apos;s not.&lt;br&gt;
&lt;br&gt;
Finally, I&apos;m obviously not a coder.  If you have any tweaks that will optimize the code yet preserve its understandability for a newbie like me, or if you know of any other good resources or examples to include in the &quot;dumbification&quot; process (i.e., turn this code into this plain text), please feel free to mention them.&lt;br&gt;
&lt;br&gt;
If there&apos;s a particularly recalcitrant code that is not going through Metafilter&apos;s posting box well, feel free to e-mail it to me.  My address is in my profile.&lt;br&gt;
&lt;br&gt;
Much obliged in advance!&lt;br&gt;
&lt;br&gt;
Thank you!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.33914</guid>
	<pubDate>Tue, 07 Mar 2006 11:05:14 -0800</pubDate>
	<category>bookmarklet</category>
	<category>delicious</category>
	<category>javascript</category>
	<category>resolved</category>
	<dc:creator>WCityMike</dc:creator>
	</item>
	<item>
	<title>Amazon cover art bookmarklet?</title>
	<link>http://ask.metafilter.com/30774/Amazon%2Dcover%2Dart%2Dbookmarklet</link>	
	<description>Bookmarklet to display Amazon cover art? My Google-fu has failed.  But is anyone aware of a bookmarklet that, starting from an Amazon product page, would take you to the URL for the unadulterated cover art (as oposed to a, say, &quot;Copy Link Location&quot;, which would include the Search Inside and other stuff appended to the graphic).  (I&apos;m trying to populate a gratu.itio.us wish list, but can also think of a few hundred other times such a bookmarklet would prove handy.)  &lt;br&gt;
&lt;br&gt;
Editorial note: Keep in mind that you can&apos;t post a Javascript bookmarklet as a link in the comments (I know this from prior experience) ...&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://aaugh.com/imageabuse.html&quot;&gt;This site&lt;/a&gt; looks to be of some help in terms of URL construction but isn&apos;t taking me all the way there.  (BTW, I have absolutely no programming knowledge, so unfortunately am asking if such a bookmarklet already exists.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.30774</guid>
	<pubDate>Fri, 13 Jan 2006 14:48:20 -0800</pubDate>
	<category>Amazon</category>
	<category>bookmarklet</category>
	<category>cover</category>
	<category>javascript</category>
	<category>stumped</category>
	<dc:creator>WCityMike</dc:creator>
	</item>
	<item>
	<title>How do I assign a hotkey to a Firefox bookmark?</title>
	<link>http://ask.metafilter.com/23032/How%2Ddo%2DI%2Dassign%2Da%2Dhotkey%2Dto%2Da%2DFirefox%2Dbookmark</link>	
	<description>I have a bookmarklet that I&apos;d like to run by a pressing a hotkey in Firefox -- any suggestions? I&apos;ve set up a mouse gesture to do this, but I&apos;d like a keyboard shortcut as well. </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.23032</guid>
	<pubDate>Tue, 23 Aug 2005 19:20:15 -0800</pubDate>
	<category>bookmarklet</category>
	<category>firefox</category>
	<category>javascript</category>
	<category>mozilla</category>
	<dc:creator>arathorn</dc:creator>
	</item>
	<item>
	<title>Bookmarklet that goes to a url and makes the referring url available as a variable for a script. </title>
	<link>http://ask.metafilter.com/19840/Bookmarklet%2Dthat%2Dgoes%2Dto%2Da%2Durl%2Dand%2Dmakes%2Dthe%2Dreferring%2Durl%2Davailable%2Das%2Da%2Dvariable%2Dfor%2Da%2Dscript</link>	
	<description>I need a bookmarklet that goes to a specified (static) url and makes the url of the page I came from available as a variable for a perl or php script. I just want to be able to go to a page I&apos;ve set up and have it record the page I&apos;m got there from, but the apparently-useful-for-just-this-sort-of-thing http_referrer variable only works if i clicked on a link to get there, while I, in my hubris, would like to be able to type the address in manually from anywhere. But apparently I can&apos;t. So it looks like a bookmarklet is the next best thing. The thing is, I&apos;ve spent alot of time learning php and perl to get to the point that I even know enough to need this, but bookmarklets are javascript, and javascript is a nut that is resisting my efforts to crack. I&apos;m working on learning this crazy new language cause I&apos;d like to be able to function in it, but maybe someone here can throw me a line on this one in the mean time? Because really I&apos;d rather be learning more perl right now and it seems like this would be mad simple if you know the stuff. For me its agony.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.19840</guid>
	<pubDate>Sun, 12 Jun 2005 22:13:07 -0800</pubDate>
	<category>bookmarklet</category>
	<category>javascript</category>
	<dc:creator>31d1</dc:creator>
	</item>
	<item>
	<title>Wikipedia bookmarklet</title>
	<link>http://ask.metafilter.com/15707/Wikipedia%2Dbookmarklet</link>	
	<description>Hopefully fairly simple question - I seem to remember coming across a bookmarklet once which would turn a webpage into links to wikipedia entries.  So basically any subject/object on the page that had a wiki entry would be hyperlinked to that entry.  Now I can&apos;t find the thing.  Anyone know where it might be?
Thanks</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.15707</guid>
	<pubDate>Mon, 28 Feb 2005 09:08:36 -0800</pubDate>
	<category>bookmarklet</category>
	<category>wikipedia</category>
	<dc:creator>juniorbonner</dc:creator>
	</item>
	<item>
	<title> How can I make the del.icio.us bookmarklet open on TOP of my main Firefox window instead of popping under?</title>
	<link>http://ask.metafilter.com/12998/How%2Dcan%2DI%2Dmake%2Dthe%2Ddelicious%2Dbookmarklet%2Dopen%2Don%2DTOP%2Dof%2Dmy%2Dmain%2DFirefox%2Dwindow%2Dinstead%2Dof%2Dpopping%2Dunder</link>	
	<description>How can I make the del.icio.us bookmarklet open on TOP of my main Firefox window instead of popping under?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.12998</guid>
	<pubDate>Tue, 14 Dec 2004 23:59:22 -0800</pubDate>
	<category>bookmarklet</category>
	<category>del.icio.us</category>
	<category>firefox</category>
	<category>windowfocus</category>
	<dc:creator>rio</dc:creator>
	</item>
	<item>
	<title>Does anyone know of a Firefox extension or Linux app that allows you to check or uncheck all checkboxes on a web page?</title>
	<link>http://ask.metafilter.com/11106/Does%2Danyone%2Dknow%2Dof%2Da%2DFirefox%2Dextension%2Dor%2DLinux%2Dapp%2Dthat%2Dallows%2Dyou%2Dto%2Dcheck%2Dor%2Duncheck%2Dall%2Dcheckboxes%2Don%2Da%2Dweb%2Dpage</link>	
	<description>Firefox (un)check all extension:  Does anyone know if there exists a firefox extension or linux app that allows you to check or uncheck all checkboxes on a given web page?  {mi} I use a ticket tracker system with lots of legitimate tickets and lots of spam (I have no control over filtering for this system).  Sometimes I pull up a page that has, say, 50 legitimate tickets and 25 pieces of spam, necessitating 50 mouse clicks to clean out the spam and retain the tickets, and it would be nice to be able to come out ahead of the ratio every now and then.  : &amp;gt;&lt;br&gt;
&lt;br&gt;
In the event that such a thing does not exist, I have intermediate-level Perl experience . . . would this translate well to trying to do this in Python (something I probably need to learn, anyway) as a learner project?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.11106</guid>
	<pubDate>Thu, 21 Oct 2004 06:56:25 -0800</pubDate>
	<category>bookmarklet</category>
	<category>extensions</category>
	<category>Firefox</category>
	<dc:creator>littlegreenlights</dc:creator>
	</item>
	<item>
	<title>Is there a bookmarklet for inserting printable link footnotes in Firefox?</title>
	<link>http://ask.metafilter.com/8672/Is%2Dthere%2Da%2Dbookmarklet%2Dfor%2Dinserting%2Dprintable%2Dlink%2Dfootnotes%2Din%2DFirefox</link>	
	<description>I love &lt;a href=http://www.metafilter.com/username.mefi/kokogiak&gt;kokogiak&apos;s&lt;/a&gt; bookmarklet for &lt;a href=http://www.kokogiak.com/gedankengang/gedanken_arch.asp#12012200393&gt;inserting printable link footnotes&lt;/a&gt; at the bottom of pages.   However, it&apos;s IE only.  Does anyone know of a way to do this with Firefox?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.8672</guid>
	<pubDate>Tue, 13 Jul 2004 06:42:22 -0800</pubDate>
	<category>bookmarklet</category>
	<category>firefox</category>
	<category>footnotes</category>
	<category>print</category>
	<category>resolved</category>
	<dc:creator>monju_bosatsu</dc:creator>
	</item>
	
	</channel>
</rss>

