Compare commits

..

No commits in common. "main" and "1.0" have entirely different histories.
main ... 1.0

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": [
{
"matches": ["*://*.github.com/*"],
"matches": ["*://github.com/*"],
"js": ["content.js"]
}
],