<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-toplinksDropdown.js</id>
	<title>MediaWiki:Gadget-toplinksDropdown.js - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-toplinksDropdown.js"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=MediaWiki:Gadget-toplinksDropdown.js&amp;action=history"/>
	<updated>2026-05-28T06:08:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=MediaWiki:Gadget-toplinksDropdown.js&amp;diff=883&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;/**  * De-clutters the personal links at the top by collecting them in a dropdown,  * opened by hovering over your username - inspired by the Timeless skin  *  * @author Iiii_I_I_I  */  $(function() {     var $talk = $(&#039;#pt-mytalk&#039;),         $contris = $(&#039;#pt-mycontris&#039;),         $watchlist = $(&#039;#pt-watchlist&#039;),         $prefs = $(&#039;#pt-preferences&#039;),         $logout = $(&#039;#pt-logout&#039;);      // new talk page message     $(&#039;#pt-mytalk .mw-echo-alert&#039;).text(&#039;Talk&#039;);     // c...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=MediaWiki:Gadget-toplinksDropdown.js&amp;diff=883&amp;oldid=prev"/>
		<updated>2024-10-13T00:46:46Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;*  * De-clutters the personal links at the top by collecting them in a dropdown,  * opened by hovering over your username - inspired by the Timeless skin  *  * @author Iiii_I_I_I: &lt;/span&gt;  $(function() {     var $talk = $(&amp;#039;#pt-mytalk&amp;#039;),         $contris = $(&amp;#039;#pt-mycontris&amp;#039;),         $watchlist = $(&amp;#039;#pt-watchlist&amp;#039;),         $prefs = $(&amp;#039;#pt-preferences&amp;#039;),         $logout = $(&amp;#039;#pt-logout&amp;#039;);      // new talk page message     $(&amp;#039;#pt-mytalk .mw-echo-alert&amp;#039;).text(&amp;#039;Talk&amp;#039;);     // c...&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/**&lt;br /&gt;
 * De-clutters the personal links at the top by collecting them in a dropdown,&lt;br /&gt;
 * opened by hovering over your username - inspired by the Timeless skin&lt;br /&gt;
 *&lt;br /&gt;
 * @author Iiii_I_I_I&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
$(function() {&lt;br /&gt;
    var $talk = $(&amp;#039;#pt-mytalk&amp;#039;),&lt;br /&gt;
        $contris = $(&amp;#039;#pt-mycontris&amp;#039;),&lt;br /&gt;
        $watchlist = $(&amp;#039;#pt-watchlist&amp;#039;),&lt;br /&gt;
        $prefs = $(&amp;#039;#pt-preferences&amp;#039;),&lt;br /&gt;
        $logout = $(&amp;#039;#pt-logout&amp;#039;);&lt;br /&gt;
&lt;br /&gt;
    // new talk page message&lt;br /&gt;
    $(&amp;#039;#pt-mytalk .mw-echo-alert&amp;#039;).text(&amp;#039;Talk&amp;#039;);&lt;br /&gt;
    // create dropdown&lt;br /&gt;
    $(&amp;#039;&amp;lt;div&amp;gt;&amp;#039;)&lt;br /&gt;
        .addClass(&amp;#039;pt-userpage-dropdown&amp;#039;)&lt;br /&gt;
        .append(&lt;br /&gt;
            $(&amp;#039;&amp;lt;ul&amp;gt;&amp;#039;)&lt;br /&gt;
                .append(&lt;br /&gt;
                    $talk,&lt;br /&gt;
                    $contris,&lt;br /&gt;
                    $watchlist,&lt;br /&gt;
                    $prefs,&lt;br /&gt;
                    $logout&lt;br /&gt;
                )&lt;br /&gt;
        )&lt;br /&gt;
        .appendTo(&amp;#039;#pt-userpage&amp;#039;);&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>