diff --git a/docs/README.md b/docs/README.md index 61404a6..0c37760 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,11 +22,13 @@ - Rule-based redirect based on matching inside entire URL, domain, or path. This can be a simple case-insensitive substring or a regular expression. - Rule-based redirect based on [window title and process name](https://aloneguid.github.io/bt/rules.html#matching-locations). - Assign rule priorities. -- Support for [shortened URLs](https://aloneguid.github.io/bt/url-processing.html#un-shortening). -- Support for [Office 365 link unwrapping](https://aloneguid.github.io/bt/url-processing.html#office-365-link-unwrapping). -- **[Extensions](https://aloneguid.github.io/bt/browser-extensions.html)** to integrate with Chrome, Edge, Firefox, or any Chromium-based or Firefox-based browser (Opera, Vivaldi, Brave, Waterfox etc.). -[![Chrome Web Store Version](https://img.shields.io/chrome-web-store/v/oggcljknmiiomjekepdoindjcpnpglnd)](https://chrome.google.com/webstore/detail/browser-tamer/oggcljknmiiomjekepdoindjcpnpglnd) [![Mozilla Add-on Version](https://img.shields.io/amo/v/browser-tamer)](https://addons.mozilla.org/eu/firefox/addon/browser-tamer/) +- Supports [URL processing pipeline](https://aloneguid.github.io/bt/url-pipeline.html), which allows for custom URL pre-processing with + - [URL un-shortening](https://aloneguid.github.io/bt/url-pipeline.html#un-shortening). + - [Office 365 URL unwrapping](https://aloneguid.github.io/bt/url-pipeline.html#office-365-link-unwrapping). + - [Find/replace](Find/replace) functionality, including regular expression support. +- **[Extensions](https://aloneguid.github.io/bt/browser-extensions.html)** to integrate with Chrome, Edge, Firefox, or any Chromium-based or Firefox-based browser (Opera, Vivaldi, Brave, Waterfox etc.). + [![Chrome Web Store Version](https://img.shields.io/chrome-web-store/v/oggcljknmiiomjekepdoindjcpnpglnd)](https://chrome.google.com/webstore/detail/browser-tamer/oggcljknmiiomjekepdoindjcpnpglnd) [![Mozilla Add-on Version](https://img.shields.io/amo/v/browser-tamer)](https://addons.mozilla.org/eu/firefox/addon/browser-tamer/) - Open links in ["chromeless (frameless)" window](https://aloneguid.github.io/bt/rules.html#frameless-windows). - Optional [audit](https://aloneguid.github.io/bt/config-basic.html#audit) of rule hits to a csv file. - Beautiful UI based on [ImGui](https://github.com/ocornut/imgui) (GPU-accelerated UI engine used in games) with support for [themes](/posts/2022/12/bt-theming/).