Tampermonkey: Small Request filter in the Dashboard

Created on 15 Jun 2018  路  5Comments  路  Source: Tampermonkey/tampermonkey

Hi,

Since I ha a lot of Userscripts I found myself to enable the Filter "bar" each time I goes in the dashboard to search for a userscript.

I'd like to have an option to leave the search field enabled by default, so I will have no longer to click each time I access the dashboard.

image

Thanks for this extension :octocat:

enhancement fixed at beta

All 5 comments

You can also open it by pressing Ctrl+F. However, the next beta version will make the following "Custom CSS" work:

Please open Tampermonkey's options page, and set "Config Mode" to "Advanced" to see the option "Custom CSS" and set it to this value:

.multiselectrow {
     display: table-row !important;
}

Sorry to hijack this thread but why does the search bar not function unless the "apply to all selected scripts" is on? is that expected behavior?

@rayman89 You mean after using the "Custom CSS" from above? This will be fixed at the beta version. If it is opened via CTRL+F or the small filter icon, then it should function as intended.

Yes I meant when using the css ( I did not know that search bar existed before this so my frist try of it was after using the css). Thank you. BTW do you mind checking this? #547

:+1:

Was this page helpful?
0 / 5 - 0 ratings