Upload files to "Zen Browser"

This commit is contained in:
ocean-mars 2024-09-27 08:22:14 +00:00
parent 18a8fc18fe
commit 3c6c944fb7
4 changed files with 1300 additions and 0 deletions

View File

@ -0,0 +1,27 @@
! https://www.youtube.com
www.youtube.com###voice-search-button > .ytd-masthead.style-scope > yt-button-shape
www.youtube.com##ytd-guide-entry-renderer.ytd-guide-collapsible-section-entry-renderer.style-scope:nth-of-type(2)
www.youtube.com##ytd-guide-entry-renderer.ytd-guide-collapsible-section-entry-renderer.style-scope:nth-of-type(4)
www.youtube.com##.style-default.ytd-topbar-menu-button-renderer.style-scope
www.youtube.com##.yt-tab-shape-wiz__tab--last-tab.yt-tab-shape-wiz
www.youtube.com###tabs-divider
! Youtube Shorts
youtube.com##ytd-rich-section-renderer:has(a[href^="/shorts/"])
m.youtube.com##.rich-section-content
youtube.com##ytd-reel-shelf-renderer:has(a[href^="/shorts/"])
youtube.com###items.yt-horizontal-list-renderer > ytd-reel-item-renderer
youtube.com##.pivot-shorts.pivot-bar-item-tab
youtube.com##.yt-simple-endpoint[title="Shorts"]
youtube.com##.yt-simple-endpoint[title="YouTube Premium"]
! Premium Logo
youtube.com##svg[id^="yt-logo"] > g:nth-child(2)
! Hide "1080p Premium" in the video quality menu
youtube.com##.ytp-quality-menu .ytp-menuitem:has(.ytp-premium-label)
!Searx
as.priv.au##*:style(font-family: "Helvetica" !important)
as.priv.au##.search_filters
as.priv.au##.link_on_top_about
as.priv.au##button.category_button.category:nth-of-type(4)
as.priv.au###result_count
as.priv.au###clear_search
as.priv.au##.link_on_top_donate

View File

@ -0,0 +1,19 @@
no-csp-reports: * true
no-large-media: behind-the-scene false
no-remote-fonts: * true
no-scripting: as.priv.au true
* * 3p block
* * 3p-frame block
* * 3p-script block
behind-the-scene * * noop
behind-the-scene * 1p-script noop
behind-the-scene * 3p noop
behind-the-scene * 3p-frame noop
behind-the-scene * 3p-script noop
behind-the-scene * image noop
behind-the-scene * inline-script noop
comick.io comick.pictures * noop
www.youtube.com ggpht.com * noop
www.youtube.com googleusercontent.com * noop
www.youtube.com googlevideo.com * noop
www.youtube.com ytimg.com * noop

View File

@ -0,0 +1,48 @@
// user_pref("geo.provider.ms-windows-location", false); // [WINDOWS] //CUSTOM-C
// user_pref("geo.provider.use_gpsd", false); // [LINUX] [HIDDEN PREF] //CUSTOM-C
// user_pref("geo.provider.geoclue.always_high_accuracy", false); // [LINUX] //CUSTOM-C
// user_pref("geo.provider.use_geoclue", false); // [FF102+] [LINUX] //CUSTOM-C
// user_pref("default-browser-agent.enabled", false); // [WINDOWS] //CUSTOM-C
// Disable DNS-over-HTTPS (DoH)[FF60+] //CUSTOM-C
user_pref("network.trr.mode", 3);
user_pref("network.trr.confirmationNS", "");
// Disable skipping DoH when parental controls are enabled //CUSTOM-C
user_pref("network.trr.uri", "https://dns.mullvad.net/dns-query");
user_pref("network.trr.custom_uri", "https://dns.mullvad.net/dns-query");
// Disable automatic Firefox start and session restore after reboot [FF62+] [WINDOWS] //CUSTOM-C
// user_pref("toolkit.winRegisterApplicationRestart", false);
// Enable ETP Strict Mode [FF86+] //CUSTOM-C
// user_pref("browser.contentblocking.category", "strict"); // [HIDDEN PREF]
// Disable saving passwords //CUSTOM-C
// user_pref("signon.rememberSignons", false);
// Disable favicons in history and bookmarks //CUSTOM-C
// user_pref("browser.chrome.site_icons", false);
// Disable location bar using search //CUSTOM-C
// user_pref("keyword.enabled", false);
// Disable auto-INSTALLING Firefox updates [NON-WINDOWS] //CUSTOM-C
// user_pref("app.update.auto", false);
// Disable auto-CHECKING for extension and theme updates //CUSTOM-C
// user_pref("extensions.update.enabled", false);
// Disable auto-INSTALLING extension and theme updates //CUSTOM-C
// user_pref("extensions.update.autoUpdateDefault", true);
// user_pref("browser.newtabpage.activity-stream.feeds.topsites", false); //CUSTOM-C
// user_pref("browser.newtabpage.activity-stream.showSearch", false); //CUSTOM-C
// Disable Windows Microsoft Family Safety cert [FF50+] [WINDOWS] //CUSTOM-C
// user_pref("security.family_safety.mode", 0);

1206
Zen Browser/user.js Normal file

File diff suppressed because it is too large Load Diff