raphaelquintao / QFirefoxMod

Bring back the old userChrome.js to newer Firefox, and more...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QFirefoxMod

How this Works

This script load QMod.jsm as a Firefox module and has access to all low levels apis so you can change basically anything on Firefox.

Installation

1. Copy `firefox` to firefox installation.
2. Copy `chrome` to profile folder.

Enable at about:config

* `qmod`
* `svg.context-properties.content.enabled`
* `toolkit.legacyUserProfileCustomizations.stylesheets`
* `gfx.vsync.force-disable-waitforvblank`
* `layers.acceleration.force-enabled`
* `gfx.webrender.all`

Some configs

ui.systemUsesDarkTheme = 1

Basic Files

  • userChrome.uc.css Modify Firefox user interface.

  • userContent.uc.css Modify all pages.

About

Bring back the old userChrome.js to newer Firefox, and more...


Languages

Language:CSS 72.6%Language:JavaScript 25.2%Language:Shell 2.2%