<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://taloswiki.org/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AVector.js</id>
	<title>MediaWiki:Vector.js - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://taloswiki.org/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AVector.js"/>
	<link rel="alternate" type="text/html" href="https://taloswiki.org/index.php?title=MediaWiki:Vector.js&amp;action=history"/>
	<updated>2026-04-21T01:20:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://taloswiki.org/index.php?title=MediaWiki:Vector.js&amp;diff=2027&amp;oldid=prev</id>
		<title>Theadamabrams: Hide [ edit | edit source ] links on &lt;h3&gt; and below</title>
		<link rel="alternate" type="text/html" href="https://taloswiki.org/index.php?title=MediaWiki:Vector.js&amp;diff=2027&amp;oldid=prev"/>
		<updated>2023-11-22T19:43:26Z</updated>

		<summary type="html">&lt;p&gt;Hide [ edit | edit source ] links on &amp;lt;h3&amp;gt; and below&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* All JavaScript here will be loaded for users of the Vector skin */&lt;br /&gt;
&lt;br /&gt;
$(document).ready(function() {&lt;br /&gt;
    $(&amp;#039;h3 span.mw-editsection&amp;#039;).remove();&lt;br /&gt;
    $(&amp;#039;h4 span.mw-editsection&amp;#039;).remove();&lt;br /&gt;
    $(&amp;#039;h5 span.mw-editsection&amp;#039;).remove();&lt;br /&gt;
    $(&amp;#039;h6 span.mw-editsection&amp;#039;).remove();&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>Theadamabrams</name></author>
	</entry>
</feed>