From c0ce097439fa515ce59a81d6b1875d50dad9d9ea Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Thu, 28 Feb 2019 19:36:59 -0500 Subject: [PATCH] Update url regex to match usercss --- github-dark-script.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-dark-script.user.js b/github-dark-script.user.js index e552191..f7ae5a9 100644 --- a/github-dark-script.user.js +++ b/github-dark-script.user.js @@ -5,7 +5,7 @@ // @license MIT // @author StylishThemes // @namespace https://github.com/StylishThemes -// @include /^https?://((blog|gist|guides|help|raw|status|developer)\.)?github\.com/((?!generated_pages\/preview).)*$/ +// @include /^https?://((gist|guides|help|launch-editor|raw|resources|status|developer)\.)?github\.com/((?!generated_pages\/preview).)*$/ // @include https://*.githubusercontent.com/* // @include https://*graphql-explorer.githubapp.com/* // @run-at document-start