Skip to content

Commit

Permalink
basic admin
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Jul 16, 2024
1 parent d2acfec commit fc3c4ea
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 18 deletions.
4 changes: 3 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@
- Detection of browser profiles.
- Support for [Firefox Containers](https://aloneguid.github.io/bt/firefox-containers.html).
- Support for incognito mode / tor mode.
- Supports Microsoft Store apps.
- Special support for [Arc browser.](https://arc.net/)
- Add your own, custom browser or application customised with any parameters you want.
- 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.
- Supports [URL processing](https://aloneguid.github.io/bt/url-proc.html), which allows for custom URL pre-processing with
- [URL un-shortening](https://aloneguid.github.io/bt/url-proc.html#un-shortening).
- [Office 365 URL unwrapping](https://aloneguid.github.io/bt/url-proc.html#office-365-link-unwrapping).
- [Find/replace](https://aloneguid.github.io/bt/url-proc.html#office-365-link-unwrapping) functionality, including regular expression support.
- [Find/replace](http://localhost:63342/wrs/preview/url-proc.html#substitutions) 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, LibreWolf 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/)
Expand Down
39 changes: 22 additions & 17 deletions wrs/topics/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,32 @@ If yes, then you need %product%! It's a smart and powerful tool that acts as a b
## Features at a Glance

- Extremely lightweight on memory and resources, written in safe modern C++.
- Self-contained single `.exe` **under 2 Mb in size** with no dependencies.
- Available as `.msi` [installer](Installing.md).
- [Portable mode](Installing.md) supported.
- Fits on a floppy disk if you can find it in 2023! 💾
- Self-contained single `.exe` under 2 Mb in size with no dependencies.
- Available as `.msi` [installer](https://aloneguid.github.io/bt/install-msi.html).
- [Portable mode](https://aloneguid.github.io/bt/portable-mode.html) supported.
- Fits on a floppy disk if you can find it in 2023! 💾
- Completely free and [open-source](https://github.com/aloneguid/bt).
- Intelligent detection of the most popular browsers.
- **Firefox**, **Edge**, **Chrome**, **Brave** and so on.
- Detection of browser profiles.
- Support for [Firefox Containers](Installing.md).
- Support for incognito mode / tor mode.
- **Firefox**, **Edge**, **Chrome**, **Brave** and so on.
- Detection of browser profiles.
- Support for [Firefox Containers](https://aloneguid.github.io/bt/firefox-containers.html).
- Support for incognito mode / tor mode.
- Supports Microsoft Store apps.
- Special support for [Arc browser.](https://arc.net/)
- Add your own, custom browser or application customised with any parameters you want.
- Rule-based redirect based on matching inside:
- Entire URL, domain, or path.
- Source application title.
- Calling process name.
- This can be a simple case-insensitive substring or a regular expression.
- 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.
- **[Extensions](Installing.md)** to integrate with [Chrome](https://chrome.google.com/webstore/detail/browser-tamer/oggcljknmiiomjekepdoindjcpnpglnd), [Edge](https://microsoftedge.microsoft.com/addons/detail/browser-tamer/gofjagaghddmjloaecpnldjmjlplicin), [Firefox](https://addons.mozilla.org/en-GB/firefox/addon/browser-tamer/), or any Chromium-based or Firefox-based browser (Opera, Vivaldi, Brave, Waterfox etc.).
- Open links in "chromeless (frameless)" window.
- Optional [audit](https://www.aloneguid.uk/posts/2023/07/bt-log-to-file/) 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](Installing.md).
- Supports [URL processing](https://aloneguid.github.io/bt/url-proc.html), which allows for custom URL pre-processing with
- [URL un-shortening](https://aloneguid.github.io/bt/url-proc.html#un-shortening).
- [Office 365 URL unwrapping](https://aloneguid.github.io/bt/url-proc.html#office-365-link-unwrapping).
- [Find/replace](http://localhost:63342/wrs/preview/url-proc.html#substitutions) 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, LibreWolf 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.

## Feedback and support
Please report any issues, usability improvements, or feature requests to my
Expand Down

0 comments on commit fc3c4ea

Please sign in to comment.