<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Wakaba Extension | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/23705</link>
    <description>Recent comments on userscript: Wakaba Extension</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>An Issue, replied by netiaz</title>
      <description>&lt;p&gt;I know I'm asking too much, but deltaxxiv.org only has 'Subject', 'Comment', and 'File' post fields.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Sep 2009 17:50:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:35979:173363</guid>
      <author>netiaz</author>
      <link>http://userscripts.org/posts/173363</link>
    </item>
    <item>
      <title>Doesn't work with certain site, replied by netiaz</title>
      <description>&lt;p&gt;Seems to work now.  You're the best.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Sep 2009 04:38:48 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:27634:173197</guid>
      <author>netiaz</author>
      <link>http://userscripts.org/posts/173197</link>
    </item>
    <item>
      <title>Quick reply doesn't work., replied by Artrit</title>
      <description>&lt;p&gt;Hello, at first I have to thank you for a nice work.
&lt;br /&gt;I have some problems with 2-ch.ru. Everything works ok, but if I do quick reply, than I become error:The message is empty. Is there something that I can change in script do do this option to work?
&lt;br /&gt;Sorry for my poor english.&lt;/p&gt;</description>
      <pubDate>Wed, 02 Sep 2009 09:07:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:34321:165208</guid>
      <author>Artrit</author>
      <link>http://userscripts.org/posts/165208</link>
    </item>
    <item>
      <title>Code Monkey?, replied by lol_wut</title>
      <description>&lt;p&gt;&gt; I hate you!
&lt;br /&gt;&gt;&gt; I hate you, too.~
&lt;br /&gt;Nothing personal. I wrote it because I wanted to edit this code to add &quot;tips&quot;. And I saw THAT.
&lt;br /&gt;I've added them, but I won't send it here cuz using crutches in code and source used for tips is aviable here too.&lt;/p&gt;</description>
      <pubDate>Tue, 23 Jun 2009 22:24:53 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:29371:137351</guid>
      <author>lol_wut</author>
      <link>http://userscripts.org/posts/137351</link>
    </item>
    <item>
      <title>Code Monkey?, replied by O_Lawd</title>
      <description>&lt;p&gt;You are indeed correct. The code sucks, and for my update, I'm completely rewriting it at this very moment, even though I'm concerned about the current length.&lt;/p&gt;

&lt;p&gt;&gt; 1) This code contents a lot of repeated code. This is baaad-bad-bad. &lt;/p&gt;

&lt;p&gt;Laziness and a lack of function ideas. This is the main issue I'm fixing.&lt;/p&gt;

&lt;p&gt;&gt; 2) REALLY long variable names...&lt;/p&gt;

&lt;p&gt;They made sense at the time. Don't ask.&lt;/p&gt;

&lt;p&gt;&gt; 3) Indent &gt; 10 tabs, Indent &gt; 80 chars on display =&gt; hard to edit! &lt;/p&gt;

&lt;p&gt;I'm restricting my rewrite to 80 characters total width. Tabbing should be less extreme, I hope.&lt;/p&gt;

&lt;p&gt;&gt; 4) Using a lots of variables, that could be even not declared. &lt;/p&gt;

&lt;p&gt;I was using more than needed in several sections, for sure. On the other hand, conciseness is not a big goal.&lt;/p&gt;

&lt;p&gt;&gt; 5) Using what kind of selectors? Why not jsquery, sizzle or something?.. &lt;/p&gt;

&lt;p&gt;I've been using document.evaluate and the plain DOM methods. Is it common for userscripts to use external libraries?&lt;/p&gt;

&lt;p&gt;&gt; This is code...&lt;/p&gt;

&lt;p&gt;Indeed, it is!&lt;/p&gt;

&lt;p&gt;This project started with me messing with Javascript to expand images and went all over the place from there. Unfortunately, it has not scaled well and espouses the main issues I have had in programming. I am still learning, and lots of this code was written months back.&lt;/p&gt;

&lt;p&gt;The rewrite is going to be more object-oriented.&lt;/p&gt;

&lt;p&gt;I hate you, too.~ Thanks for the code review.&lt;/p&gt;</description>
      <pubDate>Tue, 23 Jun 2009 15:28:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:29371:137204</guid>
      <author>O_Lawd</author>
      <link>http://userscripts.org/posts/137204</link>
    </item>
    <item>
      <title>Code Monkey?, replied by lol_wut</title>
      <description>&lt;p&gt;1) This code contents a lot of repeated code. This is baaad-bad-bad.
