<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=MyWiki%3AWikiProject_User_scripts%2FScripts%2FSigdash</id>
	<title>MyWiki:WikiProject User scripts/Scripts/Sigdash - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=MyWiki%3AWikiProject_User_scripts%2FScripts%2FSigdash"/>
	<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=MyWiki:WikiProject_User_scripts/Scripts/Sigdash&amp;action=history"/>
	<updated>2026-04-22T15:17:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>http://70.231.62.181/index.php?title=MyWiki:WikiProject_User_scripts/Scripts/Sigdash&amp;diff=11185181&amp;oldid=prev</id>
		<title>imported&gt;WOSlinker: WOSlinker changed the content model of the page Wikipedia:WikiProject User scripts/Scripts/Sigdash from &quot;wikitext&quot; to &quot;JavaScript&quot;</title>
		<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=MyWiki:WikiProject_User_scripts/Scripts/Sigdash&amp;diff=11185181&amp;oldid=prev"/>
		<updated>2021-02-07T14:57:36Z</updated>

		<summary type="html">&lt;p&gt;WOSlinker changed the content model of the page &lt;a href=&quot;https://en.wikipedia.org/wiki/WikiProject_User_scripts/Scripts/Sigdash&quot; class=&quot;extiw&quot; title=&quot;wikipedia:WikiProject User scripts/Scripts/Sigdash&quot;&gt;Wikipedia:WikiProject User scripts/Scripts/Sigdash&lt;/a&gt; from &amp;quot;wikitext&amp;quot; to &amp;quot;JavaScript&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;// &amp;lt;syntaxhighlight lang=javascript&amp;gt;&lt;br /&gt;
// This script changes the &amp;quot;Your signature with timestamp&amp;quot; edit button to use a real em dash instead of two hyphens.&lt;br /&gt;
&lt;br /&gt;
(function () {&lt;br /&gt;
    var oldAddButton = window.addButton;&lt;br /&gt;
    if (typeof(oldAddButton) != &amp;#039;function&amp;#039;) return;&lt;br /&gt;
    window.addButton = function () {&lt;br /&gt;
        if (arguments.length &amp;gt; 2)&lt;br /&gt;
            arguments[2] = arguments[2].replace(/^--(~+)$/, &amp;#039;—$1&amp;#039;);&lt;br /&gt;
        oldAddButton.apply(this, arguments);&lt;br /&gt;
    };&lt;br /&gt;
})();&lt;br /&gt;
&lt;br /&gt;
// &amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;WOSlinker</name></author>
	</entry>
</feed>