Skip to content

Commit 093fe3a

Browse files
committed
3.1.8: formatting changes. see commit notes.
1 parent ab28612 commit 093fe3a

File tree

95 files changed

+707
-473
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+707
-473
lines changed

JS/restoreTabSoundButton.uc.js

+15-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@
1414
let uri = makeURI("data:text/css;charset=UTF=8," + encodeURIComponent(css));
1515
if (!sss.sheetRegistered(uri, sss.AUTHOR_SHEET))
1616
sss.loadAndRegisterSheet(uri, sss.AUTHOR_SHEET);
17+
/* necessary DOM:
18+
<tooltip id="tabbrowser-tab-tooltip"
19+
class="places-tooltip"
20+
onpopupshowing="gBrowser.createTooltip(event);"
21+
onpopuphiding="this.removeAttribute('position')">
22+
<vbox class="places-tooltip-box" flex="1">
23+
<description class="tooltip-label places-tooltip-title"/>
24+
<hbox>
25+
<image id="places-tooltip-insecure-icon"></image>
26+
<description crop="center" class="tooltip-label places-tooltip-uri uri-element"/>
27+
</hbox>
28+
</vbox>
29+
</tooltip> */
1730
/**
1831
* for a given tab on which the tooltip is anchored, set the tooltip icon accordingly.
1932
* for a secure tab, use the lock icon. for an insecure tab, use the insecure icon.
@@ -22,7 +35,7 @@
2235
* @param {object} icon (the tooltip icon's DOM node)
2336
* @param {object} tab (the tab's DOM node)
2437
*/
25-
function configureIcon(icon, tab) {
38+
function setIdentityIcon(icon, tab) {
2639
let { linkedBrowser } = tab;
2740
let pending = tab.hasAttribute("pending") || !linkedBrowser.browsingContext;
2841
let docURI = pending
@@ -182,6 +195,6 @@
182195
title.textContent = label;
183196
let url = e.target.querySelector(".places-tooltip-uri");
184197
url.value = tab.linkedBrowser?.currentURI?.spec.replace(/^https:\/\//, "");
185-
configureIcon(e.target.querySelector("#places-tooltip-insecure-icon"), tab);
198+
setIdentityIcon(e.target.querySelector("#places-tooltip-insecure-icon"), tab);
186199
};
187200
})();

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!-- This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. -->
2+
- Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
- If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
- file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
- or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. -->
66

77
# **uc.css.js**
88
<p align="center">

resources/delete-file.svg

+16-10
Loading

resources/generate-password.svg

+7-1
Loading

resources/in-content/devtools.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
/* handles context menus opened in devtools processes,
88
and a few elements like checkboxes */

resources/in-content/ext-bitwarden.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
/* bitwarden. requires extensionStylesheetLoader.uc.js */
88

resources/in-content/ext-containers.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
/* firefox multi-account containers extension */
88

resources/in-content/ext-darkreader.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
/* dark reader */
88

resources/in-content/ext-firefoxnotes.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
/* Firefox Notes */
88

resources/in-content/ext-mdm.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
/* multithreaded download manager */
88

resources/in-content/ext-nordvpn.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
/* nord VPN extension */
88

resources/in-content/ext-simpletranslate.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
/* simple translate extension by sienori */
88

resources/in-content/ext-sortbookmarks.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
/* popup content styles for the addon Sort Bookmarks */
88

resources/in-content/ext-tabnotes.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
/* this is for my custom new tab page extension,
88
which you can download from the extensions folder in the main directory. */

resources/in-content/ext-ublock.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
/* uBlock Origin dark theme */
88

resources/in-content/library.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
/* for the places organizer, e.g. "Manage Bookmarks" */
88

resources/in-content/menus.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
/* mostly handles <select> menus/menulists */
88

resources/in-content/misc-content.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
/* a stylesheet for adding miscellaneous rules during runtime, they can be divided into specific stylesheets later */
88

resources/in-content/picture-in-picture.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
/* styles the picture-in-picture overlay */
88

resources/in-content/root.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
/* fundamental content styles, e.g. plaintext pages. */
88

resources/in-content/site-github.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
/* CSS fixes for github dark: https://github.com/StylishThemes/GitHub-Dark
88
which requires Stylus. don't use this stylesheet if you don't have that theme, it'll just make things ugly. */

resources/in-content/site-google.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
@-moz-document domain("www.google.com") {
88
scrolling-carousel,

resources/in-content/site-mozilla.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* This Source Code Form is subject to the terms of the Creative Commons
2-
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3-
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4-
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5-
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
2+
* Attribution-NonCommercial-ShareAlike International License, v. 4.0.
3+
* If a copy of the CC BY-NC-SA 4.0 was not distributed with this
4+
* file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. */
66

77
/* CSS styles fixes for various mozilla sites */
88

0 commit comments

Comments
 (0)