fixed url exclusion

This commit is contained in:
17ms 2023-02-17 08:40:07 +02:00
parent 131320d7de
commit 57c8002657
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
// @name Draggable gallery for media // @name Draggable gallery for media
// @namespace Violentmonkey Scripts // @namespace Violentmonkey Scripts
// @author 17ms // @author 17ms
// @match *://boards.4channel.org/*/thread/* // @match *://boards.4chan*.org/*/thread/*
// @match *://boards.4chan.org/*/thread/* // @exclude *://boards.4chan*.org/*/catalog
// @version 1.0 // @version 1.0
// ==/UserScript== // ==/UserScript==

View File

@ -1,8 +1,8 @@
// ==UserScript== // ==UserScript==
// @name General media expander // @name General media expander
// @namespace Violentmonkey Scripts // @namespace Violentmonkey Scripts
// @match *://boards.4channel.org/*/thread/* // @match *://boards.4chan*.org/*/thread/*
// @match *://boards.4chan.org/*/thread/* // @exclude *://boards.4chan*.org/*/catalog
// @version 1.0 // @version 1.0
// ==/UserScript== // ==/UserScript==