User Talk: Eejit43
Server-side rendered snapshot of this editor's Wikipedia talk page discussions.
{{DISPLAYTITLE:'''{{color|#00733f|User talk:Eejit43}}'''}}
{{Talk header|noarchive=yes|search=no}}
{{Archives|bot=Lowercase sigmabot III|age=30|minthreadsleft=4}}
{{User:MiszaBot/config
| algo = old(30d)
| archive = User talk:Eejit43/Archive %(counter)d
| counter = 8
| maxarchivesize = 100K
| archiveheader = {{Automatic archive navigator}}
| minthreadstoarchive = 1
| minthreadsleft = 4
}}
redirect-helper on multiple projects
Is redirect-helper specific to en.Wikipedia, or can I install it in my global.js on meta, and use it on all projects? <span class="vcard"><span class="fn">Andy Mabbett</span> (<span class="nickname">Pigsonthewing</span>); Talk to Andy; Andy's edits ↗</span> 13:45, 13 May 2026 (UTC)
:@Pigsonthewing Hello! Yes, you can install it globally via meta, though there is no language support outside of English. It doesn't load the categorization templates when you aren't on enwiki (as there is no magic way to find them), and thus it doesn't know how to parse them if they exist, stripping them instead as it does on enwiki for unrecognized content. It works perfectly fine for plain redirects, and still handles categories, DEFAULTSORTs, and everything else just as it would here.
:I will push an update to remove the categorization sections from the script entirely when not on enwiki. If there is anything buggy, do let me know and I can try to get it fixed. ~ <b style="color: #00733f">Eejit43</b> (<span style="color: #00733f">talk</span>) 17:05, 14 May 2026 (UTC)
::Thank you; I will give it a spin.
::Maybe the magic way to find templates is by finding the en.Wikipedia version and looking at the Wikidata equivalent? See {{Q|Q6838010}} (at :d:Q6838010#sitelinks-wikipedia ↗), for example. <span class="vcard"><span class="fn">Andy Mabbett</span> (<span class="nickname">Pigsonthewing</span>); Talk to Andy; Andy's edits ↗</span> 19:05, 14 May 2026 (UTC)
:::Ooh, very good idea! I'll look into this, it might be a bit complicated to manage so I'll probably do it on a per-wiki basis upon request so I don't need to keep all that data in the same JSON storage. I'll let you know if I have any updates on this. ~ <b style="color: #00733f">Eejit43</b> (<span style="color: #00733f">talk</span>) 16:26, 15 May 2026 (UTC)
::::Thank you.
::::I have one other feature request: Sometimes I'm on an existing page and I want to make a new redirect ''to'' it, rather than to redirect it. It would be good if this tool could give me that option. <span class="vcard"><span class="fn">Andy Mabbett</span> (<span class="nickname">Pigsonthewing</span>); Talk to Andy; Andy's edits ↗</span> 16:54, 15 May 2026 (UTC)
:::::That is something that has been requested in the past, and I even had it being tracked in a GitHub issue ↗ at one point, though I determined "{{xt|Upon revisiting this issue, I believe this to be outside the scope of the script. Adding another toolbox button doesn't seem necessary, and it is easy enough to navigate to the page you want to make a redirect from.}}"
:::::Upon revisiting this issue ''again'', I ''could'' be open to adding it, though technically it's a bit of a pain as I rely on parameters only accessible when on the actual page (for determining if it can be edited, getting wikibase IDs, and checking patrol information). How about I add a new toolbox link that prompts just for a page, then opens that page in a new tab with the current title set as the target? That would definitely be the simplest (and not face those technical issues) and honestly probably the most intuitive so redirects aren't actually made in the wrong direction. Would that work for what you'd want? ~ <b style="color: #00733f">Eejit43</b> (<span style="color: #00733f">talk</span>) 04:19, 16 May 2026 (UTC)
::::::That sounds OK, thank you. <span class="vcard"><span class="fn">Andy Mabbett</span> (<span class="nickname">Pigsonthewing</span>); Talk to Andy; Andy's edits ↗</span> 13:00, 16 May 2026 (UTC)
:::::@Pigsonthewing This has now been implemented. There is a new "Redirect page here" in the dropdown menu which opens a dialog prompting for a page title. Let me know if you have any feedback! Support for multiple projects is something I'll have to tackle later on. ~ <b style="color: #00733f">Eejit43</b> (<span style="color: #00733f">talk</span>) 03:27, 19 May 2026 (UTC)
redirect-helper
It appears that the script freezes when attempting to create a redirect to itself; it should probably display an error instead. 1234qwer1234qwer4 ↗ 04:20, 22 June 2026 (UTC)
:Good catch, thanks! Looks like somehow the script may have never handled redirects to nonexistent targets as the code I wrote for that was broken. Not sure how that slipped through the cracks, but fixed now :) ~ <b style="color: #00733f">Eejit43</b> (<span style="color: #00733f">talk</span>) 13:51, 22 June 2026 (UTC)
Hello,
Hey, I use article cleaner and like it. But for some reason, here ↗ it seems to have ruined the Adyghe text in perso-arabic for some reason? This must be a bug? Is there a way to make text exempt from article cleaner? <span style="font-family:Poppins;border-radius:9em;padding:0 7px;background:black"><span style="color:gold">'''Angel Eyes'''</span> <span style="color:white">●</span> 💬</span> 10:08, 1 July 2026 (UTC)
:Hello @Angell Eyes! I'm glad you've liked using article-cleaner.
:When I originally set up the script, I made it remove the entire U+200B to U+200F range, which includes zero-width characters and directionality markers. While these can often be added in error, there are many legitimate use cases and I'm not sure why I really thought it was a good idea to strip them! I've fixed this now, and only the zero-width space ↗ is removed (though maybe even that isn't smart...). Please let me know if you have any thoughts or further issues! ~ <b style="color: #00733f">Eejit43</b> (<span style="color: #00733f">talk</span>) 21:51, 1 July 2026 (UTC)
article-cleaner
Thanks again for making the article-cleaner script. It seems like in this edit ↗, the script inadvertently broke the <syntaxhighlight lang="html">
<timeline></timeline>
</syntaxhighlight> tags when it removed spaces. I was able to replicate this in preview. – Epicgenius (talk) 23:43, 9 July 2026 (UTC)
:Good catch, I've updated the script to preserve spaces inside of {{code|timeline}} tags! ~ <b style="color: #00733f">Eejit43</b> (<span style="color: #00733f">talk</span>) 01:33, 10 July 2026 (UTC)