<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Help%3AHide_Pages_in_Watchlist</id>
	<title>Help:Hide Pages in Watchlist - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Help%3AHide_Pages_in_Watchlist"/>
	<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Help:Hide_Pages_in_Watchlist&amp;action=history"/>
	<updated>2026-06-21T16:36:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Help:Hide_Pages_in_Watchlist&amp;diff=22749&amp;oldid=prev</id>
		<title>Richardpruen: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Help:Hide_Pages_in_Watchlist&amp;diff=22749&amp;oldid=prev"/>
		<updated>2022-01-02T17:22:55Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 18:22, 2 January 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Richardpruen</name></author>
	</entry>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Help:Hide_Pages_in_Watchlist&amp;diff=22748&amp;oldid=prev</id>
		<title>Wikipedia&gt;DB1729: link</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Help:Hide_Pages_in_Watchlist&amp;diff=22748&amp;oldid=prev"/>
		<updated>2021-11-08T15:51:45Z</updated>

		<summary type="html">&lt;p&gt;link&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Wikipedia how to|WP:HIDEPAGES}}&lt;br /&gt;
{{clearright}}&lt;br /&gt;
{{Namespaces}}&lt;br /&gt;
&lt;br /&gt;
It is possible to &amp;#039;&amp;#039;&amp;#039;Hide Pages in Your Watchlist&amp;#039;&amp;#039;&amp;#039; using [[CSS]]. To hide a page, go to &amp;#039;&amp;#039;&amp;#039;[[Special:MyPage/skin.css|your skin.css page]]&amp;#039;&amp;#039;&amp;#039;. The CSS code required is different depending on whether you have the &amp;quot;[[Meta:Help:Enhanced recent changes|Enhanced recent changes]]&amp;quot; option selected in your [[Special:Preferences#preftab-4|preferences]].&lt;br /&gt;
&lt;br /&gt;
===Enhanced recent changes disabled===&lt;br /&gt;
Use the following example to hide whatever page you want from your watchlist, by adding a line (on a new line) in [[Special:MyPage/skin.css|your skin.css page]] file. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;.watchlist-4-Hide_Pages_in_Watchlist { display: none; }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hides [[Wikipedia:Hide Pages in Watchlist]]. &lt;br /&gt;
&lt;br /&gt;
The &amp;quot;{{bcode|4}}&amp;quot; is the namespace of the page, which can be determined by using the table found on the right of this page. Spaces, slashes ({{bcode|1=/}}), apostrophes ({{bcode|1=&amp;#039;}}) and some other special characters must be replaced with an underscore ({{bcode|1=_}}). Some characters like parentheses must just be omitted. The HTML source of the watchlist will show the required name if the page is present on the watchlist. &lt;br /&gt;
&lt;br /&gt;
Another example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;.watchlist-5-Manual_of_Style_Layout { display: none; }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hides [[Wikipedia talk:Manual of Style/Layout]].&lt;br /&gt;
&lt;br /&gt;
===Enhanced recent changes enabled===&lt;br /&gt;
When using &amp;quot;enhanced recent changes&amp;quot;, the code for the above examples is changed to:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
.mw-changeslist-ns4-Hide_Pages_in_Watchlist { display: none; }&lt;br /&gt;
.mw-changeslist-ns5-Administrators_Noticeboard { display: none; }&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Previous method==&lt;br /&gt;
Note: the [[Wikipedia:Hide Pages in Watchlist (old script method)|previous script method]] for doing this is now deprecated, and didn&amp;#039;t work with &amp;quot;Enhanced recent changes&amp;quot; at all.&lt;br /&gt;
{{Wikipedia technical help|collapsed}}&lt;br /&gt;
[[Category:Wikipedia how-to|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Wikipedia watchlist]]&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;DB1729</name></author>
	</entry>
</feed>