All Projects → migueravila → Simplerentfox

migueravila / Simplerentfox

🦊 A Userstyle theme for Firefox minimalist, transparent and Keyboard centered

Projects that are alternatives of or similar to Simplerentfox

SimpleFox
🦊 A Userstyle theme for Firefox minimalist and Keyboard centered.
Stars: ✭ 1,403 (+130.76%)
Mutual labels:  minimalist, user-interface, keyboard-shortcuts
tonic
A Low Profile Component Framework – Stable, minimal, easy to audit, zero-dependencies and build-tool-free.
Stars: ✭ 747 (+22.86%)
Mutual labels:  minimalist, user-interface
Tonic
A Low Profile Component Framework. Stable, Minimal, Auditable, and Build-Tool-Free.
Stars: ✭ 265 (-56.41%)
Mutual labels:  user-interface, minimalist
Tmux Fingers
copy pasting in terminal with vimium/vimperator like hints.
Stars: ✭ 556 (-8.55%)
Mutual labels:  keyboard-shortcuts
Bettertweetdeck
A browser extension to improve TweetDeck with a lot of features
Stars: ✭ 558 (-8.22%)
Mutual labels:  firefox
Nighttab
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.
Stars: ✭ 598 (-1.64%)
Mutual labels:  firefox
Pycopy
Pycopy - a minimalist and memory-efficient Python dialect. Good for desktop, cloud, constrained systems, microcontrollers, and just everything.
Stars: ✭ 613 (+0.82%)
Mutual labels:  minimalist
Ops
ops - build and run nanos unikernels
Stars: ✭ 552 (-9.21%)
Mutual labels:  minimalist
Lockwise Android
Firefox's Lockwise app for Android
Stars: ✭ 607 (-0.16%)
Mutual labels:  firefox
Viewimage
Extension to re-implement the "View Image" and "Search by image" buttons into google images.
Stars: ✭ 587 (-3.45%)
Mutual labels:  firefox
Adblockfast
Adblock Fast is a new, faster ad blocker for Android, iOS, Chrome, and Opera.
Stars: ✭ 582 (-4.28%)
Mutual labels:  firefox
Goproxy
A minimalist Go module proxy handler.
Stars: ✭ 561 (-7.73%)
Mutual labels:  minimalist
Xamarin.forms
Xamarin.Forms Official Home
Stars: ✭ 5,485 (+802.14%)
Mutual labels:  user-interface
Refined Bitbucket
Chrome and Firefox extension that improves Bitbucket's user experience
Stars: ✭ 560 (-7.89%)
Mutual labels:  firefox
Screenshots
Firefox Screenshots: the best way to take screenshots on the web.
Stars: ✭ 609 (+0.16%)
Mutual labels:  firefox
Github Dark
🔦 GitHub Dark - Browse GitHub in nighttime mode.
Stars: ✭ 555 (-8.72%)
Mutual labels:  firefox
Xkeysnail
Yet another keyboard remapping tool for X environment
Stars: ✭ 602 (-0.99%)
Mutual labels:  keyboard-shortcuts
Cve 2019 11708
Full exploit chain (CVE-2019-11708 & CVE-2019-9810) against Firefox on Windows 64-bit.
Stars: ✭ 581 (-4.44%)
Mutual labels:  firefox
Vim Cheatsheet
📟 My personal vim cheatsheet
Stars: ✭ 578 (-4.93%)
Mutual labels:  keyboard-shortcuts
Chrome Utm Stripper
Browser extension that strips Google Analytics (UTM) parameters, and various other click tracking tokens, from URL query strings
Stars: ✭ 590 (-2.96%)
Mutual labels:  firefox

SimplerentFox

🦊 Minimalist, Simple and Keyboard Centered

Index

Features

  • As simple as you want: All code is commented!
  • Variables for custom opacity and colors: Customization
  • Tab bar, URLBar and Sidebar transparent!
  • Keyboard Centered Design! Here you can read about the shortcuts: Usage

Installation

  1. In the searchbar type about:config. A dialog will be shown to you. Press the I accept the risk button.
  2. Search for toolkit.legacyUserProfileCustomizations.stylesheets, layers.acceleration.force-enabled, gfx.webrender.all, and svg.context-properties.content.enabled. Change them to True
  3. Go to your Firefox profile:
    • If you're on Linux: $HOME/.mozilla/firefox/XXXXXXX.default-release/
    • If you're on Windows: C:\Users\<USERNAME>\AppData\Roaming\Mozilla\Firefox\Profiles\XXXXXXX.default-XXXXXX
    • If you're on MacOS: Users/<USERNAME>/Library/Application Support/Firefox/Profiles/XXXXXXX.default-XXXXXXX
  4. Create a folder and name it chrome (with lowercase).
  5. You can choose between the three versions: HideURLBar, WithURLBar and OneLine (You can see them here: Versions). Once you choose your version and rename the file you choose into userChrome.css.
  6. Then paste the userChrome.css and the userContent.css files into the folder.
  7. (Optional) If you don't know if use a theme or not, you can use the Add-on theme I made for a better experience: Add-on Theme
  8. Enjoy!

Customization

  • You can choose between three files userChrome__HideURLBar, userChrome__WithURLBar and userChrome__OneLine . Don't forget to delete the rest of the text in the file name and just have userChrome!
  • You can check the sections (all of them are commented) and make the changes you want!
  • You can use the variables at the beggining of the file to change the colors!

Three Versions

SimplerentFox has three central versions:

Hide URL Bar | One Line | With URL Bar

Your own colors and opacity:

In this section of the code you can change the colors, it's in RGBA so you can easily change the opacity and accent color, by default it's #186efd60

:root {
    --srf-color-primary: rgba(20, 20, 20, 0.6);
    --srf-color-selection: #66a6d9;
}

An element you need doesn't show? You can easily add them again

In this section you can comment adding /* */ around the button you want to show.

/* This one is the forward button  */
#forward-button {
    display: none !important;
}

/* This one is the back button  */
#back-button {
    display: none !important;
}

/* And many more... */

Usage

This userstyle was made for a keyboard centered usage, like Tilling Window Manager users or just cool people that loves them! 🤖 In this section I show you some cool shortcuts you can use with this theme for a better experience

  • Alt You can access to the global menu for an extended options you need
  • Alt + Left Arrow You can go Back
  • Alt + Right Arrow You can go Forward
  • Ctrl + L focuses the URLBar, which is very useful for quick searches and bookmarks usage
  • Ctrl + B shows you the Bookmarks
  • Ctrl + H shows you the History Bar
  • Ctrl + T Opens a new Tab
  • Ctrl + W Closes a Tab
  • Ctrl + Shift + T Re-opens a tab that you just closed
  • Ctrl + R Refresh the page you're on
  • Ctrl + Shift + A Quick open for Add-Ons

Startpage

If anyone has the doubt, in almost all of the screenshots you can see a Startpage made for it. It's called Bento 🍱 and It's another project I made. It fits with the Firefox theme because It's done with the same principles: Minimalist, Simple and Elegant.

In the repo I have all the steps for you to use it!

Ports

This userstyle was made in Linux and looking for a simple and clean look for the Firefox Web browser and ports to other OS are on mind.

Windows port

A Simple and Keyboard Centered userstyle for Windows!

In addition to the userChrome.css and userContent.css files you'll also need the dark_additional_windows.css, dark_checkboxes_and_radios.css and dark_context_menus.css files in your chrome directory

Transparency Note

Transparency in Windows breakes the window behavior. You can change the colors in the variable section of the code and still add transparency, but the window manager will have some bugs with maximized firefox.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].