Skip to content

Commit 9e806e4

Browse files
authored
create README.md
1 parent 1be97a4 commit 9e806e4

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Firefox Second Sidebar
2+
3+
A Firefox userChrome.js script for adding a second sidebar with web panels like in Vivaldi/Floorp/Zen.
4+
5+
## Motivation
6+
7+
There are many forks of Firefox, but I prefer to continue using the original browser. However, I have also tried other browsers such as Vivaldi, Floorp and Zen. I also miss the feature of having a decent sidebar with web panels, which is why I decided to create my own version, with blackjack and hookers.
8+
9+
## Demo
10+
11+
[![fss_panels](https://github.com/user-attachments/assets/bc63aacb-228d-4a02-9042-533d28256448)](https://github.com/user-attachments/assets/1c578202-a24d-47dd-96b7-6ed2be02fb32)
12+
13+
## Features
14+
15+
1. Adding a new web panel by left-clicking on the plus sign. If you are on a web page, the current address will be automatically inserted into the address bar.
16+
2. Changing the width of the sidebar, each web panel has its own width.
17+
3. Pinning and unpinning the sidebar, each web panel has its own state. In the pinned state, the sidebar will be located statically next to the page. The unpinned sidebar appears on top of the page and closes when the focus is lost.
18+
4. Editing the web panel by right-clicking on the corresponding button:
19+
- Changing the web address.
20+
- Changing the favicon.
21+
- Resetting the favicon.
22+
- Moving the web panel button.
23+
- Deleting the web panel.
24+
5. Managing the page opened in the web panel: going back and forth, refreshing the page and going to the home page.
25+
26+
## Install
27+
28+
1. Install [fx-autoconfig](https://github.com/MrOtherGuy/fx-autoconfig).
29+
2. Copy `second_sidebar/` and `second_sidebar.uc.mjs` into `chrome` folder.
30+
3. [Clear](https://github.com/MrOtherGuy/fx-autoconfig?tab=readme-ov-file#deleting-startup-cache) startup-cache.
31+
4. Have fun!

0 commit comments

Comments
 (0)