├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── feature_request.md │ └── question.md ├── LICENSE ├── README.md ├── favicon.svg ├── fixfx.sh ├── index.html ├── test.sh └── web ├── content.css ├── content.mjs ├── elementEffects.json └── img ├── All selected.png ├── Auto-complete.png ├── Built-in Video Player.png ├── Focused B.png ├── Focused and selected.png ├── Focused.png ├── PictureInPicture.png ├── Search bar empty.png ├── Search bar not selected, suggestions closed.png ├── Search bar not selected, suggestions open.png ├── Search bar selected, suggestions closed.png ├── Search bar selected, suggestions open.png ├── Selected B.png ├── Unfocused A.png └── Word selected.png /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/.github/ISSUE_TEMPLATE/question.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/README.md -------------------------------------------------------------------------------- /favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/favicon.svg -------------------------------------------------------------------------------- /fixfx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/fixfx.sh -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/index.html -------------------------------------------------------------------------------- /test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/test.sh -------------------------------------------------------------------------------- /web/content.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/web/content.css -------------------------------------------------------------------------------- /web/content.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/web/content.mjs -------------------------------------------------------------------------------- /web/elementEffects.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/web/elementEffects.json -------------------------------------------------------------------------------- /web/img/All selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/web/img/All selected.png -------------------------------------------------------------------------------- /web/img/Auto-complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/web/img/Auto-complete.png -------------------------------------------------------------------------------- /web/img/Built-in Video Player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/web/img/Built-in Video Player.png -------------------------------------------------------------------------------- /web/img/Focused B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/web/img/Focused B.png -------------------------------------------------------------------------------- /web/img/Focused and selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/web/img/Focused and selected.png -------------------------------------------------------------------------------- /web/img/Focused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/web/img/Focused.png -------------------------------------------------------------------------------- /web/img/PictureInPicture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/web/img/PictureInPicture.png -------------------------------------------------------------------------------- /web/img/Search bar empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/web/img/Search bar empty.png -------------------------------------------------------------------------------- /web/img/Search bar not selected, suggestions closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/web/img/Search bar not selected, suggestions closed.png -------------------------------------------------------------------------------- /web/img/Search bar not selected, suggestions open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/web/img/Search bar not selected, suggestions open.png -------------------------------------------------------------------------------- /web/img/Search bar selected, suggestions closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/web/img/Search bar selected, suggestions closed.png -------------------------------------------------------------------------------- /web/img/Search bar selected, suggestions open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/web/img/Search bar selected, suggestions open.png -------------------------------------------------------------------------------- /web/img/Selected B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/web/img/Selected B.png -------------------------------------------------------------------------------- /web/img/Unfocused A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/web/img/Unfocused A.png -------------------------------------------------------------------------------- /web/img/Word selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SebastianSimon/firefox-omni-tweaks/HEAD/web/img/Word selected.png --------------------------------------------------------------------------------