diff --git a/docs/PATCHES.md b/docs/PATCHES.md
index cfdb5cb3..402dbfff 100644
--- a/docs/PATCHES.md
+++ b/docs/PATCHES.md
@@ -165,6 +165,7 @@
|**Enable prefetch-privacy-changes by default**
Fri, 31 Jul 2020 08:27:26 +0200
File: [Enable-prefetch-privacy-changes-by-default.patch](/build/patches/Enable-prefetch-privacy-changes-by-default.patch)
Author: csagan5
Context:
License: GPL-3.0-only ||
|**Enable search engine settings desktop ui**
Thu, 4 Jan 2024 13:00:12 +0000
File: [Enable-search-engine-settings-desktop-ui.patch](/build/patches/Enable-search-engine-settings-desktop-ui.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Activates the ability to use the desktop ui for search engine management.
The desktop ui is accessible via a button in the android ui.|
|**Enable share intent**
Sun, 3 Oct 2021 16:18:24 +0000
File: [Enable-share-intent.patch](/build/patches/Enable-share-intent.patch)
Author: uazo
Context:
License: GPL-3.0-only |This patch allows to activate the management of android.intent.action.SEND
with new flag "shared-intent-ui" default active.
See also: https://github.com/bromite/bromite/issues/1062|
+|**Enable snackbar swipe**
Mon, 18 Aug 2025 13:46:14 +0000
File: [Enable-snackbar-swipe.patch](/build/patches/Enable-snackbar-swipe.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Allows swipe of snackbar notifications|
|**Enable third-party storage partitioning**
Sat, 3 Dec 2022 12:02:20 +0100
File: [Enable-third-party-storage-partitioning.patch](/build/patches/Enable-third-party-storage-partitioning.patch)
Author: csagan5
Context:
License: GPL-3.0-only ||
|**Enables deactivation of the js debugger statement**
Wed, 10 Jan 2024 13:42:27 +0000
File: [Enables-deactivation-of-the-js-debugger-statement.patch](/build/patches/Enables-deactivation-of-the-js-debugger-statement.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |enables a new option in the developer tools settings for
deactivating the debugger javascript statement|
|**Experimental user scripts support**
Fri, 13 Aug 2021 17:10:47 +0000
File: [Experimental-user-scripts-support.patch](/build/patches/Experimental-user-scripts-support.patch)
Author: uazo
Context:
License: GPL-3.0-only |Activate the user scripts functionality for Android,
as it is available in the Desktop version.
It is possible to add user scripts in two ways: by
selecting files from the picker in the settings or
downloading the scripts and opening them from downloads
(only if such files end with '.user.js').
New imported scripts are disabled by default: they
can be activated via the UI.
Parsed user script headers are: name, version, description,
include, exclude, match, exclude_match (only http and
https), run-at (document-start, document-end,
document-idle), homepage, url_source
The UI also allows you to see the source of the script.
See also: components/user_scripts/README.md
Requires patch: Adds-support-for-writing-URIs.patch|
@@ -203,7 +204,7 @@
|**Move navigation bar to bottom**
Tue, 18 Jan 2022 07:43:32 +0000
File: [Move-navigation-bar-to-bottom.patch](/build/patches/Move-navigation-bar-to-bottom.patch)
Author: uazo
Context:
License: GPL-3.0-only |Adds an accessibility flag that allows navigation bar to be moved to the bottom.
Unlike what is present in other browsers, this actually moves the bar below,
without creating other elements.
The bottom bar will also be colored as the navigation bar to make the interface
more pleasant and fixes upstream bug 1285311.
Support for tablet mode is also included.
Need: bromite-build-utils.patch|
|**Move some account settings back to privacy settings**
Sun, 4 Oct 2020 12:58:17 +0200
File: [Move-some-account-settings-back-to-privacy-settings.patch](/build/patches/Move-some-account-settings-back-to-privacy-settings.patch)
Author: csagan5
Context:
License: GPL-3.0-only |Search suggestions, autofill assistant and contextual search|
|**Multi-Screen Window Placement API fix**
Thu, 20 Apr 2023 07:45:37 +0000
File: [Multi-Screen-Window-Placement-API-fix.patch](/build/patches/Multi-Screen-Window-Placement-API-fix.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Links the use of screen.isExtended to WINDOW_MANAGEMENT permission
granted by user|
-|**Multiple fingerprinting mitigations**
Fri, 30 Mar 2018 10:09:03 +0200
File: [Multiple-fingerprinting-mitigations.patch](/build/patches/Multiple-fingerprinting-mitigations.patch)
Author: csagan5
Context:
License: GPL-3.0-only |1. getClientRects, getBoundingClientRect, measureText: add fingerprinting mitigation
Scale the result of Range::getClientRects, Element::getBoundingClientRect and
Canvas::measureText by a random +/-3/1000000th of the original value for each
float in the returned Rect/Quad.
It contains improvements from ungoogled-chromium which add two flags:
1. --fingerprinting-client-rects-noise to enable fingerprinting deception for Range::getClientRects and Element::getBoundingClientRect
2. --fingerprinting-canvas-measuretext-noise to enable fingerprinting deception for Canvas::measureText
2. Canvas: fingerprinting mitigations for image data
Modify the color data returned by ToBlob, ToDataURL and getImageData so that
it will contain randomly manipulated pixels (maximum 20) that slightly change
the color of the R,G,B components without a visible effect.
Credits to Slaviro (https://github.com/Slaviro) for coming up with a better
approach to change color components.
Added flag --fingerprinting-canvas-image-data-noise to disable Canvas image data fingerprinting deception
Add noise also to SVGs (credits to uazo)|
+|**Multiple fingerprinting mitigations**
Fri, 30 Mar 2018 10:09:03 +0200
File: [Multiple-fingerprinting-mitigations.patch](/build/patches/Multiple-fingerprinting-mitigations.patch)
Author: csagan5
Context:
License: GPL-3.0-only |1. measureText: add fingerprinting mitigation
Scale the result of Canvas::measureText by a random +/-3/1000000th of
the original value for each float in the returned Rect/Quad.
2. Canvas: fingerprinting mitigations for image data
Modify the color data returned by ToBlob, ToDataURL and getImageData so that
it will contain randomly manipulated pixels (maximum 20) that slightly change
the color of the R,G,B components without a visible effect.
Credits to Slaviro (https://github.com/Slaviro) for coming up with a better
approach to change color components.
Added flag --fingerprinting-canvas-image-data-noise to disable Canvas image data fingerprinting deception
Add noise also to SVGs (credits to uazo)|
|**Never fetch popular sites**
Wed, 14 Feb 2018 12:56:01 +0100
File: [Never-fetch-popular-sites.patch](/build/patches/Never-fetch-popular-sites.patch)
Author: csagan5
Context:
License: GPL-3.0-only ||
|**Never treat Proguard warnings as errors**
Thu, 18 Apr 2024 07:01:52 +0000
File: [Never-treat-Proguard-warnings-as-errors.patch](/build/patches/Never-treat-Proguard-warnings-as-errors.patch)
Author: uazo
Context:
License: ||
|**Never use HTTP probes for connection detection**
Sat, 6 Nov 2021 09:46:24 +0100
File: [Never-use-HTTP-probes-for-connection-detection.patch](/build/patches/Never-use-HTTP-probes-for-connection-detection.patch)
Author: csagan5
Context:
License: GPL-3.0-only |This patch disables the use of HTTP probes on Android < M devices
Connection will be always considered valid on such devices|