Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Jan 31, 2024
1 parent 88cdd56 commit 3f6495c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit 3f6495c

Please sign in to comment.