&lt;br /&gt;2) REALLY long variable names ex: replyBoxContentPostAreaTableSubjectRowRightColumnSubmitTask, replyBoxContentPostAreaTableCommentRowRightColumnTextField.
&lt;br /&gt;WTF???
&lt;br /&gt;3) Indent &gt; 10 tabs, Indent &gt; 80 chars on display =&gt; hard to edit!
&lt;br /&gt;4) Using a lots of variables, that could be even not declared.
&lt;br /&gt;5) Using what kind of selectors? Why not jsquery, sizzle or something?..
&lt;br /&gt;This is code is a big piece of shit.
&lt;br /&gt;Author, I hate you!&lt;/p&gt;</description>
      <pubDate>Mon, 22 Jun 2009 21:25:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:29371:136917</guid>
      <author>lol_wut</author>
      <link>http://userscripts.org/posts/136917</link>
    </item>
    <item>
      <title>Doesnt work!, replied by CleaneR_null</title>
      <description>&lt;p&gt;No, I think on other it's ok!&lt;/p&gt;

&lt;p&gt;Thanks for reply and oh, I also forgot :).&lt;/p&gt;</description>
      <pubDate>Sat, 20 Jun 2009 21:16:10 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:28027:136090</guid>
      <author>CleaneR_null</author>
      <link>http://userscripts.org/posts/136090</link>
    </item>
    <item>
      <title>Doesnt work!, replied by O_Lawd</title>
      <description>&lt;p&gt;Woops, I forgot to reply to you. Those errors you showed me were, believe it or not, from the site's wakaba3.js, not my script. That page uses a different format from other Wakaba boards, so Wakaba Extension will not work with it at this time. I'll see what I can do, though. :)&lt;/p&gt;

&lt;p&gt;Does it work on other sites?&lt;/p&gt;</description>
      <pubDate>Sat, 20 Jun 2009 01:24:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:28027:135737</guid>
      <author>O_Lawd</author>
      <link>http://userscripts.org/posts/135737</link>
    </item>
    <item>
      <title>Doesnt work!, replied by CleaneR_null</title>
      <description>&lt;p&gt;Hello it's me, I forget pass and created new acc.&lt;/p&gt;

&lt;p&gt;I send you all logs to PM&lt;/p&gt;</description>
      <pubDate>Fri, 12 Jun 2009 15:29:02 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:28027:132214</guid>
      <author>CleaneR_null</author>
      <link>http://userscripts.org/posts/132214</link>
    </item>
    <item>
      <title>Doesn't work with certain site, replied by O_Lawd</title>
      <description>&lt;p&gt;This issue happens with other sites, as well. It is due to an inconsistency in the Content-Type defined in the &amp;lt;meta /&gt; tag versus that in the server header.&lt;/p&gt;

&lt;p&gt;I will update the script with the temporary fix I've been using.&lt;/p&gt;</description>
      <pubDate>Mon, 08 Jun 2009 19:55:48 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:27634:130208</guid>
      <author>O_Lawd</author>
      <link>http://userscripts.org/posts/130208</link>
    </item>
    <item>
      <title>Doesn't work with certain site, replied by O_Lawd</title>
      <description>&lt;p&gt;The issue is related to Thread Hiding. Disable it, and I'll look into it. I may even release a small patch in a bit.&lt;/p&gt;</description>
      <pubDate>Mon, 08 Jun 2009 19:32:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:27634:130199</guid>
      <author>O_Lawd</author>
      <link>http://userscripts.org/posts/130199</link>
    </item>
    <item>
      <title>Doesnt work!, replied by O_Lawd</title>
      <description>&lt;p&gt;Do control-shift-J on the keyboard and tell me what the Error Console says.&lt;/p&gt;

&lt;p&gt;Also try re-downloading the script.&lt;/p&gt;</description>
      <pubDate>Mon, 08 Jun 2009 19:23:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:28027:130196</guid>
      <author>O_Lawd</author>
      <link>http://userscripts.org/posts/130196</link>
    </item>
    <item>
      <title>Thread expansion won't work, replied by O_Lawd</title>
      <description>&lt;p&gt;Hi, I remember one site acting up with it due to XHTML/HTML inconsistency. I'll look into it.&lt;/p&gt;</description>
      <pubDate>Mon, 08 Jun 2009 19:22:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:27508:130194</guid>
      <author>O_Lawd</author>
      <link>http://userscripts.org/posts/130194</link>
    </item>
    <item>
      <title>Doesnt work!, replied by CleaneR</title>
      <description>&lt;p&gt;Hello!&lt;/p&gt;

