<?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>sector-5.net &#187; userscript</title>
	<atom:link href="http://sector-5.net/archives/tag/userscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://sector-5.net</link>
	<description></description>
	<lastBuildDate>Fri, 11 Jun 2010 12:19:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>4chan /b/ackwash for Opera</title>
		<link>http://sector-5.net/archives/4chan-backwash-for-opera/</link>
		<comments>http://sector-5.net/archives/4chan-backwash-for-opera/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 17:30:41 +0000</pubDate>
		<dc:creator>Anonymous</dc:creator>
				<category><![CDATA[4chan]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[backwash]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[userscript]]></category>

		<guid isPermaLink="false">http://sector-5.net/?p=70</guid>
		<description><![CDATA[Another conversion for 4chan, /b/ackwash, which shows quoted posts in a small hovering window next to the quote link when moving the mouse over it.

Screenshot



Download

4chan Backwash for Opera, Version 1.2c



Installation instructions

See installation instructions here.

Changelog

01/22/2009 &#8211; Version 1.0a. Tested and working with Opera 9.6. Fixed a serious bug with scrolling to the wrong position when clicking [...]]]></description>
			<content:encoded><![CDATA[<p>Another conversion for 4chan, <a href="http://userscripts.org/scripts/show/25876" title="/b/ackwash">/b/ackwash</a>, which shows quoted posts in a small hovering window next to the quote link when moving the mouse over it.</p>

<p><strong>Screenshot</strong></p>

<p><img src="http://sector-5.net/wp-content/uploads/2009/01/backwash.png" alt="Backwash screenshot" title="Moving the mouse over a quote shows the quoted post." /></p>

<p><strong>Download</strong></p>

<p><a href="http://files.sector-5.net/4chan-backwash.js" title="4chan Backwash">4chan Backwash for Opera, Version 1.2c</a></p>

<p><span id="more-70"></span></p>

<p><strong>Installation instructions</strong></p>

<p>See installation instructions <a href="http://sector-5.net/archives/4chan-filter-userscript-for-opera/">here</a>.</p>

<p><strong>Changelog</strong></p>

<p>01/22/2009 &#8211; Version 1.0a. Tested and working with Opera 9.6. Fixed a serious bug with scrolling to the wrong position when clicking a quote.</p>

<p>01/23/2009 &#8211; Version 1.1. Now works with fychan by sneakily re-attaching event listeners when the document was modified.</p>

<p>01/27/2009 &#8211; Version 1.2. Now also shows quotes pointing to the thread starter.</p>

<p>01/28/2009 &#8211; Version 1.2a. Somewhat fixed quirky display for posts quoting the thread starter.</p>

<p>02/01/2009 &#8211; Version 1.2b. Minor changes to prevent functions and variables from leaking outside of Backwash&#8217;s namespace.</p>

<p>01/09/2010 &#8211; Version 1.2c. Should work for the new URL layout now.</p>
]]></content:encoded>
			<wfw:commentRss>http://sector-5.net/archives/4chan-backwash-for-opera/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>4chan Filter userscript for Opera</title>
		<link>http://sector-5.net/archives/4chan-filter-userscript-for-opera/</link>
		<comments>http://sector-5.net/archives/4chan-filter-userscript-for-opera/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 17:11:46 +0000</pubDate>
		<dc:creator>Anonymous</dc:creator>
				<category><![CDATA[4chan]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[thread filter]]></category>
		<category><![CDATA[userscript]]></category>

		<guid isPermaLink="false">http://sector-5.net/?p=54</guid>
		<description><![CDATA[Inspired by various Firefox extensions that deal with filtering posts on 4chan, I&#8217;ve taken some time to rewrite such a script for Opera. The current version doesn&#8217;t yet come with as many features as the original, but provides most of the important functionality. If you are using Opera 10.50 or higher, I encourage you to [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by various Firefox extensions that deal with filtering posts on 4chan, I&#8217;ve taken some time to rewrite such a script for Opera. The current version doesn&#8217;t yet come with as many features as the <a href="http://userscripts.org/scripts/show/33916" title="4chan Thread Filter">original</a>, but provides most of the important functionality. <strong>If you are using Opera 10.50 or higher, I encourage you to use the linked script instead of the one in this post.</strong> (More features, more maintainance, and so forth).</p>

<p><strong>Sample settings (based on real-life /a/)</strong></p>

<p><img src="/wp-content/uploads/2009/01/threadfilter-controlpanel.png" alt="Control panel" title="The control panel" /></p>

<p><strong>Download</strong></p>

<p><a href="http://files.sector-5.net/4chan-filter.js" title="4chan Thread Filter">4chan Filter for Opera, Version 1.3a</a></p>

<p><span id="more-54"></span></p>

<p><strong>Installation instructions</strong></p>

<p>Set up an userscript directory for Opera. This option can be accessed using Tools -> Preferences -> Advanced -> Content -> JavaScript Options. After you&#8217;ve selected a directory, simply drop the .js file there and the script should load automatically.</p>

<p><strong>Things to note</strong></p>

<ul>
<li>All values are interpreted as regular expressions, meaning that some special characters will not work as expected when entered. Those are, for example, <em>.+^$?*[]{}()</em>. Such characters should be escaped with backslash unless you actually know what you&#8217;re doing.</li>
<li>Since Opera doesn&#8217;t provide a way to store variables over a period of time, this script uses cookies to save settings. This means that a) if you disabled cookies nothing will work and b) if you set up Opera to delete new cookies on exit, all your settings will be gone the next time you start your browser.</li>
</ul>

<p><strong>Changelog</strong></p>

<p>01/21/2009 &#8211; Version 1.0. Tested and working with Opera 9.6. Reports indicate it also works with Opera 10.</p>

<p>01/22/2009 &#8211; Version 1.1.</p>

<ul>
<li>Added toggle to sticky or unsticky control panel</li>
<li>Fixed mouseover/mouseout for control panel</li>
<li>All strings are precompiled to RegExps</li>
<li>Added apply and reset buttons</li>
</ul>

<p>02/01/2009 &#8211; Version 1.2. Improved support for <a href="http://www.fybertech.com/userjs/fychan.js">fychan</a>. Still some rough edges though. The post counter isn&#8217;t corrected after expanding a thread, and the `Reset page&#8217; button destroys fychan. Nothing to be done about the latter since fychan always executes after this script.</p>

<p>02/02/2009 &#8211; Version 1.2a. Fixed new settings not taking effect unless the page was reloaded.</p>

<p>01/09/2010 &#8211; Version 1.3a. Updated some code which I don&#8217;t remember the significance of, and changed URL layout to conform to 4chan&#8217;s new URL scheme.</p>
]]></content:encoded>
			<wfw:commentRss>http://sector-5.net/archives/4chan-filter-userscript-for-opera/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
