Skip to content

Commit

Permalink
clean code & make ready for new FF version
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb committed Jun 21, 2024
1 parent 49155fd commit c4fc12e
Show file tree
Hide file tree
Showing 14 changed files with 803 additions and 1,053 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Firefox Plus (Tested on Windows only)
# Firefox Plus (Windows only)
<img src="screenshots/firefox-26-11-2023.jpg" alt="screenshot" title="Screenshot" width="900">
<img src="screenshots/firefox-25-11-2023.jpg" alt="screenshot" title="Screenshot" width="900">
<img src="screenshots/Screenshot 2023-12-04 144143.png" alt="screenshot" title="Screenshot" width="900">
Expand Down Expand Up @@ -43,3 +43,13 @@ iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercon
## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=amnweb/firefox-plus&type=Date)]

# Credits

This project is inspired by the following:
* [Firefox-Mod-Blur](https://github.com/datguypiko/Firefox-Mod-Blur)
* [edge-frfox](https://github.com/bmFtZQ/edge-frfox)

# License

This project is licensed under the MIT License. Refer to the LICENSE file for details.
9 changes: 1 addition & 8 deletions chrome/content/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

@-moz-document url-prefix(about:) {
:root {

--newtab-primary-element-text-color: rgba(251, 251, 254, 1) !important;
--in-content-page-color: light-dark(var(--newtab-background-color), #fff) !important;
--in-content-page-background: light-dark(#f7f7f7, var(--newtab-background-color)) !important;
Expand Down Expand Up @@ -38,9 +39,6 @@
--in-content-button-background-hover: light-dark(#e5e5e5, #545454) !important;
--in-content-button-background-active: light-dark(#d5d5d5, #606060) !important;
--in-content-primary-button-text-color: light-dark(#fff, #fff) !important;
--in-content-primary-button-background: light-dark(#0061e0, #006CBE) !important;
--in-content-primary-button-background-hover: light-dark(#0250bb, #0078D4) !important;
--in-content-primary-button-background-active: light-dark(#053e94, #005CA3) !important;
--in-content-danger-button-background: light-dark(#DF4951, #E12424) !important;
--in-content-danger-button-background-hover: light-dark(#EA656C, #F94343) !important;
--in-content-danger-button-background-active: light-dark(#BB353C, #AA1E1E) !important;
Expand All @@ -50,11 +48,6 @@
--in-content-table-background: light-dark(#f7f7f7, var(--newtab-background-color)) !important;
--in-content-text-color: var(--in-content-page-color) !important;
scrollbar-color: light-dark(rgb(37 37 37 / .4), rgb(255 255 255 / .4)) light-dark(#f7f7f7, var(--newtab-background-color)) !important;

--in-content-primary-button-text-color: rgb(255, 255, 255) !important;
--in-content-primary-button-background: #0055D7 !important;
--in-content-primary-button-background-hover: #0960e4 !important;
--in-content-primary-button-background-active: #0751be !important;
}

#translations-manage-install-list,
Expand Down
2 changes: 1 addition & 1 deletion chrome/content/newtab.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ url-prefix("about:home") {

}

/* private browsing newtab */
/* Private browsing new tab */
@-moz-document url-prefix(about:privatebrowsing) {
:root {
--fp-wordmark-color: light-dark(#737373, #fff);
Expand Down
77 changes: 0 additions & 77 deletions chrome/global/browser.css

This file was deleted.

Loading

0 comments on commit c4fc12e

Please sign in to comment.