From fc3c4eaba0daebc5bd1ff3b14d954b6da3e1acc0 Mon Sep 17 00:00:00 2001 From: IG Date: Tue, 16 Jul 2024 13:07:29 +0100 Subject: [PATCH] basic admin --- docs/README.md | 4 +++- wrs/topics/home.md | 39 ++++++++++++++++++++++----------------- 2 files changed, 25 insertions(+), 18 deletions(-) diff --git a/docs/README.md b/docs/README.md index 5387d11..49775c3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -18,6 +18,8 @@ - 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). @@ -25,7 +27,7 @@ - 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/) diff --git a/wrs/topics/home.md b/wrs/topics/home.md index 1da07ad..72ef734 100644 --- a/wrs/topics/home.md +++ b/wrs/topics/home.md @@ -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