Skip to content

Commit

Permalink
Updated to 0.92. Added more items to exclude_src_tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsrli committed Jan 16, 2020
1 parent ed57737 commit 4dd0656
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Wikipedia Dark Theme.user.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// ==UserScript==
// @author Shangru Li
// @version 0.91
// @version 0.92
// @match *://*.wikipedia.org/*
// @namespace https://github.com/MaxsLi/WikipediaDarkTheme
// @icon https://www.wikipedia.org/favicon.ico
// @grant none
// @run-at document-start
// @license MIT
//###############---localizations---##################
// @name Wikipedia Dark Theme
// @description Script gives Wikipedia pages a dark color theme
// @name:en Wikipedia Dark Theme
// @description:en Script gives Wikipedia pages a dark color theme
// @name:ja Wikipediaダークテーマ
// @description:ja Wikipediaのサイトのバックグラウンドを黒に変更するスクリプトです
// @name:zh-CN 维基百科黑色主题
Expand Down Expand Up @@ -54,7 +54,7 @@
"question_book", "padlock-silver", "incubator-logo", "px-chinese_conversion",
"px-applications-graphics", "px-pody_candidate", "px-potd-logo", "px-pd-icon",
"px-dialog-warning", "px-checked_copyright_icon", "px-valued_image_seal",
"px-cscr-former"
"px-cscr-former", "px-red_x", "px-crystal_clear_app_kedit"
];

// list of tags of images to have color inverted, both lists are subjected to amend
Expand Down Expand Up @@ -263,4 +263,4 @@
function RGBArrayToString(rgb) {
return 'rgb(' + rgb[0] + ', ' + rgb[1] + ', ' + rgb[2] + ')';
}
})();
})();

0 comments on commit 4dd0656

Please sign in to comment.