Facebook browser extension for the power users
I love how Reddit Enhancement Suite bring a whole new level of customizability, flexibility and shortcuts to Reddit. I haven’t been able to find anything like that for Facebook, so this is my attempt to do something similar for facebook.
For now it’s Chrome extension, I might do a Firefox port in the future if the project goes as expected.
You can either get the .crx from the releases page and drop it onto your extensions page, or you could:
git clone https://github.com/d3vr/facebook-on-steroids.git
chrome://extensions
) and enable developer mode.Load unpacked
button and pick the chrome
folder from the cloned repo.The Commands Bar, CMDBar for short, is a quick way to access different parts of facebook, navigate to pages/groups/friends, execute FOS commands and more.
The CMDBar uses a mode system to access different functionalities. Each mode has a symbol assigned to it, to access one mode: the first character you type into the CMDBar is the character assigned to that mode.
Modes:
Trigger character | Name | Description |
---|---|---|
` (back tick) |
Navigation | Shortcuts to different pages and parts on facebook |
! |
Command | List of FOS commands |
@ |
Profile | List of all of your friends |
# |
Hashtag | Search for posts using a given hashtag |
$ |
Search | Shortcut to facebook’s search |
? |
Help | Show CMDBar help |
TODO
TODO
TODO
TODO
Contexts:
NAI
- Not An Input: Works when no input is focusedEVR
- Everywhere: Works everywhere, even in inputsCMD
- Works while CMDBar is openKey(s) | Function | Context |
---|---|---|
. (dot) |
Open the CMDBar (No mode) | NAI |
Alt + . (dot) |
Open the CMDBar (No mode) | EVR |
` or ² |
Open CMDBar in Navigation mode | NAI |
! or 1 |
Open CMDBar in Command mode | NAI |
@ or 2 |
Open CMDBar in Profile mode | NAI |
# or 3 |
Open CMDBar in Hashtag mode | NAI |
$ or 4 |
Open CMDBar in Search mode | NAI |
Alt + (`/!/@/#/$) |
Open CMDBar in given mode | EVR |
Alt+K / Alt+J or Up / Down |
Scroll Up/Down 1 choice in the CMDBar | CMD |
Alt+I / Alt+U |
Scroll Up/Down 5 choice in the CMDBar | CMD |
Esc |
Close the CMDBar | CMD |
Alt+K / Alt+J |
Scroll Up / Down | NAI |
/ |
Focus the facebook search box | NAI |
TODO
This project is licensed under the GPLv3.