Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.

Update url regex to match usercss #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion github-dark-script.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down