<?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>Tech Monk &#187; greasemonkey</title>
	<atom:link href="http://www.techmonk.com/tag/greasemonkey/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techmonk.com</link>
	<description>Guide To The Nth Dimension Of Computing And Internet</description>
	<lastBuildDate>Mon, 16 Jan 2012 03:13:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Facebook Multiple Account Login, using Userscripts</title>
		<link>http://www.techmonk.com/facebook-multiple-account-login-switch-accounts/1006/</link>
		<comments>http://www.techmonk.com/facebook-multiple-account-login-switch-accounts/1006/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 04:40:09 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Tools & Tutorials]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=1006</guid>
		<description><![CDATA[This post introduces you to some scripts, that enable the feature of multiple user sign in, just like in Gmail, that had rolled back sometime earlier. ]]></description>
			<content:encoded><![CDATA[<p>Most of us are familiar with the feature in<a title="Gmail" href="http://www.techmonk.com/tag/gmail" target="_blank"> Gmail,</a> that allows multiple-sign ins. If you are searching for a similar feature for Facebook, then here it is.</p>
<p>There are two <a title="Userscritps" href="http://www.techmonk.com/how-to-get-turn-off-lights-on-every-youtube-video/544/" target="_blank">userscripts</a>, that you can use to implement this feature in your browser. Both are good, each having their own advantages and disadvantages. It&#8217;s up to you to decide which you want. The links I am giving you below has detailed tutorials which you can follow while using the scripts. The first script here, does not work in Google Chrome, but the second one does. So, if you are using Google Chrome, install the second script.</p>
<ol>
<li><a title="Facebook Multi User Login" href="http://userscripts.org/scripts/show/57400" target="_blank">Facebook Multi-user Login</a></li>
<li><a title="Switch Facebook Accounts" href="http://userscripts.org/scripts/show/63761" target="_blank">Facebook Switch Accounts</a></li>
</ol>
<p>If you are concerned about security, then I assure you that these scripts cannot harm you in anyway. Bascially, what they do is, log out of one account and automatically login to another with the credentials you have given. So, your password and other credentials will remain safe.</p>
<p>You can also check out some of the previous posts, that I have written on different userscritps here.</p>
<ol>
<li><a title="Permanent Link to Change the New Google Black Bar into Old White One" href="../old-facebook-chat/change-google-black-bar-white-color-bar/923/" rel="bookmark">Change the New Google Black Bar into Old White One</a></li>
<li><a title="How to Get the Old Facebook Chat" href="http://www.techmonk.com/old-facebook-chat/988/" target="_blank">How to Get the Old Facebook Chat</a></li>
<li><a title="Permanent Link to How To: Get Turn-Off Lights On Every Youtube Video" href="../how-to-get-turn-off-lights-on-every-youtube-video/544/" rel="bookmark">How To: Get Turn-Off Lights On Every Youtube Video</a></li>
</ol>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/facebook-multiple-account-login-switch-accounts/1006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Get the Old Facebook Chat</title>
		<link>http://www.techmonk.com/old-facebook-chat/988/</link>
		<comments>http://www.techmonk.com/old-facebook-chat/988/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 09:52:07 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Tools & Tutorials]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=988</guid>
		<description><![CDATA[Get back the old facebook chat using a simple userscript]]></description>
			<content:encoded><![CDATA[<p>Recently, Facebook launched a new chat sidebar. Majority of the people hated it for different reasons. Some reasons are:</p>
<ul>
<li>It&#8217;s very long, irritating.</li>
<li>It shows the list of people who are not online too, which makes the list very long.</li>
<li>It is difficult to scroll through and find out who is online.</li>
</ul>
<p>So, as always someone has come up with a good Greasemonkey userscript to get back the old facebook chat. Here is the<a title="Facebook Old Chat Script" href="http://userscripts.org/scripts/show/107159" target="_blank"> link</a>. Go ahead and install it.</p>
<p>Some of the features of this script are:</p>
<blockquote><p>- Shows ALL online/idle friends<br />
- Shows ONLY online/idle friends (Doesn&#8217;t show offline friends)<br />
- Orders friends by first name<br />
- Groups friends by online and idle.<br />
- Shows total number of online/idle friends when chat is open.<br />
- Keep the list of online friends on the left hand side of the page always visible even when the chat dialog opens.<br />
- Does not realign the page when chat opens<br />
- Header to the top of chat that closes the menu when clicked.<br />
- Works for both HTTP and HTTPS<br />
- Searching friends is still possible.<br />
- Going online/offline is still possible.</p></blockquote>
<p>Also Read: <a title="Permanent Link to Change the New Google Black Bar into Old White One" href="../change-google-black-bar-white-color-bar/923/" rel="bookmark">Change the New Google Black Bar into Old White One</a></p>
<p>P.S. If you don&#8217;t know how to install a greasemonkey script, refer to this article<a title="Greasemonkey Script installation" href="http://www.techmonk.com/how-to-get-turn-off-lights-on-every-youtube-video/544/" target="_blank"> here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/old-facebook-chat/988/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To: Get Turn-Off Lights On Every Youtube Video</title>
		<link>http://www.techmonk.com/how-to-get-turn-off-lights-on-every-youtube-video/544/</link>
		<comments>http://www.techmonk.com/how-to-get-turn-off-lights-on-every-youtube-video/544/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 16:33:14 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Tools & Tutorials]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=544</guid>
		<description><![CDATA["Turn-Off Lights" is an awesome feature introduced by Youtube recently. However, this doesn't come with all videos. Here is a greasemonkey script that helps you to get "Turn-Off Lights" feature on every youtube video. Check out how to install this Greasemonkey script on your browser in this post]]></description>
			<content:encoded><![CDATA[<p>Youtube had recently added some new features like expand video, and also turn-off lights. This turn-off light feature was quite interesting as we could avoid all distractions while watching a video. This feature is actually meant to view videos in theatre effect.</p>
<p>However, we don&#8217;t see these options on every video. Now, here is a greasemonkey script that could help you to add the turn-off lights feature on every Youtube video.</p>
<p>For those who don&#8217;t know what is Greasemonkey: <a id="aptureLink_rpLWmtEIm2" href="http://en.wikipedia.org/wiki/Greasemonkey">Greasemonkey</a> scripts are tiny Java snippets that help you to enhance your browsing experience by adding new elements on a webpage. To install a Greasemonkey script, you need to install the Greasemonkey addon first. Here is the link to install <a href="https://addons.mozilla.org/en-US/firefox/addon/748" target="_blank">Greasemonkey addon. </a></p>
<p>After installing the above addon, go to this link and <a href="http://userscripts.org/scripts/show/49726" target="_blank">download the script</a>. [Note: You have to keep your Greasemonkey addon enabled] The script automatically downloads and now you can see &#8220;Turn-off lights&#8221; feature on every video.</p>
<p>Do you watch Youtube videos a lot? How do you like this Youtube feature? Do not forget to leave comments below!</p>
<p>Happy watching!</p>
<h3>SEO I Did To This Post</h3>
<p><strong>SEO Title: How To Get Turn-Off Lights Feature On Every Youtube Video</strong></p>
<p>Be specific. Enter sufficient keywords in the title. Google gives primary importance to titles. So, be very careful while writing titles. Note here that &#8220;Every&#8221; is not a noise, in the contrary it&#8217;s the main keyword.</p>
<p><strong>SEO Excerpt: Here is a greasemonkey script for your firefox browser that helps you to get Turn off lights feature in every yotutube video.</strong></p>
<p>Keep it less than 160 char. Most search engines have except limits. Be brief in excerpt and also, keyword filled excerpts rank higher.</p>
<p><strong>SEO tags: turn off lights on youtube, youtube turn off lights, turn off lights features on all youtube videos</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/how-to-get-turn-off-lights-on-every-youtube-video/544/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

