<?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%2FRBL_check</id>
	<title>MyWiki:WikiProject User scripts/Scripts/RBL check - 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%2FRBL_check"/>
	<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=MyWiki:WikiProject_User_scripts/Scripts/RBL_check&amp;action=history"/>
	<updated>2026-04-22T14:50:57Z</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/RBL_check&amp;diff=14815863&amp;oldid=prev</id>
		<title>imported&gt;SD0001: addPortletLink -&gt; mw.util.addPortletLink</title>
		<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=MyWiki:WikiProject_User_scripts/Scripts/RBL_check&amp;diff=14815863&amp;oldid=prev"/>
		<updated>2025-09-17T14:43:25Z</updated>

		<summary type="html">&lt;p&gt;addPortletLink -&amp;gt; mw.util.addPortletLink&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* This script adds an &amp;quot;[[DNSBL|RBL]] check&amp;quot; link to the toolbox on IP user/talk/contribs pages.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong style=&amp;quot;color: red;&amp;quot;&amp;gt;Important:&amp;lt;/strong&amp;gt; Some care is required in interpreting the results of this tool.  In particular, some of the RBLs shown on the results page are lists of dial-up and/or broadband user IPs, and will thus include the IPs of &amp;#039;&amp;#039;most legitimate Wikipedia editors&amp;#039;&amp;#039;.  Others are combined lists that may or may not include dial-up and broadband addresses.  Being listed on such RBLs does &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; mean the IP is an [[WP:OP|open proxy]].  In general, before blocking or reporting an IP as a proxy based on an RBL listing, make sure you carefully read the listing criteria for the matching RBLs first.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;*/&lt;br /&gt;
&lt;br /&gt;
$.when($.ready, mw.loader.using(&amp;#039;mediawiki.util&amp;#039;)).then(function () {&lt;br /&gt;
    var addr;&lt;br /&gt;
    if (mw.config.get(&amp;#039;wgCanonicalNamespace&amp;#039;) == &amp;quot;Special&amp;quot; &amp;amp;&amp;amp; mw.config.get(&amp;#039;wgCanonicalSpecialPageName&amp;#039;) == &amp;quot;Contributions&amp;quot;)&lt;br /&gt;
        addr = document.forms[0].target.value;&lt;br /&gt;
    else if (mw.config.get(&amp;#039;wgCanonicalNamespace&amp;#039;) == &amp;quot;User&amp;quot; || mw.config.get(&amp;#039;wgCanonicalNamespace&amp;#039;) == &amp;quot;User_talk&amp;quot;)&lt;br /&gt;
        addr = mw.config.get(&amp;#039;wgTitle&amp;#039;);&lt;br /&gt;
&lt;br /&gt;
    if (!/^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$/.test(addr)) return;  // not an IP&lt;br /&gt;
&lt;br /&gt;
    mw.util.addPortletLink(&amp;#039;p-tb&amp;#039;, &amp;#039;http://www.robtex.com/rbls/&amp;#039;+addr+&amp;#039;.html&amp;#039;,&lt;br /&gt;
                   &amp;#039;RBL check&amp;#039;, &amp;#039;t-rblcheck&amp;#039;, &amp;#039;Multi-RBL check&amp;#039;);&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
// &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;SD0001</name></author>
	</entry>
</feed>