Skip to content

Commit

Permalink
Fixed a few bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadua1010 committed May 26, 2024
1 parent 832498a commit 9065dad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/browser/app/profile/pulse-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@
#include fast-fox.js

// Jadua Browser Mods
pref("app.support.baseURL", "https://www.jaduastudios.com/gosupport/%APP%/%VERSION%/%OS%/%LOCALE%/");
pref("app.support.baseURL", "https://www.jaduastudios.com/gosupport/firefox/%PLATFORMVERSION%/%OS%/%LOCALE%/");
pref("extensions.install_origins.enabled", true);
pref("browser.newtabpage.activity-stream.feeds.section.highlights", true);
pref("browser.newtabpage.activity-stream.feeds.topsites", true);
pref("browser.profiles.enabled", true);
pref("browser.tabs.cardPreview.enabled", true);
pref("browser.tabs.cardPreview.delayMs", 400);
pref("cookiebanners.service.mode.privateBrowsing", 2);
pref("browser.urlbar.update2.engineAliasRefresh", true);

// Disable Languages (as most of them break the branding)
pref("intl.multilingual.enabled", false);
Expand Down
4 changes: 4 additions & 0 deletions src/browser/themes/designs/goplus/better_homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
background: color-mix(in srgb, var(--bg-color) 30%, transparent);
border-radius: 30px;
backdrop-filter: blur(5px);
margin-top: auto;
margin-bottom: auto;
}
}

Expand All @@ -23,6 +25,8 @@
background: color-mix(in srgb, var(--bg-color) 30%, transparent);
border-radius: 30px;
backdrop-filter: blur(5px);
margin-top: auto;
margin-bottom: auto;
}
}

Expand Down

0 comments on commit 9065dad

Please sign in to comment.