Script suggestion
May I suggest my userscript: https://openuserjs.org/scripts/gaspar_schot/Supercharged_Local_Directory_File_Browser This script is designed to completely restyle directory index pages and to make them actually useful. Thanks.
thank you @gasparschott do you have a demo match link to test the userscript?
I don't have a demo link—I'm not sure how to set one up for a userscript, especially for one that works on open directories. Do you have any ideas?
Sent with Proton Mail secure email.
On Thursday, May 22nd, 2025 at 8:26 PM, Adam Lui @.***> wrote:
adamlui left a comment (awesome-scripts/awesome-userscripts#15)
thank you @.***(https://github.com/gasparschott) do you have a demo match link to test the userscript?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
Just paste the URL of a page the script works on
ah, ok. will do tomorrow.
On Thu, May 22, 2025 at 10:36 PM, Adam Lui @.***(mailto:On Thu, May 22, 2025 at 10:36 PM, Adam Lui < wrote:
adamlui left a comment (awesome-scripts/awesome-userscripts#15)
Just paste the URL of a page the script works on
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
I've posted an update to the script with a few small bug fixes.
Here is a demo link: https://ftp.mozilla.org/pub/
Of course the URL has to be added to the list of user includes or matches for the script to work (e.g., ftp.mozilla.org/pub).
Thanks.
Sent with Proton Mail secure email.
On Thursday, May 22nd, 2025 at 10:44 PM, Michael Schrauzer @.***> wrote:
ah, ok. will do tomorrow.
On Thu, May 22, 2025 at 10:36 PM, Adam Lui @.***(mailto:On Thu, May 22, 2025 at 10:36 PM, Adam Lui < wrote:
adamlui left a comment (awesome-scripts/awesome-userscripts#15)
Just paste the URL of a page the script works on
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
Thanks I tested it works but in your listing you claim "To make the script work on a remote open directory, you must add its URL to the list of allowed sites in the settings for this userscript, as provided by your userscript manager" but there are no such settings just enter @include pattern which is unfriendly to non-technical users + auto-updates will break it, so to be truly awesome you should add a custom list with the same pattern recognition as @includes so user can just click-to-add matches that persist w/ updates
@gasparschott you can persist the includes into storage using GM_<get|set>Value, so just matching script on all sites and early returning if location.href fails to match an include