Jump to content

User:GeneralNotability/unreliable-rules.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by GeneralNotability (talk | contribs) at 22:53, 18 May 2020 (adapt part of User:Praxidicae/fntest to a custom list). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
unreliableCustomRules = [
	// Numbers
	{
		comment: 'Possible black hat SEO',
		regex: /\b(?:25hournews\.com)/i,
		css: { "background-color": "#c7cbca", "text-decoration":"underline", "text-decoration-style": "wavy"},
	},
	// A
	{
		comment: 'Possible black hat SEO',
		regex: /\b(?:abc-of-snowboarding\.com|africanbusinessreview\.co\.za|allindoon\.com|allnewsbuzz\.com|americadailypost\.com|americanewshour\.com|apstersmedia\.com|architectdesigning\.com|arizonadailyregister\.com|articleify\.com|asianage\.com|atlnightspots\.com|augustafreepress\.com)/i,
		css: { "background-color": "#c7cbca", "text-decoration":"underline", "text-decoration-style": "wavy"},
	},
	// B
	{
		comment: 'Possible black hat SEO',
		regex: /\b(?:bel-india\.com|bestinau.com\.au|bigtimedaily\.com|biographywiki\.net|bloody-flicks\.co\.uk|bmmagazine\.co\.uk|boherald\.com|bollywoodcouch\.com|bollywoodsamay\.com|bollywoodtags\.com|bostonvoyager\.com|broadcastcover\.com|businessday\.ng|businessdeccan\.com|butterflylabs\.com|buzzstreetimes\.com)/i,
		css: { "background-color": "#c7cbca", "text-decoration":"underline", "text-decoration-style": "wavy"},
	},
	// C
	{
		comment: 'Possible black hat SEO',
		regex: /\b(?:californiaherald\.com|californiatimes\.us|carsoid\.com|ccdiscovery\.com|celebslifereel\.com|chandigarhmetro\.com|charlotteagenda\.com|cinetalkers\.com|clclt\.com|cloutnews\.com|comeaucomputing\.com|coveragelog\.com|cryptbuzz\.com)/i,
		css: { "background-color": "#c7cbca", "text-decoration":"underline", "text-decoration-style": "wavy"},
	},
	// D
	{
		comment: 'Possible black hat SEO',
		regex: /\b(?:dailymusicroll\.com|dailyscanner\.com|dailytimes\.com\.pk|dailytimes4u\.com|datasourcehub\.com|dehradunbuzz\.com|dekhnews\.com|demotix\.com|desiblitz\.com|dexerto\.com}}|digitaljournal\.com|dnasyndication\.com|dnd\.com\.pk)/i,
		css: { "background-color": "#c7cbca", "text-decoration":"underline", "text-decoration-style": "wavy"},
	},
];