allanlaal / cleaner-stackexchange-ui

Hides room wasting/attention diverting sidebars on ALL StackOverflow and StackExchange sites
Creative Commons Zero v1.0 Universal
3 stars 0 forks source link

ADD ability to config what gets hidden #1

Open allanlaal opened 3 years ago

allanlaal commented 3 years ago

this is extra work. thumbs up to vote for it here

allanlaal commented 3 years ago

Notes:

` find a lib to show bool checkboxes straight in the TamperMonkey toolbar button box (like YouTube Auto Buffer & Auto HD)

Greasemonkey / Wiki / GM_registerMenuCommand https://sourceforge.net/p/greasemonkey/wiki/GM_registerMenuCommand/

Greasemonkey / Wiki / GM_setValue https://sourceforge.net/p/greasemonkey/wiki/GM_setValue/

Greasemonkey / Wiki / GM_listValues https://sourceforge.net/p/greasemonkey/wiki/GM_listValues/

Greasemonkey / Wiki / Greasemonkey_Manual:API https://sourceforge.net/p/greasemonkey/wiki/Greasemonkey_Manual%3AAPI/

Greasemonkey|Tampermonkey menu optio - Google Search https://www.google.com/search?channel=fs&client=ubuntu&q=Greasemonkey%7CTampermonkey+menu+optio

javascript - Tampermonkey - Right click menu - Stack Overflow https://stackoverflow.com/questions/42800590/tampermonkey-right-click-menu

Create a "config" or "options" page for a Greasemonkey script - Stack Overflow https://stackoverflow.com/questions/14594346/create-a-config-or-options-page-for-a-greasemonkey-script

http://odyniec.net/projects/monkeyconfig/usage.html

sizzlemctwizzle/GM_config: A lightweight, reusable, cross-browser graphical settings framework for inclusion in user scripts. https://github.com/sizzlemctwizzle/GM_config/

MonkeyConfig/monkeyconfig.js at master · odyniec/MonkeyConfig https://github.com/odyniec/MonkeyConfig/blob/master/monkeyconfig.js

Search · userscript config menu https://github.com/search?q=userscript+config+menu

GM_config https://greasyfork.org/en/scripts/1884-gm-config

Home · sizzlemctwizzle/GM_config Wiki https://github.com/sizzlemctwizzle/GM_config/wiki

tampermonkey|greasemonkey|violentmonkey|userscript menu true false boolean toggle checkbox - Google Search https://www.google.com/search?channel=fs&client=ubuntu&q=tampermonkey%7Cgreasemonkey%7Cviolentmonkey%7Cuserscript+menu+true+false+boolean+toggle+checkbox

GM_config Feature Demonstration https://sizzlemctwizzle.github.io/GM_config/

Violentmonkey - Google Search https://www.google.com/search?channel=fs&client=ubuntu&q=Violentmonkey

artemain/sat https://github.com/artemain/sat

javascript - Best way to add a menu to Greasemonkey script - Stack Overflow https://stackoverflow.com/questions/57654024/best-way-to-add-a-menu-to-greasemonkey-script

javascript - Multiple Context Menu options - Tampermonkey - Stack Overflow https://stackoverflow.com/questions/65208510/multiple-context-menu-options-tampermonkey

Tampermonkey • Documentation https://www.tampermonkey.net/documentation.php

  1. Getting Started - Greasemonkey Hacks [Book] https://www.oreilly.com/library/view/greasemonkey-hacks/0596101651/ch01.html

Reconsider implementing GM_registerMenuCommand in GM 4.x · Issue #2714 · greasemonkey/greasemonkey https://github.com/greasemonkey/greasemonkey/issues/2714

`