&lt;p&gt;I have installed this script and tryed to work with *.iichan.net, but anything is showing up. Script is laoded and i dont see that something changed.&lt;/p&gt;

&lt;p&gt;Please help in adv.&lt;/p&gt;

&lt;p&gt;I ma using FF3&lt;/p&gt;

&lt;p&gt;.&lt;/p&gt;</description>
      <pubDate>Mon, 01 Jun 2009 23:21:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:28027:128029</guid>
      <author>CleaneR</author>
      <link>http://userscripts.org/posts/128029</link>
    </item>
    <item>
      <title>Doesn't work with certain site, replied by netiaz</title>
      <description>&lt;p&gt;I thought it was neat that deltaxxiv was in the list.  Sadly, the site does not work with this script.&lt;/p&gt;</description>
      <pubDate>Tue, 26 May 2009 12:08:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:27634:125873</guid>
      <author>netiaz</author>
      <link>http://userscripts.org/posts/125873</link>
    </item>
    <item>
      <title>Thread expansion won't work, replied by dirtypants</title>
      <description>&lt;p&gt;I've used all of the versions of this script with my own Wakaba board and they've been great.  The added features have always been so reliable.  But somehow in this version it broke the thread expansion aspect of the site  -- expand and collapse both act like they are doing something, yet they don't.&lt;/p&gt;

&lt;p&gt;I don't really want to put the url for the forum up here.  But have you heard of this before?  If not, can I get earlier versions?&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;

&lt;p&gt;S&lt;/p&gt;</description>
      <pubDate>Sun, 24 May 2009 02:32:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:27508:125148</guid>
      <author>dirtypants</author>
      <link>http://userscripts.org/posts/125148</link>
    </item>
    <item>
      <title>Sage and form data, replied by O_Lawd</title>
      <description>&lt;p&gt;Hi, Username.&lt;/p&gt;

&lt;p&gt;Your solution sounds nice and sound. I avoid potential name conflicts whenever I make or manipulate forms, but it is a better alternative to losing form data. I'll fix it sometime in the next release.&lt;/p&gt;</description>
      <pubDate>Sat, 04 Apr 2009 21:23:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:23490:108262</guid>
      <author>O_Lawd</author>
      <link>http://userscripts.org/posts/108262</link>
    </item>
    <item>
      <title>Sage and form data, replied by Username</title>
      <description>&lt;p&gt;Hi, I've made a massive board extension script once, and quicksage didn't break builtin form data storing. If this is still an issue in your script (can't be bothered to check), here's the solution: checkbox must have name identical to email name field, value should be &quot;sage&quot;, and you don't have to do any extra processing for its events. If it's checked, postdata will contain &quot;&amp;amp;mail=sage&quot; and won't otherwise, which has an effect of empty mail parameter. Actually, the whole sage thing took 2 lines in my code and worked flawlessly:
&lt;br /&gt;&lt;pre&gt;if (config[0] &amp;amp;&amp;amp; (url_[1] == 'res') &amp;amp;&amp;amp; (elt = $n(host_strings.email[location.host])))
	elt.parentNode.innerHTML = '&amp;lt;label&amp;gt;&amp;lt;input type=&quot;checkbox&quot; name=&quot;' + host_strings.email[location.host] + '&quot; value=&quot;sage&quot; style=&quot;margin-left:0pt;padding-left:0pt&quot;/&amp;gt; sage&amp;lt;/label&amp;gt;';&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 20 Mar 2009 01:16:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:23490:104032</guid>
      <author>Username</author>
      <link>http://userscripts.org/posts/104032</link>
    </item>
    <item>
      <title>Archived Comments, replied by alala</title>
      <description>&lt;p&gt;Any chance you can write a version of this for Kusaba boards?&lt;/p&gt;</description>
      <pubDate>Fri, 14 Nov 2008 11:54:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17247:75112</guid>
      <author>alala</author>
      <link>http://userscripts.org/posts/75112</link>
    </item>
    <item>
      <title>Archived Comments, replied by 3d0xp0xy</title>
      <description>&lt;p&gt;The script loks better than ever now.
&lt;br /&gt;I was just wondering if you were planning on doing a script for Kareha boards?&lt;/p&gt;</description>
      <pubDate>Mon, 03 Nov 2008 19:36:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17247:75113</guid>
      <author>3d0xp0xy</author>
      <link>http://userscripts.org/posts/75113</link>
    </item>
    <item>
      <title>Archived Comments, replied by O_Lawd</title>
      <description>&lt;p&gt;Hello all,&lt;/p&gt;

&lt;p&gt;It's been a while since I've been working on this due to university commitments and a broken laptop, so I have just seen this reported issue.&lt;/p&gt;

&lt;p&gt;It sounds like there was a change in Opera's handling of userscripts. Greasemonkey (and Opera, at least the last version I tested), always loaded the script after the page load regardless of any event listeners, but it seems that this behavior is no longer in effect. (Incidentally, a load listener similar to operauser's was implemented quite a while back during development but was later ditched because it was deemed unnecessary due to this behavior.) &lt;/p&gt;

