index
:
Legibility
domain-wildcards
fix-reload-keyboard-shortcut-on-Chrome
master
reload-extension-shortcut
A WebExtension that lets you override the CSS of any website
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-09-09
manifest.json: Remove `activeTab` permission
reload-extension-shortcut
Teddy Wing
2021-09-09
Add a keyboard shortcut to reload the extension
Teddy Wing
2021-09-09
wildcard_domains: Don't redeclare the `domain` variable
Teddy Wing
2021-09-09
README: Add documentation for domain wildcards
Teddy Wing
2021-09-09
README: Move Firefox installation instructions above Chrome
Teddy Wing
2021-09-08
background.js: Update copyright year
Teddy Wing
2021-09-08
Merge branch 'domain-wildcards'
Teddy Wing
2021-09-08
wildcard_domains: Change wildcard character to '%'
domain-wildcards
Teddy Wing
2021-09-08
Add TODO
Teddy Wing
2021-09-08
wildcard_domains: Add TODO for different wildcard character
Teddy Wing
2021-09-08
background: Apply CSS from all files for wildcard domains
Teddy Wing
2021-09-07
wildcard_domains: Remove in-progress code
Teddy Wing
2021-09-07
background: Describe the `wildcard_domains` function
Teddy Wing
2021-09-07
background: Build wildcard domains from a hostname
Teddy Wing
2018-10-06
Fix CSS getting applied to incorrect sites from 4792514bbcf4aa0c1b102a3a
v0.0.1
Teddy Wing
2018-10-05
Fix CSS not loading in background tabs
Teddy Wing
2018-08-05
README: Add prompt character to shell code
Teddy Wing
2018-08-05
README: Educate quotes
Teddy Wing
2018-08-05
README: Add installation instructions
Teddy Wing
2018-08-05
README: Add usage example
Teddy Wing
2018-08-05
Add README
Teddy Wing
2018-08-04
content.js: Include subdomain
Teddy Wing
2018-08-04
Add license (GNU GPLv3+)
Teddy Wing
2018-08-04
Add .gitignore
Teddy Wing
2018-08-04
Remove css/example.com.css now that we now style application works
Teddy Wing
2018-08-04
Match CSS files with the domain hostname
Teddy Wing
2018-08-04
Apply CSS styles to a website
Teddy Wing
2018-08-04
Add manifest.json
Teddy Wing