Skip to content

Includes / Excludes Help #1598

Answered by derjanb
tsuliwaensis asked this question in Q&A
Sep 22, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

This should do what you want...

// ==UserScript==
// @name         Exclude Root
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @match        https://www.example.com/*
// @exclude      https://www.example.com/
// @grant        none
// ==/UserScript==

console.log('running');

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tsuliwaensis
Comment options

Answer selected by tsuliwaensis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants