Coder Social home page Coder Social logo

tstfox's Introduction



TSTFox

My personal Firefox custom CSS—designed to remove the clutter that comes default with Firefox, especially when used in conjunction with Tree Style Tabs. The main goal was to maximize screen and browser real estate.


Preview Image showing both the one-line style and the style for smaller screensizes.

Features

Tabs hidden on top bar

Tabs are hidden because of the redundancy with Tree Style Tabs

#TabsToolbar{ visibility: collapse !important }

Min, Restore, Max, Close toolbar on navigation row

This is to done to increase the compactness of the browser window, for that one-line nav bar.

  #nav-bar {
	margin-right:140px;
  }
  
  #TabsToolbar .titlebar-buttonbox-container {
    visibility: visible !important;
    position: absolute;
    display: block;
    top: 14px;
    right: 1px;
  }

Hide header of 'Tree Style Tab'-Addon

#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
  display: none;
}

Tabs on Top Breakpoint

Edit the min-width value to change the breakpoint size on which Cascade will switch to the oneline layout.

@media (min-width: 1000px) {
    
    [...]
    
}

How to use this userChrome.css

  1. Type about:config into your URL bar. Click on the I accept the risk button if you're shown a warning.
  2. Seach for toolkit.legacyUserProfileCustomizations.stylesheets and set to true.
  3. Go to your profile folder:
    • Linux: $HOME/.mozilla/firefox/######.default-release/
    • MacOS: Users/[USERNAME]/Library/Application Support/Firefox/Profiles/######.default-release
    • Windows: C:\Users\[USERNAME]\AppData\Roaming\Mozilla\Firefox\Profiles\######.default-release
  4. If it doesn't exist, create a folder called chrome.
  5. Copy userChrome.css into that folder.

To-do

  • Update preview to showcase pinned tabs

tstfox's People

Contributors

ttemayo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.