<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux etc. &#187; Firefox</title>
	<atom:link href="http://promberger.info/linux/category/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://promberger.info/linux</link>
	<description>my outsourced memory for your perusal</description>
	<lastBuildDate>Thu, 08 Sep 2011 11:06:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Firefox: open links from external apps in background tabs</title>
		<link>http://promberger.info/linux/2008/05/22/firefox-open-links-from-external-apps-in-background-tabs/</link>
		<comments>http://promberger.info/linux/2008/05/22/firefox-open-links-from-external-apps-in-background-tabs/#comments</comments>
		<pubDate>Thu, 22 May 2008 10:17:32 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://promberger.info/linux/2008/05/22/firefox-open-links-from-external-apps-in-background-tabs/</guid>
		<description><![CDATA[While opening links in new tabs from within Firefox makes them open in the background (Setting in Edit &#8594; Preferences &#8594; Tabs), links clicked in other applications by default open in a foreground tab, and make Firefox steal the focus from the other app. about:config, set browser.tabs.loadDivertedInBackground to true]]></description>
			<content:encoded><![CDATA[<p>While opening links in new tabs from within Firefox makes them open in the background (Setting in Edit &rarr; Preferences &rarr; Tabs), links clicked in other applications by default open in a foreground tab, and make Firefox steal the focus from the other app.</p>
<p><code>about:config</code>, set <code>browser.tabs.loadDivertedInBackground</code> to <code>true</code></p>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2008/05/22/firefox-open-links-from-external-apps-in-background-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change which profile is default in Firefox</title>
		<link>http://promberger.info/linux/2008/05/20/how-to-change-which-profile-is-default-in-firefox/</link>
		<comments>http://promberger.info/linux/2008/05/20/how-to-change-which-profile-is-default-in-firefox/#comments</comments>
		<pubDate>Tue, 20 May 2008 10:02:32 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://promberger.info/linux/2008/05/20/how-to-change-which-profile-is-default-in-firefox/</guid>
		<description><![CDATA[I had to edit ~/.mozilla/firefox/profiles.ini. Just move the line Default=1 to the desired profile block. (I first tried renaming the profiles using firefox -ProfileManager. Renaming the default profile to &#8220;old&#8221; and the &#8220;firefox3&#8243; profile to &#8220;default&#8221; had no effect.)]]></description>
			<content:encoded><![CDATA[<p>I had to edit <code>~/.mozilla/firefox/profiles.ini</code>. Just move the line <code>Default=1</code> to the desired profile block.</p>
<p>(I first tried renaming the profiles using <code>firefox -ProfileManager</code>. Renaming the default profile to &#8220;old&#8221; and the &#8220;firefox3&#8243; profile to &#8220;default&#8221; had no effect.)</p>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2008/05/20/how-to-change-which-profile-is-default-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox: How to make &#8220;Open all [bookmarks] in Tabs&#8221; append to existing tabs instead of replacing them</title>
		<link>http://promberger.info/linux/2008/04/26/firefox-how-to-make-open-all-bookmarks-in-tabs-append-to-existing-tabs-instead-of-replacing-them/</link>
		<comments>http://promberger.info/linux/2008/04/26/firefox-how-to-make-open-all-bookmarks-in-tabs-append-to-existing-tabs-instead-of-replacing-them/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 09:13:27 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://promberger.info/linux/2008/04/26/firefox-how-to-make-open-all-bookmarks-in-tabs-append-to-existing-tabs-instead-of-replacing-them/</guid>
		<description><![CDATA[This has been a major annoyance so far: While Firefox lets you conveniently save all currently open tabs in a bookmark folder, when you later open all the bookmarks in that folder using the &#8220;Open all in Tabs&#8221; functionality, it replaces all the other tabs you have open at that moment. How idiotic is that. [...]]]></description>
			<content:encoded><![CDATA[<p>This has been a major annoyance so far: While Firefox lets you conveniently save all currently open tabs in a bookmark folder, when you later open all the bookmarks in that folder using the &#8220;Open all in Tabs&#8221; functionality, it <strong>replaces</strong> all the other tabs you have open at that moment. How idiotic is that. </p>
<p>I found the solution <a href="http://www.computerworld.com/action/article.do?command=printArticleBasic&#038;articleId=9020880">here</a>: Go to the URL <code>about:config</code>, search for <code>browser.tabs.loadFolderAndReplace</code> and set it to <code>false</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2008/04/26/firefox-how-to-make-open-all-bookmarks-in-tabs-append-to-existing-tabs-instead-of-replacing-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java plugin in Firefox</title>
		<link>http://promberger.info/linux/2008/04/08/java-plugin-in-firefox/</link>
		<comments>http://promberger.info/linux/2008/04/08/java-plugin-in-firefox/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 16:48:44 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Gutsy]]></category>

		<guid isPermaLink="false">http://promberger.info/linux/2008/04/08/java-plugin-in-firefox/</guid>
		<description><![CDATA[I used to have trouble with the system wide installation of Firefox on Gutsy (though I don&#8217;t remember what the trouble was), so I installed it on a user basis in each user&#8217;s home directory and made all the relevant icons point to /home/user/firefox/firefox Because of this, I had to create a symlink in that [...]]]></description>
			<content:encoded><![CDATA[<p>I used to have trouble with the system wide installation of Firefox on Gutsy (though I don&#8217;t remember what the trouble was), so I installed it on a user basis in each user&#8217;s home directory and made all the relevant icons point to <code>/home/user/firefox/firefox</code></p>
<p>Because of this, I had to create a symlink in that user-based Firefox&#8217;s plugin directory:</p>
<pre>
cd /home/user/firefox/plugins
ln -s /usr/lib/firefox/plugins/libjavaplugin.so</pre>
<p>(I don&#8217;t recall installing Java. <code>sudo aptitude search java</code> shows I have following installed:)</p>
<pre>sudo aptitude install sun-java6-bin sun-java6-jre sun-java6-plugin</pre>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2008/04/08/java-plugin-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mouseless browsing</title>
		<link>http://promberger.info/linux/2007/10/26/mouseless-browsing/</link>
		<comments>http://promberger.info/linux/2007/10/26/mouseless-browsing/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 21:58:53 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Less mouse]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.promberger.info/linux/2007/10/26/mouseless-browsing/</guid>
		<description><![CDATA[Some things I do to use the mouse less when browsing. Use Firefox shortcuts (just google for a list). I&#8217;ve installed the mouseless browsing (MLB) Firefox extension. Every link in a page gets tagged with an ID. Type that ID, then hit ENTER. (For me, this works using &#8220;Find as you type&#8221; in the Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>Some things I do to use the mouse less when browsing. </p>
<ol>
<li>Use Firefox shortcuts (just google for a list). </li>
<li>I&#8217;ve installed the <a href="https://addons.mozilla.org/en-US/firefox/addon/879?id=879">mouseless browsing (MLB)</a> Firefox extension. Every link in a page gets tagged with an ID. Type that ID, then hit ENTER. (For me, this works using &#8220;Find as you type&#8221; in the Firefox preferences).</li>
<li>I&#8217;ve set up some <a href="http://www.promberger.info/linux/2007/05/25/firefox-smart-keywords/">Firefox smart keywords</a> for quick searching from the location bar.</li>
<li>I&#8217;ve installed the <a href="http://www.customizegoogle.com/">CustomizeGoogle</a> extension to Firefox. Amongst other things, you can set it to &#8220;Give the searchbar focus&#8221;. This means that if you can immediately modify you search.</li>
<li>I already have <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a>  installed. This lets you modify websites using browser-based JavaScript. From <a href="http://userscripts.org">userscripts.org</a>, an online repository of user scripts, I&#8217;ve downloaded <a href="http://userscripts.org/scripts/show/4027">Google Search Box AccessKey</a>. Now, on any Google search page, hitting the access key and the letter &#8220;s&#8221; puts the cursor in the search box.</li>
<li>The &#8220;access key&#8221; differs by browser. Generally, for Firefox under Linux, it is the <code>ALT</code> key. For me, it is apparently <code>ALT+Shift</code>, which is just as well, since I&#8217;m using <code>ALT</code> already for loads of XFCE shortcuts. It&#8217;s generally a great idea, and some websites have set it server-side for quick navigation to important links. I&#8217;ve now implemented it for this blog. Hitting your access key and &#8220;s&#8221; will put the cursor in the search box. From there, you can either search, or tab-navigate directly down the list of links along the right hand sidebar.</li>
<li>Generally, I try to navigate using the tab key. A big problem is that it is often hard to see which link has focus, or even whether the location bar or the main window have focus. In <code>about:config</code>, filter for &#8220;focus&#8221;, and set <code>browser.display.focus_background_color</code> and <code>browser.display.focus_text_color</code>. I&#8217;ve set the background color to <code>#a2e88b</code> and the foreground color to black. That&#8217;s helpful, but doesn&#8217;t show up on some elements, such as images. In Greasemonkey, I&#8217;ve set up <a href="http://userstyles.org/styles/305">Bright Focus (for buttons, links and textboxes)</a>. This gives a border, which also shows up around images and the like. I don&#8217;t like the default color, so I set it to be <code>2px #66CC00</code>. This is also available as a script for the Firefox <a href="https://addons.mozilla.org/en-US/firefox/addon/2108">Stylish extension</a>. </li>
<li>In the same spirit, I&#8217;ve added this to my userChrome.js:
<pre>/* give urlbar background color when it has focus */
#urlbar[focused="true"] { background-color:#A2E88B !important; }

/* change focus rings around acitve tabs  */
.tabbrowser-tabs > tab:focus .tab-middle {
  -moz-outline: solid 2px #66CC00 !important;
}</pre>
</li>
<li>Finally, I&#8217;ve set up my home page to be a local page containing a handful of frequently visited sites, so I can just load my home page and then quickly navigate to them.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2007/10/26/mouseless-browsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing sensible (i.e. default) browser</title>
		<link>http://promberger.info/linux/2007/10/04/changing-default-x-browser/</link>
		<comments>http://promberger.info/linux/2007/10/04/changing-default-x-browser/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 09:39:28 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[misc.]]></category>

		<guid isPermaLink="false">http://www.promberger.info/linux/2007/10/04/changing-default-x-browser/</guid>
		<description><![CDATA[I want to use ~/firefox/firefox as my default browser. (I have an older version of Firefox installed system-wide, and 2.0 in my home dir). I think I set this somewhere in XFCE, and it works fine for most apps. However, some apps (e.g. xpdf) still use Konqueror &#8212; yikes (takes a long time to start [...]]]></description>
			<content:encoded><![CDATA[<p>I want to use <code>~/firefox/firefox</code> as my default browser. (I have an older version of Firefox installed system-wide, and 2.0 in my home dir). I think I set this somewhere in XFCE, and it works fine for most apps. However, some apps (e.g. xpdf) still use Konqueror &#8212; yikes (takes a long time to start up).</p>
<pre>sudo update-alternatives --config x-www-browser</pre>
<p>This gives me a list to pick from, and I can change to the system-wide Firefox or Opera, but <code>~/firefox/firefox</code> is not in the list. </p>
<pre>sudo rm /etc/alternativesx-www-browser
sudo ln -s /home/mpromber/firefox/firefox /etc/alternatives/x-www-browser</pre>
<p>Links in xpdf didn&#8217;t open at all anymore, instead:</p>
<pre>run-mozilla.sh: Cannot execute /home/mpromber/firefox/x-www-browser-bin</pre>
<pre>
update-alternatives --install /usr/bin/x-www-browser x-www-browser /home/mpromber/firefox/firefox 10
</pre>
<p>The last number is the &#8220;priority&#8221;, I have no clue what the value should be here. I tried <code>90</code>, <code>10</code>, and <code>1</code>, and it didn&#8217;t make a difference as far as I could tell. In all three cases, ~/firefox/firefox is last in the list given by <code>update-alternatives --config</code></p>
<p>Then &#8230;</p>
<pre>sudo update-alternatives --config x-www-browser</pre>
<p>&#8230; and pick the newly created <code>~/firefox/firefox</code> entry. </p>
<p>However, trying to open links from xpdf again didn&#8217;t work (same error as above).</p>
<p>So then I just picked <code>/usr/bin/firefox</code> from the list in <code>update-alternatives --config</code>. Surprisingly, this works fine, opening a new tab in my running ~/firefox/firefox process (maybe it will open the wrong system-wide Firefox if I don&#8217;t have the right one running).</p>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2007/10/04/changing-default-x-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The next level for Firefox smart keywords: yubnub</title>
		<link>http://promberger.info/linux/2007/08/20/the-next-level-for-firefox-smart-keywords-yubnub/</link>
		<comments>http://promberger.info/linux/2007/08/20/the-next-level-for-firefox-smart-keywords-yubnub/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 10:16:43 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.promberger.info/linux/2007/08/20/the-next-level-for-firefox-smart-keywords-yubnub/</guid>
		<description><![CDATA[I&#8217;ve written about Firefox smart keywords before. Now, I&#8217;ve just come across yubnub, which takes smart keywords to the next level. In fact, yubnub is much more useful and general, a &#8220;social command line for the web&#8221;, but for starters, you can use it just as you would smart keywords, with the difference that they [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written about <a href="http://www.promberger.info/linux/2007/05/25/firefox-smart-keywords/">Firefox smart keywords</a> before. Now, I&#8217;ve just come across <a href="http://yubnub.org">yubnub</a>, which takes smart keywords to the next level. In fact, yubnub is much more useful and general, a &#8220;social command line for the web&#8221;, but for starters, you can use it just as you would smart keywords, with the difference that they are stored online. The immediate benefit is that you can access them from any computer, but the option of piping commands that are hosted on different servers means this has much more potential; read more <a href="http://jonaquino.blogspot.com/2005/06/yubnub-my-entry-for-rails-day-24-hour.html">in this blog post by the yubnub author</a>.</p>
<p><span id="more-43"></span><br />
An impressive instant favorite is <code>2g</code> followed by two alternate spellings, to give a split pane view showing the results of the respective google searches &#8212; useful for an instant popular vote (it seems &#8220;definite&#8221; is still firmly in the lead, so far &#8230;).</p>
<p>How to use it in Firefox? Just install yubnub as a smart keyword: </p>
<ul>
<li>Go to <a href="http://yubnub.org">http://yubnub.org</a></li>
<li>Right click on the main search bar and select &#8220;Add a keyword for this search &#8230;&#8221;</li>
<li>In the resulting dialogue, enter a name and a keyword (for example, <code>y</code>)</li>
</ul>
<p>Now, typing: <code>y 2g definite definate</code> into the location bar uses the <code>2g</code> yubnub search term. Still too much typing? Try this: You know how when you type a non-URL text into the location bar and hit enter, Firefox sends this to the Google &#8220;I&#8217;m feeling lucky&#8221; search? Just change this behavior to send the text to yubnub: </p>
<ul>
<li>Type <code>about:config</code> into the location bar, hit ENTER.</li>
<li>Filter for <code>keyword.URL</code>.</li>
<li>Change this to <code>http://yubnub.org/parser/parse?command=</code></li>
<li>Now, you can omit the <code>y</code> and type <code>2g definite definate</code> instead.</li>
</ul>
<p>Conveniently, if you have a smart keyword defined locally for your Firefox, this takes precedence over the &#8220;keyword.URL&#8221; and hence over yubnub. As a result, if someone has used a keyword on yubnub but you&#8217;d rather use it for something else, you can still define it locally to your liking. However, I guess this could be a challenge for yubnub in the long run. What if someone defines an easy-to-ermember popular keyword for an obscure, unpopular command, then hardly ever uses it, but blocks that keyword from being used for a more popular command? Would be a shame. I guess some voting mechanism or, in the long run, user authenication with the possibility of customized deviations from some keywords could get around that.</p>
<h3>Addendum</h3>
<p>It seems that the problem I suspected in the last paragraph has already been solved: you can create personal aliases for yubnub commands (yubnub uses cookies for this). Just type <code>man !</code> into a yubnub search to learn more.</p>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2007/08/20/the-next-level-for-firefox-smart-keywords-yubnub/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mozex extension for Firefox</title>
		<link>http://promberger.info/linux/2007/08/15/mozex-extension-for-firefox/</link>
		<comments>http://promberger.info/linux/2007/08/15/mozex-extension-for-firefox/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 12:11:14 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[XEmacs]]></category>

		<guid isPermaLink="false">http://www.promberger.info/linux/2007/08/15/mozex-extension-for-firefox/</guid>
		<description><![CDATA[Since discovering Mozex, I can use gnuclient to fill out online text areas and view the source code of websites, which makes for easy copying and yanking to and from local files (to say nothing of being able to use XEmacs key bindings). Addendum Make sure you get the development version.]]></description>
			<content:encoded><![CDATA[<p>Since discovering <a href="http://mozex.mozdev.org/">Mozex</a>, I can use gnuclient to fill out online text areas and view the source code of websites, which makes for easy copying and yanking to and from local files (to say nothing of being able to use XEmacs key bindings).</p>
<h3>Addendum</h3>
<p>Make sure you get the <a href="http://downloads.mozdev.org/mozex/mozex-1.9.5.xpi">development version.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2007/08/15/mozex-extension-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting around the Penn library proxy to post directly to CiteULike</title>
		<link>http://promberger.info/linux/2007/07/11/getting-around-the-penn-library-proxy-and-post-directly-to-citeulike/</link>
		<comments>http://promberger.info/linux/2007/07/11/getting-around-the-penn-library-proxy-and-post-directly-to-citeulike/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 12:44:44 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[CiteULike]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.promberger.de/linux/index.php/2007/07/11/getting-around-the-penn-library-proxy-and-post-directly-to-citeulike/</guid>
		<description><![CDATA[As I wrote before, one of the few problems with CiteULike is that I cannot post an article with the CiteULike Bookmarklet if I&#8217;m accessing a journal via a library proxy server (that&#8217;s practically all the time). The CiteULike FAQ give the tip of using Greasemonkey to get around the proxy server problem. I&#8217;ve finally [...]]]></description>
			<content:encoded><![CDATA[<p>As I wrote <a href="http://www.promberger.de/linux/index.php/2007/06/11/managing-references-with-citeulike/">before</a>, one of the few problems with <a href="http://www.citeulike.org">CiteULike</a> is that I cannot post an article with the <a href="http://www.citeulike.org/post">CiteULike Bookmarklet</a> if I&#8217;m accessing a journal via a library proxy server (that&#8217;s practically all the time). The CiteULike FAQ give the tip of using <a href="http://www.greasespot.net/">Greasemonkey</a> to get around the proxy server problem. </p>
<p>I&#8217;ve finally started to look into this and wrote my first Greasemonkey user script. So far, this just works for a single journal. What it does: When I&#8217;m browsing the Journal of Behavioral Decision Making (JBDM) via the Penn library proxy server and click on the link to an abstract of an article, the greasemonkey script takes me to the abstract directly on the JBDM website. Once that has loaded, I can then click on my &#8220;Post to CiteULike&#8221; bookmark and the article gets posted. To get back to browsing JBDM via the Penn proxy, I have to use the dropdown menu of the Firefox back button and navigate a few steps back, to the page before I first loaded the abstract. </p>
<p>I hope to add a few more journals and then post the whole script online for download. I might also try to replace the URL that the abstract link on the Penn proxy JBDM site links to. I&#8217;m sure JavaScript can do that, but I don&#8217;t have time to figure it out right now. </p>
<p>In the meantime, this is what it looks like:</p>
<pre class="blackonwhite">
// ==UserScript==
// @name           PennJBDMabstract2JBDMabstract
// @namespace      http://www.promberger.de
// @description    Goes from penn proxy JBDM abstract to outside abstract
// @include        http://proxy.library.upenn.edu:8125/cgi-bin/abstract/*
// ==/UserScript==

var proxy = new RegExp("proxy.library.upenn.edu:8125&#92;/cgi-bin&#92;/abstract");
var direct = "www3.interscience.wiley.com/cgi-bin/abstract";
document.location.href=document.location.href.replace(proxy,direct) ;
</pre>
<h3>Addendum</h3>
<p>The script above seems to work not just for JBDM, but for all journals from Wiley Interscience.</p>
<p>Here&#8217;s one for journals from Blackwell Synergy:</p>
<pre class="blackonwhite">
// ==UserScript==
// @name           blackwell synergy
// @namespace      www.promberger.de
// @include        http://proxy.library.upenn.edu:8147/doi/abs/*
// ==/UserScript==

var proxy = new RegExp("proxy.library.upenn.edu:8147");
var direct = "www.blackwell-synergy.com";
document.location.href=document.location.href.replace(proxy,direct);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2007/07/11/getting-around-the-penn-library-proxy-and-post-directly-to-citeulike/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox smart keywords</title>
		<link>http://promberger.info/linux/2007/05/25/firefox-smart-keywords/</link>
		<comments>http://promberger.info/linux/2007/05/25/firefox-smart-keywords/#comments</comments>
		<pubDate>Fri, 25 May 2007 18:02:28 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.promberger.de/blog/index.php/2007/05/25/firefox-smart-keywords/</guid>
		<description><![CDATA[A really neat feature, probably unknown to many Firefox users: You can create &#8220;smart keywords&#8221;. For example, I have defined a smart keyword for a Wikipedia search, so now, when I type into the location bar: wiki: cycle path it searches Wikipedia for that term (and I end up on the Wikpedia entry for segregated [...]]]></description>
			<content:encoded><![CDATA[<p>A really neat feature, probably unknown to many Firefox users: You can create &#8220;smart keywords&#8221;. For example, I have defined a smart keyword for a Wikipedia search, so now, when I type into the location bar: </p>
<p><code>wiki: cycle path</code></p>
<p>it searches Wikipedia for that term (and I end up <a href="http://en.wikipedia.org/wiki/Cycle_path">on the Wikpedia entry for segregated cycle facilities</a>).</p>
<p>John Bokma has a good <a href="http://johnbokma.com/firefox/keymarks-explained.html">explanation on how to define these</a>, both manually and somewhat automatically. As usual, the manual way to do this lets you implement more customized searches. </p>
<p>A few examples of searches I have defined:</p>
<table style="font-size: 90%;">
<tr>
<th>Keyword</th>
<th>Location</th>
<th>Description</th>
</tr>
<tr>
<td>wiki:</td>
<td>http://en.wikipedia.org/wiki/Special:Search?search=%s</td>
<td>Searches the English Wikpedia site</td>
</tr>
<tr>
<td>imdb:</td>
<td>http://imdb.com/find?q=%s</td>
<td>Searches imdb.com</td>
</tr>
<tr>
<td>lx:</td>
<td>http://www.google.com/linux?q=%s</td>
<td>Google Linux search</td>
</tr>
<tr>
<td>urc:</td>
<td>http://groups.google.com/groups?as_q=%s&#038;as_ugroup=uk.rec.cycling</td>
<td>Searches Google Groups for posts made to the uk.rec.cycling newsgroup</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2007/05/25/firefox-smart-keywords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

