<?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>xhtml &#124; css &#124; Design &#187; userscripts</title>
	<atom:link href="http://jedisthlm.com/tag/userscripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://jedisthlm.com</link>
	<description>The republic of Jens Wedin (with me as the president)</description>
	<lastBuildDate>Thu, 06 Oct 2011 19:51:01 +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>Greasemonkey &amp; Nordea</title>
		<link>http://jedisthlm.com/2008/12/07/greasemonkey-nordea/</link>
		<comments>http://jedisthlm.com/2008/12/07/greasemonkey-nordea/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 23:24:47 +0000</pubDate>
		<dc:creator>Jens</dc:creator>
				<category><![CDATA[xhtml + css]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[nordea]]></category>
		<category><![CDATA[userscripts]]></category>

		<guid isPermaLink="false">http://jedisthlm.com/?p=436</guid>
		<description><![CDATA[I was really impressed by the Helveticareader project, a Gresemonkey script that transforms the Google Reader into something that looks more nice. I&#8217;ve never used Greasemonkey scripts or userscripts as they also are called. Just to try it out I did some hacking on my own bank site, Nordea which I use quiet often. The [...]]]></description>
			<content:encoded><![CDATA[<p>I was really impressed by the Helveticareader project, a Gresemonkey script that transforms the Google Reader into something that looks more nice. I&#8217;ve never used Greasemonkey scripts or userscripts as they also are called. Just to try it out I did some hacking on my own bank site, Nordea which I use quiet often.</p>
<p>The nice thing with user scripts is that you can insert your own code inte to the live site as you are using it. In my script I add a new <acronym title="Cascading Style Sheets">CSS</acronym> file (that are on my site). From the <acronym title="Cascading Style Sheets">CSS</acronym> file I can add a new design and layout of the Nordea site. As you can add stuff to the code I also added some <acronym title="HyperText Markup Language">HTML</acronym> to the frontpage just to try it out. The welcome text is inserted by the userscript.</p>
<p>Userscripts are just normal javascript so if you are a javascript hacker this will be easy stuff for you. As this is my first shot don&#8217;t shot me. I&#8217;ve added some resources below if you find this interesting.</p>
<p>To use userscript you need</p>
<p>1. <a href="http://www.mozilla.com/firefox/">Download Firefox</a> if you don&#8217;t already have it.</p>
<p>2. <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Install Greasemonkey</a> plugin</p>
<p>3. <a href="http://jedisthlm.com/userscripts/nordea/nordea.user.js">Install my userscript</a></p>
<p>4. Visit <a href="http://nordea.se">nordea.se</a></p>
<p>So what do my userscript do with the Nordea site?</p>
<p>1. User a grid width of 960px instead of 740px</p>
<p>2. Use Helvetica (you need this installed on your computer)</p>
<p>3. Removes much of the visual clutter (head, navigation, search, related content, banners etc)</p>
<p>4. Maximize the width of the content.</p>
<p>5. Moves all your money to my account <img src='http://jedisthlm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I wish, this script only works for the open public pages, not the eBanking service. Check the code if you don&#8217;t trust me.</p>
<p>Example of before and after</p>
<p><a href="http://jedisthlm.com/wp-content/bild-21.png"><img class="alignnone size-medium wp-image-437" title="startpage before" src="http://jedisthlm.com/wp-content/bild-21-300x244.png" alt="" width="300" height="244" /> </a><a href="http://jedisthlm.com/wp-content/bild-1.png"><img class="alignnone size-medium wp-image-438" title="Startpage after" src="http://jedisthlm.com/wp-content/bild-1-300x192.png" alt="" width="300" height="192" /></a></p>
<p><a href="http://jedisthlm.com/wp-content/bild-4.png"><img class="alignnone size-medium wp-image-439" title="Contentpage before" src="http://jedisthlm.com/wp-content/bild-4-300x242.png" alt="" width="300" height="242" /> </a><a href="http://jedisthlm.com/wp-content/bild-3.png"><img class="alignnone size-medium wp-image-440" title="Contentpage after" src="http://jedisthlm.com/wp-content/bild-3-300x196.png" alt="" width="300" height="196" /></a></p>
<p>Resources about Greasemonkey / userscripts</p>
<p>1. <a href="http://helvetireader.com/">http://helvetireader.com/</a></p>
<p>2. <a href="http://www.webmonkey.com/tutorial/Get_Started_With_Greasemonkey">Greasemonkey tutorial</a></p>
<p>3. <a href="http://userscripts.org/">Userscripts.org</a></p>]]></content:encoded>
			<wfw:commentRss>http://jedisthlm.com/2008/12/07/greasemonkey-nordea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

