User talk:Kephir/gadgets/unclutter

Latest comment: 6 years ago by Erutuon in topic Syntax error

indexOf edit

Hi Kephir! Consider using $.inArray(...) instead of someArray.indexOf(), so the code works in a few other browsers. Helder.wiki 12:34, 17 March 2014 (UTC)Reply

Exceptions not working edit

I've probably done something wrong, I'm not massively experienced with this sort of thing but I was trying to exclude my sig from this gadget and it doesn't seem to work. Have I missed something? SPACKlick (talk) 09:13, 15 April 2015 (UTC)Reply

Bug: removes links edit

See the last line under Talk:County Londonderry § Poll on renaming "Derry" and "County Londonderry":

*[[Talk:Derry#RfC: Renaming the Derry and County Londonderry articles|'''MAY 2015 - RfC''' on renaming the County Londonderry and Derry articles to County Derry/Londonderry and Derry/Londonderry respectively]] —[[User:Italay90|Italay90]] ([[User talk:Italay90|talk]]) 10:29, 11 May 2015 (UTC)

This should produce a link to another talk page followed by a signature. However, for me at least, the link is completely removed when the signature is substituted, leaving this:

This is not the first time I've observed this. sroc 💬 01:49, 23 May 2015 (UTC)Reply

Justifying text edit

I noticed that your script justifies text which is sometimes annoying as it causes unnecessarily long spaces, and it also does that with wikEdDiff which is even more confusing as it makes me think there's actually multiple spaces in the source code (which would be trimmed down to one on display anyway). I couldn't find where this is done. Is there a way to disable it? nyuszika7h (talk) 13:23, 16 June 2016 (UTC)Reply

Syntax error edit

The following code on line 85 triggers a warning in the console (unreachable code after return statement):

	if (!sheet);
		return null;

Eru·tuon 02:50, 9 December 2017 (UTC)Reply