diff --git a/Multirow and other functions/Other experimental features/README.md b/Multirow and other functions/Other experimental features/README.md index 542b6e00..789b8472 100644 --- a/Multirow and other functions/Other experimental features/README.md +++ b/Multirow and other functions/Other experimental features/README.md @@ -24,4 +24,7 @@ toolbarbutton#alltabs-button {

Toggles visibility of the whole navigation toolbox as if you were on fullscreen, so that it's only visible when you have the mouse over it, or when hovering the mouse to the top of the screen when it's hidden. You can also maker bigger the hitbox to trigger the visibility of the toolbox changing the height of fsToggler.style.heightat the bottom of the script from 10px to anything you want (just note that the bigger you make it, the more web area content will be unclickable on top).

Navigator-toolbox-autohide-tabs-below.uc.js

-

Same as navigator toolbox autohide, except that it shows the tabs below (you have to disable the tweak on userchrome.css if you had it enabled). ou can also maker bigger the hitbox to trigger the visibility of the toolbox changing the height of fsToggler.style.heightat the bottom of the script from 20px to anything you want (just note that the bigger you make it, the more web area content will be unclickable on top).

\ No newline at end of file +

Same as navigator toolbox autohide, except that it shows the tabs below (you have to disable the tweak on userchrome.css if you had it enabled). ou can also maker bigger the hitbox to trigger the visibility of the toolbox changing the height of fsToggler.style.heightat the bottom of the script from 20px to anything you want (just note that the bigger you make it, the more web area content will be unclickable on top).

+ +

Test.as.css

+

This is a test file to check that both external non-userchrome css files and js files are loaded through userchrome.xml. It draws a red border around all editable elements inside firefox UI.

\ No newline at end of file diff --git a/Multirow and other functions/Other experimental features/Test.as.css b/Multirow and other functions/Other experimental features/Test.as.css new file mode 100644 index 00000000..c7c0a73b --- /dev/null +++ b/Multirow and other functions/Other experimental features/Test.as.css @@ -0,0 +1 @@ +*|* {border: 1px solid red !important} \ No newline at end of file