Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Merci-chao/userChrome.js
https://github.com/Merci-chao/userChrome.js
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Merci-chao/userChrome.js
- Owner: Merci-chao
- Created: 2022-04-14T04:20:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T01:43:09.000Z (19 days ago)
- Last Synced: 2024-10-24T17:35:44.850Z (18 days ago)
- Language: JavaScript
- Size: 260 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: [email protected]
Awesome Lists containing this project
README
# History Submenus II ([email protected])
Add sub-menus to History Menu for previous days' history. [Add-on Page (web archive)](https://web.archive.org/web/20181102024750/https://addons.mozilla.org/en-US/firefox/addon/history-submenus-2/)Note: There is no setting panel and you need to modify the settings through `about:config`, including:
- `[email protected]` - Count of items listing directly in the History menu.
- `[email protected]` - Count of sub-menus.
- `[email protected]` - The format of the name of sub-menus.![screenshot](https://web.archive.org/web/20181007203210if_/https://addons.cdn.mozilla.net/user-media/previews/full/134/134638.png?modified=1530208752)
![screenshot](https://web.archive.org/web/20181007203207if_/https://addons.cdn.mozilla.net/user-media/previews/full/63/63969.png?modified=1530208752)# Page Title in URL Bar ([email protected])
Show page title in URL Bar. [Add-on Page (web archive)](https://web.archive.org/web/20181101232504/https://addons.mozilla.org/en-US/firefox/addon/page-title/)Paramaters:
- `SHOW_DOMAIN` - Whether to display the domain nearby the lock icon or not.
- `SHOW_SUB_TITLE` - Whether to display the url path after the page title or not.
- `SHOW_URI_ON_HOVER` - Whether to display the url temporarily when mouse hovering or not.
- `DECODE_HASH_AND_SEARCH` - Whether to decode the hash and the query part or not, e.g. `/index.html#hello%20world` to `/index.html#hello world`.
- `HIDE_WWW` - Whether to hide the `www` sub-domain or not.
- `HIGHLIGHT_IDENTITY_BOX` - Whether to add a backgrond for identity box or not (only when `SHOW_DOMAIN` is `true`).![screenshot](https://web.archive.org/web/20181009205610if_/https://addons.cdn.mozilla.net/user-media/previews/full/165/165890.png?modified=1530208887)
# Semi-Full Screen / Picture-in-Picture Mode ([email protected])
Full screen with keeping your task bar visible, or hide the toolbars when not maximized (picture-in-picture). [Add-on Page (web archive)](https://web.archive.org/web/20181102230042/https://addons.mozilla.org/en-US/firefox/addon/semi-full-screen/)**CAUTION: This version of Semi-Full Screen is not tested on Mac OS and Ubuntu (Linux). It is probably glitchy or simply doesn't work at all.**
![screenshot](https://web.archive.org/web/20181013030904if_/https://addons.cdn.mozilla.net/user-media/previews/full/173/173740.png?modified=1530209326)
Hotkeys:
- `F11` / `Full Screen Button` - Hide the toolbars and enter picture-in-picture mode.
- `Ctrl + F11` / `Ctrl + Full Screen Button` - Mazimize the window and enter semi-full screen mode, taskbar and sidebar (if any) will keep visible.
- `Shift + F11` / `Shift + Full Screen Button` - Enter normal full screen mode.Paramaters:
- `REVERSE` - Whether to use `F11` for semi-full screen and `Ctrl + F11` for picture-in-picture or not.
# Float Toolbars in Full Screen ([email protected])
Float the toolbars over the page in full screen mode, instead of making the web page jumpy when the toolbars showing / hiding. [Add-on Page (web achive)](https://web.archive.org/web/20181017035437/https://addons.mozilla.org/en-US/firefox/addon/float-toolbars-in-full-screen/)**CAUTION: This version of Float Toolbars in Full Screen is not tested on Mac OS and Ubuntu (Linux). It is probably glitchy or simply doesn't work at all.**
![screenshot](https://web.archive.org/web/20181012014653if_/https://addons.cdn.mozilla.net/user-media/previews/full/180/180636.png?modified=1530209532)
# MultiRowTab-scrollable.uc.js
A modified version of [MultiRowTab-scrollable.uc.js (version 12/02/2021)](https://github.com/Izheil/Quantum-Nox-Firefox-Dark-Full-Theme/tree/master/Multirow%20and%20other%20functions/Multirow%20tabs), with some minor bug fixes for better drag & drop and full screen browsing experience. Just for my personal use and may not follow the fixings of the original one.# undoCloseTab.uc.js
Display the Undo Close Tabs, Recently Closed Tabs, Recently Closed Windows and Restore Previous Session at the top of tabbar context menu.# restart-button.uc.js
Restart Firefox by middle-clicking on the Exit button in Application menu.# showScrollbarInMenus.uc.js
Display scrollbar for long menus (Bookmarks menu, for instance), instead of arrows at the top and bottom.