Skip to content

Commit

Permalink
Update PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
im-izz committed Sep 25, 2024
1 parent 57a7c80 commit 22e56fb
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ https://github.com/user-attachments/assets/f68ca66d-f042-4529-8a0a-1da803331eeb
https://github.com/user-attachments/assets/e1fe01e8-c039-4cd8-a40c-6f9659cafbfd


## Icons Only Show POP When They Are Needed.
## Icons Only ~~Show~~ POP When They Are Needed.

- Connection not secure icon

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ main section {
}

/* WEATHER WIDGET CUSTOMIZATIONS */

.weatherSponsorText {
display: none !important;
}
Expand All @@ -242,26 +243,32 @@ main section {
box-shadow: none !important;
background: #0000 !important;
}
.weatherInfoLink:hover, .weatherButtonContextMenuWrapper:hover {
.weatherInfoLink:hover, .weatherInfoLink:active, .weatherButtonContextMenuWrapper:hover, .weatherButtonContextMenuWrapper:active, .weatherNotAvailable:hover, .weatherNotAvailable:active {
background-color: #0000 !important;
}
.weatherCard {
scale: 90% !important;
margin: -7px 0 0 -7px !important;
margin: 4px 0 0 1px !important;
}
.weatherCard a {
color: light-dark(#000000b0, #ffffffb0) !important;
}
.weatherIcon {
opacity: 77% !important;
}

/* HIDE WARNING ICON */
.icon.icon-info-warning {
display: none !important;
}

/* DISABLE SCROLLING ON NEW TAB PAGE */

.activity-stream {
overflow: hidden !important;
}

/* MORE CARD CUSTOMIZATION */
/* BETTER CARD CUSTOMIZATION UPDATE */
.ds-highlights .section .section-list .card-outer {
height: 158px !important;
}
Expand Down
13 changes: 13 additions & 0 deletions firefox-by-изз/profile/chrome/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,17 @@ menu, menuitem {
#identity-box[pageproxystate="valid"]:is(.notSecureText, .chromeUI, .extensionPage) > .identity-box-button, #urlbar-label-box {
background-color: #0000 !important;
padding-inline: 2px !important;
}

/* CLEAN AF PWA */
#main-window[chromehidden="menubar toolbar directories extrachrome "]{
#navigator-toolbox{
display: none !important;
}
#tabbrowser-tabpanels {
browser[type="content"] {
border-radius: 0 !important;
margin: 0 !important;
}
}
}
5 changes: 3 additions & 2 deletions firefox-by-изз/profile/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,11 @@ user_pref("browser.translations.enable", false);
user_pref("browser.translations.panelShown", false);
user_pref("browser.translations.select.enable", false);
user_pref("gfx.font_rendering.cleartype_params.rendering_mode", 5);
user_pref("gfx.font_rendering.cleartype_params.rendering_mode", 1750);
user_pref("gfx.font_rendering.cleartype_params.gamma", 1750);
user_pref("browser.newtabpage.activity-stream.weather.temperatureUnits", "c");
user_pref("browser.urlbar.weather.ignoreVPN", true);

user_pref("gfx.font_rendering.cleartype_params.force_gdi_classic_for_families", "");
user_pref("gfx.font_rendering.cleartype_params.enhanced_contrast", 50);

// userChrome-userContent
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
Expand Down

0 comments on commit 22e56fb

Please sign in to comment.