Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/trufflesecurity/trufflehog: v3.81.5 → v3.81.8](trufflesecurity/trufflehog@v3.81.5...v3.81.8) * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/trufflesecurity/trufflehog: v3.81.8 → v3.81.9](trufflesecurity/trufflehog@v3.81.8...v3.81.9) * urlbar: change text highlight color when clicking on the url bar to match rosybrown theme * [pre-commit.ci] pre-commit autoupdate (#59) updates: - [github.com/trufflesecurity/trufflehog: v3.81.9 → v3.81.10](trufflesecurity/trufflehog@v3.81.9...v3.81.10) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * init gitignore with toptal vs code template * remove .vscode directory * gitignore: add toptal linux template * gitignore: add toptal git template * remove zoom button from urlbar * remove the identity icon of extension pages from the url bar * remove the placeholder text ("Search or enter address" message) from the urlbar * remove the underscores on context menu items (user.js: set ui.key.menuAccessKey to 0) * gitignore: add toptal emacs template * gitignore: add toptal vim template * gitignore: add toptal macos template * gitignore: add toptal windows template * gitignore: add toptal intellij template * init editorconfig * typo fix * init gitpod config * embed gitpod badge in readme * style: format code with Prettier (#60) This commit fixes the style issues introduced in c7a64e0 according to the output from Prettier. Details: None Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> * [pre-commit.ci] pre-commit autoupdate (#61) * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/trufflesecurity/trufflehog: v3.81.10 → v3.82.2](trufflesecurity/trufflehog@v3.81.10...v3.82.2) - [github.com/gitleaks/gitleaks: v8.18.4 → v8.19.2](gitleaks/gitleaks@v8.18.4...v8.19.2) * style: format code with Prettier This commit fixes the style issues introduced in f93d741 according to the output from Prettier. Details: #61 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> * gitpod: use official mozilla apt repo to install firefox * gitpod: fix broken paths * add download-firefox-addon.sh script * fix broken icons by refining css exclusions for icon fonts * remove border radius from developer tools menu * remove annoying and distracting items from chatgpt.com site * remove unnecessary items from gemini.google.com site * wrap code blocks to prevent horizontal scrolling for chatgpt.com site * remove info icon from youtube.com site * add full theater mode for youtube.com site * readme: fix formatting issues * exclude more icon classes from global font settings to prevent broken icons (e.g on aistudio.google.com) * exclude more icon classes from global font settings to prevent broken icons (e.g on web.telegram.org) * fix formatting issues in fonts.css * style: format code with Prettier (#63) This commit fixes the style issues introduced in 52bdc3d according to the output from Prettier. Details: None Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> * cover more elements (code, pre, input and textarea) for global font * fix improper alignment of findbar * set toolbar height to 34px for non-compact mode (#64) * update sidebery settings data * sidebery styles: set tabs inner gap to 6.5px * [pre-commit.ci] pre-commit autoupdate (#70) updates: - [github.com/trufflesecurity/trufflehog: v3.82.2 → v3.82.6](trufflesecurity/trufflehog@v3.82.2...v3.82.6) - [github.com/gitleaks/gitleaks: v8.19.2 → v8.19.3](gitleaks/gitleaks@v8.19.2...v8.19.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * darken the background when urlbar is focused * urlbar: remove tracking protection icon * urlbar: remove bookmarks (star) icon * urlbar: remove reader mode button icon * urlbar: remove picture-in-picture button icon * urlbar: remove the identity box * readme: add more resources and note to ##customizing-firefox section * urlbar: add animation when to the darkening effect when urlbar is focus with animation to the effect when unhovering * remove duplicate code in urlbar.css * urlbar: add slide-up animation of urls when urlbar is focused * add wobble-skew animation effect on buttons when hovered * move animations defined in urlbar.css to animations.css * user.js: enable some media defaults * user.js: set media.default_volume to 1.0 * fix formatting issues in readme * change text highlight background color to transparent and selection color to rosybrown * readme: improve #customizing-firefox section * move the findbar word counter to the center * change order of specific code items in findbar.css * fix formatting and title comment issues in findbar.css * bring back bookmarks star button icon on the urlbar * change star button icon to bookmarks icon * format all svg icon files * change the appmenu bookmarks icon from the default star icon to custom bookmarks icon * change youtube progress bar animation from rgb to custom soft rgb * [pre-commit.ci] pre-commit autoupdate (#77) updates: - [github.com/trufflesecurity/trufflehog: v3.82.6 → v3.82.7](trufflesecurity/trufflehog@v3.82.6...v3.82.7) - [github.com/gitleaks/gitleaks: v8.19.3 → v8.20.1](gitleaks/gitleaks@v8.19.3...v8.20.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * exclude more icon classes from global font settings to prevent broken icons (e.g on outlook.live.com & mail.zoho.com) * don't hide the identity box from the urlbar * remove the identity permission box from the urlbar * hide identity icon by default and only show it when the site is insecure * remove animations and filters from the findbar close button * replace id selectors with class selectors for urlbar elements (aka fix broken urlbar selectors after firefox update) https://hg.mozilla.org/mozilla-central/rev/cd798ae49ef7 * fix urlbar url color styling for firefox >=131 * fix invalid source reference to urlbar connection based colored overlay * add a colored overlay to urlbar based on the connection type and some code rearrangements * update sidebery styles * sidebery styles: set tab close button margin to 10px * sidebery styles: set tab border radius to 10px * implement scrolling tab titles in sidebery (#35) * user.js: set devtools.debugger.prompt-connection to false * user.js: enable devtools debugger auto pretty print and remote connections * readme: mention about m/FirefoxCSS * deepsource: remove prettier transformers * add firefox-css-variables.md and mention it in the readme * [pre-commit.ci] pre-commit autoupdate (#80) updates: - [github.com/trufflesecurity/trufflehog: v3.82.7 → v3.82.8](trufflesecurity/trufflehog@v3.82.7...v3.82.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * [pre-commit.ci] pre-commit autoupdate (#81) updates: - [github.com/trufflesecurity/trufflehog: v3.82.8 → v3.82.11](trufflesecurity/trufflehog@v3.82.8...v3.82.11) - [github.com/gitleaks/gitleaks: v8.20.1 → v8.21.1](gitleaks/gitleaks@v8.20.1...v8.21.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * user.js: enable pocket * init spotify site tweaks; remove "Install app" and "Explore Premium" text/button from spotify * [pre-commit.ci] pre-commit autoupdate (#82) updates: - [github.com/trufflesecurity/trufflehog: v3.82.11 → v3.82.13](trufflesecurity/trufflehog@v3.82.11...v3.82.13) - [github.com/gitleaks/gitleaks: v8.21.1 → v8.21.2](gitleaks/gitleaks@v8.21.1...v8.21.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * use rgb animation for text color of urls besides title in the urlbar selection menu * center text and url suggestions in the urlbar * autoscroller: set opacity to 1.0 and make border and panel border color transparent * addons: update sidebery settings data config * [pre-commit.ci] pre-commit autoupdate (#83) updates: - [github.com/trufflesecurity/trufflehog: v3.82.13 → v3.83.2](trufflesecurity/trufflehog@v3.82.13...v3.83.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * remove black friday deal button from protonmail site * [pre-commit.ci] pre-commit autoupdate (#84) updates: - [github.com/trufflesecurity/trufflehog: v3.83.2 → v3.83.6](trufflesecurity/trufflehog@v3.83.2...v3.83.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * exclude flaticon-* from global font list (fixes icons in 1337x.to) * [pre-commit.ci] pre-commit autoupdate (#85) updates: - [github.com/trufflesecurity/trufflehog: v3.83.6 → v3.83.7](trufflesecurity/trufflehog@v3.83.6...v3.83.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * urlbar: show the bookmark star button when urlbar is hovered * urlbar: show the tracking protection icon when the urlbar is hovered * urlbar: remove space consumption when hiding star button and tracking protection icon * urlbar: fix hover interactions of menus for star button and tracking protection icon * urlbar: show the identity icon when the urlbar is hovered * urlbar: show the reader mode button when the urlbar is hovered * urlbar: show the picture-in-picture button when the urlbar is hovered * urlbar: show the identity permission box when the urlbar is hovered * urlbar: show the eme notification icon when the urlbar is hovered * sidebery: set sidebar width to 42px and hover width to 300px * addons: set tab preview in page offset x to 260 and update sidebery config (panels) * remove site/browser boundary line --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
- Loading branch information