<?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>devadutta.net &#187; Greasemonkey</title>
	<atom:link href="http://devadutta.net/category/greasemonkey/feed/" rel="self" type="application/rss+xml" />
	<link>http://devadutta.net</link>
	<description>Just a little eccentric..</description>
	<lastBuildDate>Fri, 16 Dec 2011 10:08:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Goobe &#8211; Google Bookmarks Easyfier</title>
		<link>http://devadutta.net/goobe/</link>
		<comments>http://devadutta.net/goobe/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 00:52:29 +0000</pubDate>
		<dc:creator>devadutta</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://devadutta.net/?p=312</guid>
		<description><![CDATA[Firefox/Chrome extension (Greasemonkey script) to add keyboard shortcuts to bookmark current page on Google Bookmarks. I am a big fan of Google Bookmarks. Mainly because it is super fast, feather light and does exactly what I want &#8211; Keep a lot of private bookmarks. The easiest way to add Google bookmarks was to drag and [...]]]></description>
			<content:encoded><![CDATA[<p><strong><em>Firefox/Chrome extension (Greasemonkey script) to add keyboard shortcuts to bookmark current page on Google Bookmarks.</em></strong></p>
<p><a href="http://devadutta.net/wp-content/uploads/owl.png"><img class="alignleft size-full wp-image-318" title="owl" src="http://devadutta.net/wp-content/uploads/owl.png" alt="" width="128" height="128" /></a>I am a big fan of <a href="http://google.com/bookmarks" target="_blank">Google Bookmarks</a>. Mainly because it is super fast, feather light and does exactly what I want &#8211; Keep a lot of private bookmarks.</p>
<p>The easiest way to add Google bookmarks was to drag and drop one of their &#8220;bookmarklet&#8221; scripts into the address bar and click on it each time you wanted to bookmark something. Sounds easy, but it had a bunch of drawbacks. Like, for instance, you have to keep the bookmarks bar always visible, which eats up precious screen real-estate and also, you had to _move_ the mouse and <strong>click</strong>. Hard. Lot of work.</p>
<p>So, keeping up the tradition of doing whatever it takes to be more lazy, I wrote this simple <a href="http://en.wikipedia.org/wiki/Greasemonkey" target="_blank">Greasemonkey</a> script that adds 2 keyboard shortcuts</p>
<ol>
<li><strong>Ctrl + Alt + ]</strong> &#8212; Pop up window to bookmark current page on Google Bookmarks</li>
<li><strong>Ctrl + Alt + [</strong> &#8212; Open the Google Bookmarks page in a new window, where you can see all your <strong>bookmarks sorted by date</strong> (By default, Google sorts it by title. I have no idea who thinks sorting bookmarks by title is useful. I have raised this issue with Google multiple times, but it has been unanswered)</li>
</ol>
<p>It works on Firefox (with Greasemonkey installed) and on Chrome (natively) You can get it on userscripts.org <a href="http://userscripts.org/scripts/show/88713" target="_blank">here</a> or get it below</p>
<ul>
<li><strong><a href="http://devadutta.net/wp-content/uploads/goobe.user_.js.txt" target="_blank">Source code</a></strong></li>
<li><strong><a href="http://devadutta.net/gms/goobe.user.js" target="_blank">Install</a></strong></li>
</ul>
<h2><strong><span style="color: #ff6600;">UPDATE: Now Goobe is available as a proper <a href="https://chrome.google.com/extensions/detail/ecnchkphaanihlidfpchmbclffeknnna?hl=en" target="_blank">Chrome extension</a></span></strong></h2>
]]></content:encoded>
			<wfw:commentRss>http://devadutta.net/goobe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greasemonkey Script to type in Kannada</title>
		<link>http://devadutta.net/greasemonkey-script-to-type-in-kannada/</link>
		<comments>http://devadutta.net/greasemonkey-script-to-type-in-kannada/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 23:53:50 +0000</pubDate>
		<dc:creator>devadutta</dc:creator>
				<category><![CDATA[3dcms]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://devadutta.net?node=45</guid>
		<description><![CDATA[What does it do? Simple. Lets you type Indian language kannada in any textarea box on a webpage. You can toggle between English and Kannada keyboards using F12. Wow! Where do I find it? here http://userscripts.org/scripts/show/10251 What about tamil, telugu, marathi, bengali? Coming soon!! What license? All code not marked with the (c) Monusoft is [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What does it do? </strong><br />
Simple. Lets you type Indian language kannada in any textarea box on a webpage. <br />
You can toggle between English and Kannada keyboards using F12.</p>
<p><strong>Wow! Where do I find it?</strong><a href="http://userscripts.org/scripts/show/10251"><br />
here http://userscripts.org/scripts/show/10251</a>
</p>
<p>
<strong> What about tamil, telugu, marathi, bengali? </strong><br />
Coming soon!!</p>
<p><strong>What license? </strong><br />
All code not marked with the (c) Monusoft is released under GPL version 2 or higher.</p>
<p><strong>Does it work? </strong><br />
Of course yes! <br />
Tested on blogger,orkut,gmail,livejournal,facebook and many such sites.</p>
<p>Where can I find the keyboard layout? <br />
Here ( Click to enlarge )<br />
<a href="../../images/KannadaMap.jpg"><img width="480" src="../../images/KannadaMap.jpg" alt="" /></a></p>
<p>Thanks to <a href="http://vishalon.net/">http://vishalon.net</a> <a href="http://monusoft.com/">http://monusoft.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://devadutta.net/greasemonkey-script-to-type-in-kannada/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rot13 &#8212; Text area encryption</title>
		<link>http://devadutta.net/rot13-text-area-encryption/</link>
		<comments>http://devadutta.net/rot13-text-area-encryption/#comments</comments>
		<pubDate>Mon, 14 May 2007 07:54:51 +0000</pubDate>
		<dc:creator>devadutta</dc:creator>
				<category><![CDATA[3dcms]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://devadutta.net?node=35</guid>
		<description><![CDATA[This Greasemonkey script encrypts the contents of a text box on a web page using the rot13 cipher at the click of a button. If there is a clean text box on a page, the e13 button pops up next to it. Click on it and the text inside the box will be rotated by [...]]]></description>
			<content:encoded><![CDATA[<p>This Greasemonkey script encrypts the contents of a text box on a web page using the rot13 cipher at the click of a button.<br />
If there is a clean text box on a page, the e13 button pops up next to it. Click on it and the text inside the box will be rotated by 13.<br />
well, here are some examples of the operation<br />
<a href="http://devadutta.net/rnd/e13Clip1.jpg"><img src="http://devadutta.net/rnd/e13Clip1.jpg" alt="" width="500" height="129" /></a></p>
<p><a href="http://devadutta.net/rnd/e13Clip2.jpg"><img src="http://devadutta.net/rnd/e13Clip2.jpg" alt="" width="500" height="94" /></a></p>
<p>Get the scripts here<br />
<a href="http://userscripts.org/scripts/show/9234">http://userscripts.org/scripts/show/9234</a></p>
<p>Note:<br />
You will need Firefox and Greasemonkey to be able to run this script.<br />
Get Firefox <a href="http://www.getfirefox.com">here</a><br />
Get Greasemonkey <a href="http://www.greasespot.net/">here</a></p>
<p>Here is a <a href="http://devadutta.net/index.php?node=6">related post</a> which explains how to install Greasemonkey.<br />
<em>Comes with absolutely no warranty.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://devadutta.net/rot13-text-area-encryption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OrkutScrapAll &#8212; Grease Monkey Script for all you orkut lovers.</title>
		<link>http://devadutta.net/orkutscrapall-grease-monkey-script-for-all-you-orkut-lovers/</link>
		<comments>http://devadutta.net/orkutscrapall-grease-monkey-script-for-all-you-orkut-lovers/#comments</comments>
		<pubDate>Wed, 09 Aug 2006 02:51:23 +0000</pubDate>
		<dc:creator>devadutta</dc:creator>
				<category><![CDATA[3dcms]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://devadutta.net?node=6</guid>
		<description><![CDATA[This greasemonkey script Opens the scrapbooks of all your friends for whom you have not posted replies. Currently, it cannot check if you have posted a reply or not and simply opens the scrapbooks of all the people visible on the current window, but the next versions will be able to do that. Until then, [...]]]></description>
			<content:encoded><![CDATA[<p>This greasemonkey script Opens the scrapbooks of all your friends for whom you have not posted replies. Currently, it cannot check if you have posted a reply or not and simply opens the scrapbooks of all the people visible on the current window, but the next versions will be able to do that. Until then, &#8220;chennagi kutti.&#8221;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&#8230;&#8212;&#8230;&#8212;-<br />
<strong>Installation</strong><br />
Note: Steps 1 and 2 can be understood using Google and Wikipedia.</p>
<p>1. Get FireFox 1.5 and install<br />
2. Get Greasemonkey and install<br />
3. Restart FireFox and make sure grease monkey is running.<br />
4. Then, clik here</p>
<h1><a href="http://devadutta.net/OrkutScrapAll.user.js">OrkutScrapAll</a></h1>
<p>You will see somthing like the bar below<br />
<img src="gmmenu.png" alt="" /><br />
Click on install.</p>
<p>5. Refresh the page.</p>
<p><strong>To use ScrapAll</strong></p>
<p>1. Open your Scrapbook or any Orkut page (not the help, meda etc)<br />
2. In FireFox, go to Tools &gt; User Script Commands &gt;ScrapAll and click. It looks somthing like the image below.<br />
<img src="gmbar.png" alt="" /><br />
3. Click on ScrapAll<br />
4. FireFox will say the popup was blocked. Click on edit options and allow popups from the www.orkut.com<br />
5. Click on ScrapAll again, you will see all the scrapbooks of the people visible on the current page to open in different windows!</p>
<p>#3226;#3270;#3240;#3277;#3240;#3262;#3223;#3263; #3221;#3265;#3231;#3277;#3231;#3263;!!<br />
Translates to: Have fun.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&#8230;&#8212;&#8230;&#8212;-<br />
<strong>Powered By</strong><br />
<img src="sos23.jpg" alt="" width="90" height="90" /></p>
]]></content:encoded>
			<wfw:commentRss>http://devadutta.net/orkutscrapall-grease-monkey-script-for-all-you-orkut-lovers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

