<?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/"
	>

<channel>
	<title>Kaizeku Ban &#187; JavaScript</title>
	<atom:link href="http://blog.kaizeku.com/topics/web_development/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kaizeku.com</link>
	<description>So many evil plans, so little time...</description>
	<pubDate>Sat, 13 Dec 2008 17:01:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<meta xmlns="http://pipes.yahoo.com" name="pipes" content="noprocess" />
	<image>
		<link>http://blog.kaizeku.com/</link>
		<url>http://i.istalker.net/1.6.2/stamp.png</url>
		<title>Kaizeku Ban</title>
	</image>
		<item>
		<title>AP-iStalker 1.6.2</title>
		<link>http://blog.kaizeku.com/animepaper/ap-istalker-162/</link>
		<comments>http://blog.kaizeku.com/animepaper/ap-istalker-162/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 09:38:41 +0000</pubDate>
		<dc:creator>Avice</dc:creator>
		
		<category><![CDATA[Animepaper]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[iStalker]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[DOM]]></category>

		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://blog.kaizeku.com/?p=281</guid>
		<description><![CDATA[I just release AP-iStalker v1.6.2 theme for animepaper userpage. This theme is exclusively for waller and scanner community groups. It will looks weird in normal userpage especialy for those without the featured gallery section.

This gorgeous stalkerlicious theme will not work on certain userpage so its best if you test first before using it. The following [...]]]></description>
			<content:encoded><![CDATA[<p>I just release <strong><a href="http://blog.kaizeku.com/silo/27/">AP-iStalker <tt>v1.6.2</tt></a></strong> theme for animepaper userpage. This theme is exclusively for <em>waller</em> and <em>scanner</em> community groups. It will looks weird in normal userpage especialy for those without the <em>featured gallery</em> section.</p>
<p><img style="border:5px solid #f0f0f0;margin:0pt auto" src="http://blog.kaizeku.com/wp-content/uploads/2008/10/istalker-162.jpg" alt="AP iStalker 1.6.2" title="istalker-162" width="500" height="200" class="alignnone size-full wp-image-285" /></p>
<p>This gorgeous stalkerlicious theme will not work on certain userpage so its best if you test first before using it. The following code is a simple javascript hack for switching your userpage styles &darr;.</p>
<pre class="smallbox" style="height:40px">
 document.getElementById('thisstyle').remove();
 Apc.append(css_filename);
</pre>
<p><span id="more-281"></span></p>
<h3>JIT stylesheet switcher</h3>
<p>The <tt>Apc.append()</tt> function will append a stylesheet <em>relative </em>to animepaper user static server. For this function to work it need a single <span class="hilite-1">&#8220;css_filename&#8221;</span>. You can get the user-stylesheet <em>filename</em> by viewing the userpage HTML sources <small>(Right click view sources or <tt>CTRL + U</tt> for Firefox)</small>. </p>
<p>The below code is what you will normally found in animepaper userpage source.</p>
<pre class="prebox" style="height:128px">&#60;style id&#61;&#34;thisstyle&#34; media&#61;&#34;screen&#34; type&#61;&#34;text&#47;css&#34;&#62;
	&#64;import url&#40;&#34;http&#58;&#47;&#47;static3&#46;animepaper&#46;net&#47;upload&#47;css&#47;890&#46;css&#34;&#41;&#59;
	&#64;import url&#40;&#34;http&#58;&#47;&#47;static3&#46;animepaper&#46;net&#47;css&#47;constant&#46;css&#34;&#41;&#59;
	&#64;import url&#40;&#34;http&#58;&#47;&#47;static1&#46;animepaper&#46;net&#47;css&#47;ui&#46;css&#34;&#41;&#59;
	&#64;import url&#40;&#34;http&#58;&#47;&#47;static1&#46;animepaper&#46;net&#47;css&#47;userpage&#46;css&#34;&#41;&#59;
&#60;&#47;style&#62;</pre>
<p>The upload user style is at the second line; &rarr; <tt>&#8220;http://static3.animepaper.net/upload/css/*.css&#8221;</tt>, we only need the CSS filename so just grab <strong>890.css</strong>.</p>
<p>You can also run the following javascript inline code inside your browser address bar to get the user-stylesheet <abbr title="Uniform Resources Locator">URL</abbr>. (<a href="javascript:alert(document.styleSheets[0].cssRules[0].href);">bookmark</a>) </p>
<pre class="smallbox">javascript:alert(document.styleSheets[0].cssRules[0].href);</pre>
<p><strong>Firebug console</strong></p>
<pre class="smallbox">console.log('CSS: %s', document.styleSheets[0].cssRules[0].href);</pre>
<h2>Do it yourself</h2>
<p>Switching <a href="http://hatesyou.animepaper.net">^hatesyou</a> default v5 theme to iStalker CSS. </p>
<p> <strong>AP-iStalker 1.6.2</strong> CSS file is <dfn class="hilite-2">890.css</dfn></tt> </p>
<ol class="xoxo mgb pdl">
<li>
<p>First, go to <a href="http://hatesyou.animepaper.net">^hatesyou</a> animepaper userpage, wait till it finished loading.</p>
<p><a href='http://blog.kaizeku.com/animepaper/ap-istalker-162/attachment/hatesyou-animepaper-userpage/' rel="attachment wp-att-282"><img src="http://blog.kaizeku.com/wp-content/uploads/2008/10/hatesyou-animepaper-userpage-150x150.jpg" alt="hatesyou animepaper userpage" title="hatesyou-animepaper-userpage" width="150" height="150" class="alignnone size-thumbnail wp-image-282" /></a></p>
</li>
<li>
<p>Paste the below code in your browser addressbar and run it. (<a href="javascript:document.getElementById('thisstyle').remove();Apc.append('890.css');void(0);" title="switch to istalker 1.6.2 theme bookmark code">Bookmark</a>)</p>
<pre class="smallbox" style="height:40px">javascript&#58;document&#46;getElementById&#40;&#39;thisstyle&#39;&#41;&#46;remove&#40;&#41;&#59;Apc&#46;append&#40;&#39;890&#46;css&#39;&#41;&#59;void&#40;0&#41;&#59;</pre>
<p><a href='http://blog.kaizeku.com/animepaper/ap-istalker-162/attachment/hatesyou-animepaper-userpage-istalker-theme/' rel="attachment wp-att-284"><img src="http://blog.kaizeku.com/wp-content/uploads/2008/10/hatesyou-animepaper-userpage-istalker-theme-150x150.jpg" alt="hatesyou-animepaper-userpage-istalker-theme" title="hatesyou-animepaper-userpage-istalker-theme" width="150" height="150" class="alignnone size-thumbnail wp-image-284" /></a></li>
</ol>
<h2>Update</h2>
<h5>1.6.2.3</h5>
<ul>
<li> Fixes the three column &#8220;recent gallery&#8221; thumb, thanks to <a href="http://kuryuki.animepaper.net">kuryuki</a> for noticing this issues.</li>
<li> Replaced the color pattern banner with <a href="http://static.animepaper.net/upload/rotate.jpg">Animepaper random wallpapers</a>.</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://blog.kaizeku.com/animepaper/ap-istalker-162/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Extra Bunny Emoticons for Animepaper</title>
		<link>http://blog.kaizeku.com/animepaper/extra-bunny-emoticons-for-animepaper-v5/</link>
		<comments>http://blog.kaizeku.com/animepaper/extra-bunny-emoticons-for-animepaper-v5/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 07:50:42 +0000</pubDate>
		<dc:creator>Avice</dc:creator>
		
		<category><![CDATA[Animepaper]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[emoticons]]></category>

		<category><![CDATA[greasemonkey]]></category>

		<category><![CDATA[tuzki]]></category>

		<guid isPermaLink="false">http://blog.kaizeku.com/?p=246</guid>
		<description><![CDATA[This is my personal greasemonkey user scripts for stalking people at animepaper forums its kind of fun to have extra emoticons others than the erratic &#8220;Onion head&#8221;. 




What it does
This user script will append clickable bunny emoticons within the hidden emoticons block, you&#8217;ll need to click the emoticons icons on comment post editor to view [...]]]></description>
			<content:encoded><![CDATA[<p>This is my personal greasemonkey user scripts for stalking people at <a href="http://www.animepaper.net/forums/">animepaper forums</a> its kind of fun to have extra emoticons others than the erratic &#8220;Onion head&#8221;. </p>
<p><span id="more-246"></span></p>
<p>
<img src="http://blog.kaizeku.com/wp-content/uploads/2008/09/animepaper-tuzki-bunny-funny-emoticons-greasemonkey-script.gif" alt="tuzki bunny emoticons" title="animepaper-tuzki-bunny-funny-emoticons-greasemonkey-script" width="400" height="400" class="alignnone size-full wp-image-249" />
</p>
<h3>What it does</h3>
<p>This user script will append clickable bunny emoticons within the hidden emoticons block, you&#8217;ll need to click the emoticons icons on comment post editor to view it. </p>
<h2>Requirements</h2>
<p><a href='http://blog.kaizeku.com/wp-content/uploads/2008/09/animepaper-bunny-emot.user.js' title='Install script'><img src="http://blog.kaizeku.com/wp-content/uploads/2008/09/greasemonkey-install-script-window.gif" alt="greasemonkey installation script window" title="greasemonkey-install-script-window" width="261" height="275" class="alignright size-full wp-image-251" /></a></p>
<ul class="xoxo mgb pdl">
<li style="list-style-image:url('http://blog.kaizeku.com/wp-content/uploads/2008/09/firefox-ico.gif')"><a href="http://www.mozilla.com/en-US/firefox/" title="Get Firefox">Firefox 2.0.0.x</a> or above</li>
<li style="list-style-image:url('http://blog.kaizeku.com/wp-content/uploads/2008/09/greasemonkey.ico')"><a href="https://addons.mozilla.org/en-US/firefox/addon/748" title="Download Greasemonkey Add-ons">Greasemonkey <small>(version 0.8x)</small></a> Add-ons</li>
</ul>
<h2>Installations</h2>
<p>Install like normal firefox add-ons. Just click and go. Make sure your greasemonkey add-ons is enabled. </p>
<h2>Download</h2>
<p>Follow the link &rarr; <a href='http://blog.kaizeku.com/wp-content/uploads/2008/09/animepaper-bunny-emot.user.js' title='Install script'>install script</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.kaizeku.com/animepaper/extra-bunny-emoticons-for-animepaper-v5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bypass new rapidshare download countdown</title>
		<link>http://blog.kaizeku.com/web_development/javascript/bypass-new-rapidshare-download-countdown/</link>
		<comments>http://blog.kaizeku.com/web_development/javascript/bypass-new-rapidshare-download-countdown/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 18:31:56 +0000</pubDate>
		<dc:creator>Avice</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[no-script]]></category>

		<guid isPermaLink="false">http://blog.kaizeku.com/?p=227</guid>
		<description><![CDATA[Simply drag this link to your bookmark, when rapidshare counter start, click it once. It will reset the download counter so you can start downloading without having to wait for the countdown to finish.
javascript:c=0;void(0);]]></description>
			<content:encoded><![CDATA[<p>Simply drag this <a href="javascript:c=0;void(0);"><strong>link</strong></a> to your bookmark, when rapidshare counter start, click it once. It will reset the download counter so you can start downloading without having to wait for the countdown to finish.</p>
<pre class="smallbox">javascript:c=0;void(0);</pre>]]></content:encoded>
			<wfw:commentRss>http://blog.kaizeku.com/web_development/javascript/bypass-new-rapidshare-download-countdown/feed/</wfw:commentRss>
		</item>
		<item>
		<title>bypass bleachportal nag count</title>
		<link>http://blog.kaizeku.com/web_development/javascript/bypass-bleachportal-nag-count/</link>
		<comments>http://blog.kaizeku.com/web_development/javascript/bypass-bleachportal-nag-count/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 06:40:44 +0000</pubDate>
		<dc:creator>Avice</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[bleach]]></category>

		<category><![CDATA[no-script]]></category>

		<guid isPermaLink="false">http://blog.kaizeku.com/?p=204</guid>
		<description><![CDATA[Simple javascript code to bypass the bleachportal download counter.
javascript&#58;time&#61;0&#59;void&#40;0&#41;&#59;
Instruction
Copy paste the above code inside your browser address-bar, press enter and you are ready to go. Right click save as bookmark bleachportal direct download reset counter )

]]></description>
			<content:encoded><![CDATA[<p>Simple javascript code to bypass the bleachportal download counter.</p>
<pre id="bleachportal-reset-counter" class="smallbox on-click-select">javascript&#58;time&#61;0&#59;void&#40;0&#41;&#59;</pre>
<h5 class="mgt">Instruction</h5>
<p>Copy paste the <a href="#bleachportal-reset-counter">above code</a> inside your browser address-bar, press enter and you are ready to go. Right click save as bookmark <a href="javascript:time=0;void(0);" title="save as bookmark bleachportal direct download reset counter code"><strong class="fw-">bleachportal </strong>direct download reset counter </a>)</p>
<p><span id="more-204"></span></p>
<p><a href='http://blog.kaizeku.com/web_development/javascript/bypass-bleachportal-nag-count/attachment/bleachportal-nag-counter-direct-download/' rel="attachment wp-att-206"><img src="http://blog.kaizeku.com/wp-content/uploads/2008/07/bleachportal-nag-counter-direct-download.png" alt="direct download bleach ep" title="bleachportal-nag-counter-direct-download" width="400" height="370" class="alignnone size-full wp-image-206" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.kaizeku.com/web_development/javascript/bypass-bleachportal-nag-count/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reflection Image Effects</title>
		<link>http://blog.kaizeku.com/web_development/javascript/reflection_js/</link>
		<comments>http://blog.kaizeku.com/web_development/javascript/reflection_js/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 01:22:30 +0000</pubDate>
		<dc:creator>Avice</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://blog.kaizeku.com/web_development/reflection_js/</guid>
		<description><![CDATA[Add reflection to your photos with Reflection.js by Khol (Cow's Blog). Current version (1.7) fix the broken hyperlinks on IE . The script works well with my safari 3.b and Firefox 2/3.0a8pre Browser. ]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.kaizeku.com/wp-content/uploads/2007/09/reflection-example.thumbnail.jpg" alt="reflection example" class="fl reflect" style="margin-right: 5px" />Smooth reflection effects with <a href="http://cow.neondragon.net/index.php/2987-Reflectionjs-17"><strong>Reflection.js</strong></a> the script is written by <a href="http://cow.neondragon.net/index.php/User:Khlo">Khol</a> (<a href="http://cow.neondragon.net/">Cow&#8217;s Blog</a>). Latest version (1.7) fixed the broken hyperlinks on IE .</p>
<p>The script will degrade nicely when javascript is turned off (you wont see the reflection thats all). I&#8217;d tested this it with IE7, Safari 3.b, opera 9.23 and Firefox 2/3.0a8pre Browser. Its quiet Fast except for IE browser.<span id="more-82"></span></p>
<p class="block ta-c" style="margin: 18px auto; width: 240px"><a href="http://farm2.static.flickr.com/1256/1434153603_c053a41f41.jpg" rel="lightbox" class="tt-flickr"><img src="http://farm2.static.flickr.com/1256/1434153603_c053a41f41_m.jpg" alt="FLCL Superstar snicker" class="reflect" border="0" height="108" width="240" /></a></p>
<p><strong>Reflection.js</strong> size is consider small (5.10Kb) compare to others canvas/vml scripts . My <a href="http://gmodules.com/ig/proxy?url=http://lib.kaizeku.com/reflection-d.js" class="external" rev="http://lib.kaizeku.com/reflection-d.js">compress version</a> of reflection.js is around 2kb. You can try <a href="http://compressorrater.thruhere.net/">compressorrater</a> <small>(a Javascript compressor, comparison tools)</small> for best results.</p>
<p> </p>
<h3>Related links</h3>
<ul>
<li><a href="http://cow.neondragon.net/index.php/2987-Reflectionjs-17">Reflection.js</a> at Cow&#8217;s Blog</li>
<li><a href="http://www.jroller.com/gfx/entry/cool_effect_with_the_canvas">Cool effect with Canvas</a> by <a href="http://www.curious-creature.org/">Romain Guy</a></li>
<li><a href="http://me.eae.net/archive/2005/12/29/canvas-in-ie/"> Canvas in IE (VML) </a> by Emil Eklund</li>
<li><a href="http://developer.mozilla.org/en/docs/Canvas_tutorial">Canvas Tutorial</a> at Mozilla Developer</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://blog.kaizeku.com/web_development/javascript/reflection_js/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Yet Another variations of scriptaculous Tooltips .</title>
		<link>http://blog.kaizeku.com/web_development/javascript/cooltips/</link>
		<comments>http://blog.kaizeku.com/web_development/javascript/cooltips/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 12:56:51 +0000</pubDate>
		<dc:creator>Avice</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://blog.kaizeku.com/2007/08/29/cooltips-10/</guid>
		<description><![CDATA[
Cooltips by wildbit lab is on top list at del.ici.us few days ago. The scripts is very lite (5kb) and work without any conflict. check it out.
note: require prototype and scriptalicious.]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.kaizeku.com/wp-content/uploads/2007/08/logo.gif" alt="cooltips" /></p>
<p>Cooltips by <a href="http://www.wildbit.com/labs/cooltips/">wildbit lab</a> is on top list at del.ici.us few days ago. The scripts is very lite (5kb) and work without any conflict. check it out.<br />
note: require prototype and scriptalicious.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.kaizeku.com/web_development/javascript/cooltips/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
