<?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>gHacks technology news &#187; trixie</title>
	<atom:link href="http://www.ghacks.net/tag/trixie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 22:02:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install Greasemonkey Scripts In Internet Explorer</title>
		<link>http://www.ghacks.net/2008/11/16/install-greasemonkey-scripts-in-internet-explorer/</link>
		<comments>http://www.ghacks.net/2008/11/16/install-greasemonkey-scripts-in-internet-explorer/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 10:41:58 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[greasemonkey ie]]></category>
		<category><![CDATA[internet explorer greasemonkey]]></category>
		<category><![CDATA[internet-explorer]]></category>
		<category><![CDATA[trixie]]></category>
		<category><![CDATA[trixie internet explorer]]></category>
		<category><![CDATA[userscripts]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8311</guid>
		<description><![CDATA[Greasemonkey is a browser extension for Mozilla Firefox which can run so called userscripts that can change elements and information on websites in real-time. Some prime examples include link checkers, removing elements on a website or embedding price comparison information on shopping pages.
Since then Greasemonkey has been expanded and &#8211; at least &#8211; been partially [...]]]></description>
			<content:encoded><![CDATA[<p>Greasemonkey is a browser extension for <a href="http://www.ghacks.net/tag/firefox/">Mozilla Firefox</a> which can run so called userscripts that can change elements and information on websites in real-time. Some prime examples include link checkers, removing elements on a website or embedding price comparison information on shopping pages.</p>
<p>Since then Greasemonkey has been expanded and &#8211; at least &#8211; been partially supported by other browsers such as <a href="http://www.ghacks.net/2008/08/10/greasemonkey-in-opera/">Greasemonkey Opera</a> or <a href="http://www.ghacks.net/2008/10/18/google-chrome-adds-greasemonkey-support/">Google Chrome Greasemonkey</a>.</p>
<p>Microsoft&#8217;s <a href="http://www.ghacks.net/tag/internet-explorer/">Internet Explorer</a> on the other hand has seen some efforts in the past to include Greasemonkey support but most tries (Greasemonkey for IE, IE7 PRO..) fell short of delivering compatibility with the vast resources that the Greasemonkey repository at Userscripts.org offered.</p>
<p><span id="more-8311"></span>The Internet Explorer plugin that came closest to supporting userscripts was Trixie. <a href="http://www.bhelpuri.net/Trixie/">Trixie</a> has not been updated in the last three years but it still works surprisingly well. There are however a few restrictions in place that make some scripts incompatible with Internet Explorer; This unfortunately means a trial and error approach to test if a script is working.</p>
<p>The only reliable method would be to install the script and see if it does what it says. Trixie requires the Microsoft .net Framework. It adds an entry in the Tools menu of Internet Explorer after installation which can be used to activate and deactivate scripts.</p>
<p>Scripts have to be downloaded and moved into the Trixie home directory on the hard drive. All scripts need to be placed in the scripts subdirectory of Trixie. Internet Explorer has to be restarted before the newly added script will be displayed in the Tools menu.</p>

	Tags: <a href="http://www.ghacks.net/tag/greasemonkey/" title="greasemonkey" rel="tag">greasemonkey</a>, <a href="http://www.ghacks.net/tag/greasemonkey-ie/" title="greasemonkey ie" rel="tag">greasemonkey ie</a>, <a href="http://www.ghacks.net/tag/internet-explorer-greasemonkey/" title="internet explorer greasemonkey" rel="tag">internet explorer greasemonkey</a>, <a href="http://www.ghacks.net/tag/internet-explorer/" title="internet-explorer" rel="tag">internet-explorer</a>, <a href="http://www.ghacks.net/tag/trixie/" title="trixie" rel="tag">trixie</a>, <a href="http://www.ghacks.net/tag/trixie-internet-explorer/" title="trixie internet explorer" rel="tag">trixie internet explorer</a>, <a href="http://www.ghacks.net/tag/userscripts/" title="userscripts" rel="tag">userscripts</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/15/x-ways-to-manipulate-websites-in-firefox/" title="x Ways To Manipulate Websites In Firefox (June 15, 2009)">x Ways To Manipulate Websites In Firefox</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/11/16/rapidshare-links-checker/" title="Rapidshare Links Checker (November 16, 2008)">Rapidshare Links Checker</a> (9)</li>
	<li><a href="http://www.ghacks.net/2007/10/27/pimp-up-gmail-with-greasemonkey/" title="Pimp up Gmail with Greasemonkey (October 27, 2007)">Pimp up Gmail with Greasemonkey</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/05/03/greasemonkey-userscripts-updater/" title="Greasemonkey UserScripts Updater (May 3, 2009)">Greasemonkey UserScripts Updater</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/08/31/greasemonkey-to-firefox-add-on-compiler/" title="Greasemonkey To Firefox Add-On Compiler (August 31, 2009)">Greasemonkey To Firefox Add-On Compiler</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/16/install-greasemonkey-scripts-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
