Compare commits

...

6 Commits

Author SHA1 Message Date
Austin Huang
555ccfb668
Merge 71d2900d7c into 25a6a5a937 2024-04-22 00:53:47 +00:00
Austin Huang
71d2900d7c
put cromite before mull
Signed-off-by: Austin Huang <im@austinhuang.me>
2024-04-14 18:03:42 +00:00
Austin Huang
b694247d4d
Merge branch 'main' into main
Signed-off-by: Austin Huang <im@austinhuang.me>
2024-04-14 17:50:37 +00:00
Daniel Gray
6591c7fe39
Use html admonitions, fix links 2024-03-13 01:33:40 +10:30
Austin Huang
a172bc967c
cromite: fix wording 2024-03-13 01:17:26 +10:30
Austin Huang
c7e35c9028
add Cromite 2024-03-13 01:17:23 +10:30
3 changed files with 86 additions and 1 deletions

View File

@ -23,6 +23,18 @@ schema:
subjectOf:
"@type": WebPage
url: "./"
-
"@context": http://schema.org
"@type": MobileApplication
name: Cromite
image: /assets/img/browsers/cromite.svg
url: https://cromite.org
applicationCategory: Web Browser
operatingSystem:
- Android
subjectOf:
"@type": WebPage
url: "./"
-
"@context": http://schema.org
"@type": MobileApplication
@ -128,6 +140,57 @@ Brave allows you to select additional content filters within the internal `brave
[Brave Sync](https://support.brave.com/hc/articles/360059793111-Understanding-Brave-Sync) allows your browsing data (history, bookmarks, etc.) to be accessible on all your devices without requiring an account and protects it with E2EE.
### Cromite
<div class="admonition recommendation" markdown>
![Cromite logo](assets/img/browsers/cromite.svg){ align=right }
**Cromite** is a Chromium-based browser with privacy and security enhancements, built-in ad blocking, and some fingerprinting randomization. It is the continuation of Bromite.
[:octicons-home-16: Homepage](https://www.cromite.org){ .md-button .md-button--primary }
[:octicons-eye-16:](https://github.com/uazo/cromite/blob/master/docs/PRIVACY_POLICY.md){ .card-link title="Privacy Policy" }
[:octicons-info-16:](https://github.com/uazo/cromite?tab=readme-ov-file#docs){ .card-link title=Documentation}
[:octicons-code-16:](https://github.com/uazo/cromite){ .card-link title="Source Code" }
<details class="downloads" markdown>
<summary>Downloads</summary>
- [:simple-android: F-Droid](https://www.cromite.org/fdroid/repo/?fingerprint=49F37E74DEE483DCA2B991334FB5A0200787430D0B5F9A783DD5F13695E9517B)
- [:simple-github: GitHub](https://github.com/uazo/cromite/releases/latest)
</details>
</div>
#### Recommended Configuration
These options can be found in :material-menu: → :gear: **Settings**.
##### HTTPS-Only Mode
- [x] Select **Always use secure connections** in **Privacy and security**
This prevents you from unintentionally connecting to a website in plain-text HTTP. The HTTP protocol is extremely uncommon nowadays, so this should have little to no impact on your day to day browsing.
##### Always-on Incognito Mode
The following are in **Privacy and security**.
- [x] Select **Always open links in incognito** in the **Always incognito mode** menu
- [x] Select **Close all open tabs on exit**
- [x] Select **Open external links in incognito**
##### Disable legacy adblock
- [ ] Uncheck **autoupdate** in **Legacy Adblock settings**
##### Adblock Plus
Cromite contains a customized version of Adblock Plus. In **Adblock Plus settings**, You may select the appropriate filter lists, or add custom ones in **Custom ad filtering settings**.
- [x] Select **Enable anti-circumvention and snippets**
### Mull
<div class="admonition recommendation" markdown>

View File

@ -41,7 +41,8 @@ For more details about each project, why they were chosen, and additional tips o
<div class="grid cards" markdown>
- ![Brave logo](assets/img/browsers/brave.svg){ .twemoji loading=lazy } [Brave (Android)](mobile-browsers.md#brave)
- ![Brave logo](assets/img/browsers/brave.svg){ .twemoji } [Brave (Android)](mobile-browsers.md#brave)
- ![Cromite logo](assets/img/browsers/cromite.svg){ .twemoji } [Cromite](mobile-browsers.md#cromite)
- ![Mull logo](assets/img/browsers/mull.svg){ .twemoji loading=lazy } [Mull (Android)](mobile-browsers.md#mull)
- ![Safari logo](assets/img/browsers/safari.svg){ .twemoji loading=lazy } [Safari (iOS)](mobile-browsers.md#safari)

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg width="200mm" height="200mm" version="1.1" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="linearGradient8220" x2="200" y1="100" y2="100" gradientUnits="userSpaceOnUse">
<stop stop-color="#67b793" offset="0"/>
<stop stop-color="#50956d" offset="1"/>
</linearGradient>
</defs>
<g>
<circle cx="100" cy="100" r="100" fill="url(#linearGradient8220)"/>
<g fill="#d7f5ec">
<circle cx="100" cy="100" r="60"/>
<path d="m181.92 157.36a100 100 0 0 1-24.558 24.558l-57.358-81.915z"/>
<path d="m157.36 18.085a100 100 0 0 1 24.558 24.558l-81.915 57.358z"/>
<rect transform="rotate(45)" x="141.42" y="-17.365" width="98.481" height="34.73"/>
<rect transform="rotate(-45)" x="-8.5459e-7" y="124.06" width="98.481" height="34.73"/>
</g>
<circle cx="100" cy="100" r="40" fill="#4a8f62"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1002 B