You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The category structure is pretty bad (coming from JLC) and th enumber of categories is overwhelming.
A filter to only show category selects with categories matching some string is useful.
Here is a Tampermonkey script which does that, simply type for example "Resistors" in the Category Filter field and it becomes much easier to find the appropriate category.
Accepts standard plain text (case insensitive) or you can write a literal regexp (eg /foo.*bar/i )
The category structure is pretty bad (coming from JLC) and th enumber of categories is overwhelming.
A filter to only show category selects with categories matching some string is useful.
Here is a Tampermonkey script which does that, simply type for example "Resistors" in the Category Filter field and it becomes much easier to find the appropriate category.
Accepts standard plain text (case insensitive) or you can write a literal regexp (eg
/foo.*bar/i
)https://gist.githubusercontent.com/sleemanj/688cf2dfbca19fff46c87a13e9236b65/raw/7125492717990adf202c0f7a4442b7e6a21db94b/jlcparts-category-filter.js
The text was updated successfully, but these errors were encountered: