Update del-so-clones.user.js
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Remove SO-clones from Google search
|
||||
// @version 1.2
|
||||
// @version 1.3
|
||||
// @description Удаляет клоны StackOverflow из поисковой выдачи гугла
|
||||
// @author DmitriyMX
|
||||
// @namespace https://gitlab.com/DmitriyMX/remove-so-clones-from-google-search
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
(function() {
|
||||
'use strict';
|
||||
const blackUrls = ['qaru.site', 'issue.life', 'jiajianhudong.com']
|
||||
const blackUrls = ['qaru.site', 'issue.life', 'jiajianhudong.com', 'it-swarm.net']
|
||||
|
||||
Array.from(document.getElementsByClassName('g'))
|
||||
.filter(elm => {
|
||||
|
||||
Reference in New Issue
Block a user