&lt;p&gt;Thank you, operauser, for the report and fix! I'll get the newest Opera here and run some tests, and then I shall update this script with a similar fix.&lt;/p&gt;

&lt;p&gt;3d0xp0xy, yes I'm probably going to add those in.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; Strange, it actually works fine for me in the latest Opera. Still, I'll go ahead and add in the event listener.&lt;/p&gt;</description>
      <pubDate>Fri, 19 Sep 2008 23:59:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17247:75114</guid>
      <author>O_Lawd</author>
      <link>http://userscripts.org/posts/75114</link>
    </item>
    <item>
      <title>Archived Comments, replied by operauser</title>
      <description>&lt;p&gt;&lt;b&gt;For Opera Users&lt;/b&gt;
&lt;br /&gt;I just got the script to work, basically the problem was that the code wasn't being started by a listener, that means, it wasn't starting after the loading of the website but apparently on the middle of it. And thus, some objects that were required in fact weren't even created.
&lt;br /&gt;The solution? Add an even listener like this: 
&lt;br /&gt;&lt;code&gt;addEvent(window, 'load', init);&lt;/code&gt;
&lt;br /&gt;Then, copy all the code in o_lawd's script that IS NOT INSIDE OF A FUNCTION, and paste it inside of that INIT function. LEAVE ALL THE DEFAULT OPTIONS OUTSIDE ANY FUNCTION.&lt;/p&gt;

&lt;p&gt;If you feel lazy, here's the code:
&lt;br /&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/33088&quot;&gt;http://userscripts.org/scripts/show/33088&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks again to o_lawd for this extremely useful script.&lt;/p&gt;</description>
      <pubDate>Wed, 03 Sep 2008 14:53:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17247:75115</guid>
      <author>operauser</author>
      <link>http://userscripts.org/posts/75115</link>
    </item>
    <item>
      <title>Archived Comments, replied by 3d0xp0xy</title>
      <description>&lt;p&gt;That options menu is awesome!&lt;/p&gt;

&lt;p&gt;Also, simple feature request:
&lt;br /&gt;&#9650; and &#9660; links to jump to the previous or next thread, respectively.&lt;/p&gt;</description>
      <pubDate>Tue, 02 Sep 2008 18:17:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17247:75116</guid>
      <author>3d0xp0xy</author>
      <link>http://userscripts.org/posts/75116</link>
    </item>
    <item>
      <title>Archived Comments, replied by operauser</title>
      <description>&lt;p&gt;Hi, I just tested this on Opera 9.52 and it doesn't seems to work. The script loads fine, because I tested it with an alert(0) on the beginning, but none of the options are loading. For instance, if you add an alert() on line 1699, just after
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;if (document.getElementById('delform') &amp;amp;&amp;amp; window.location.href.indexOf('task=') == -1)
&lt;br /&gt;&lt;/code&gt;
&lt;br /&gt;, you won't get an alert. So it's not working, basically.&lt;/p&gt;</description>
      <pubDate>Tue, 26 Aug 2008 18:34:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17247:75117</guid>
      <author>operauser</author>
      <link>http://userscripts.org/posts/75117</link>
    </item>
    <item>
      <title>Archived Comments, replied by O_Lawd</title>
      <description>&lt;p&gt;&lt;strong&gt;scientus:&lt;/strong&gt; I have went ahead and implemented your suggestion. Right now, I have it set to limit image size by width. A maximum height makes sense, too, so I will add a maximum height limit tomorrow.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;discret:&lt;/strong&gt; Bookmarking threads is becoming a possibility as I have already spoken to one individual about it. I will need to think about a good way to implement post quoting previews, though.&lt;/p&gt;</description>
      <pubDate>Tue, 12 Aug 2008 23:37:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17247:75118</guid>
      <author>O_Lawd</author>
      <link>http://userscripts.org/posts/75118</link>
    </item>
  </channel>
</rss>
