Skip to content

Commit c35a4ee

Browse files
committed
Merge branch 'master' of https://github.com/pxdnbluesoul/S-CSS-P
2 parents 98a5153 + 887de98 commit c35a4ee

File tree

8 files changed

+5
-1
lines changed

8 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ The files that drive the extension are:
3131
* `options.html` - This is static so if you add a stylesheet, you need to add a corresponding option line here. The extension is not smart enough to do it dynamically and probably won't ever be due to an interest in keeping it small and lightweight.
3232
* `options.js` - This handles the loading and saving of preferences via the `chrome.storage.sync.get/set` API.
3333
* `main.js` - This handles the injection of the stylesheets into the bottom of the `head` so they cascade correctly.
34+
35+
## Overriding S-CSS-P
36+
37+
If you have a page that contains custom CSS and would like to alert users of S-CSS-P that they should consider disabling the extension, please edit the slug of your page into http://scp-wiki.net/component:s-css-p in the code block. This is not yet implemented but the next major milestone will include this capability.

css/colors/none.colors.css

Whitespace-only changes.
File renamed without changes.

css/fonts/none.fonts.css

Whitespace-only changes.

css/images/none.images.css

Whitespace-only changes.

css/layouts/none.layouts.css

Whitespace-only changes.

css/ratings/none.ratings.css

Whitespace-only changes.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "S-CSS-P",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "A stylesheet picker for The SCP Wiki",
55
"manifest_version": 2,
66
"permissions": [

0 commit comments

Comments
 (0)