Compare commits

..

No commits in common. "2a087881bd41208ecfd8fb43e255379ffbe413b8" and "f82887346618efa5e1961a68fa71fbc8f4a2847b" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View file

@ -1,5 +0,0 @@
# 1.1
- Added all subdomains from github to the whitelist. I.E. pages such as gist.github will now also be in light mode.
# 1.0
- Initial release.

View file

@ -8,7 +8,7 @@
}, },
"content_scripts": [ "content_scripts": [
{ {
"matches": ["*://*.github.com/*"], "matches": ["*://github.com/*"],
"js": ["content.js"] "js": ["content.js"]
} }
], ],