Skip to content
This repository was archived by the owner on May 16, 2022. It is now read-only.

Commit 792cc30

Browse files
committed
Generate Style Files
1 parent 0d9a5d5 commit 792cc30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Generated/github.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// @run-at document-start
1111
// ==/UserScript==
1212
(function() {var css = "";
13-
if (false || (new RegExp("")).test(document.location.href))
13+
if (false || (new RegExp("/^https?:\/\/news.ycombinator.com*/")).test(document.location.href))
1414
css += [
1515
"html {",
1616
" background-color: #222 !important; }",

Generated/github.user.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@updateURL https://raw.githubusercontent.com/DarkThemeHub/HackerNewsDarkTheme/master/Generated/github.user.styl
1010
==/UserStyle== */
1111

12-
@-moz-document regexp("") {
12+
@-moz-document regexp("/^https?:\/\/news.ycombinator.com*/") {
1313
html {
1414
background-color: #222 !important; }
1515

0 commit comments

Comments
 (0)