Compare commits
No commits in common. "main" and "1.0" have entirely different histories.
2 changed files with 1 additions and 6 deletions
|
@ -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.
|
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": ["*://*.github.com/*"],
|
"matches": ["*://github.com/*"],
|
||||||
"js": ["content.js"]
|
"js": ["content.js"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue