awesome-userscripts icon indicating copy to clipboard operation
awesome-userscripts copied to clipboard

Script suggestion

Open gasparschott opened this issue 4 years ago • 8 comments

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.

gasparschott avatar May 23 '21 20:05 gasparschott

thank you @gasparschott do you have a demo match link to test the userscript?

adamlui avatar May 23 '25 03:05 adamlui

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: @.***>

gasparschott avatar May 23 '25 05:05 gasparschott

Just paste the URL of a page the script works on

adamlui avatar May 23 '25 05:05 adamlui

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: @.***>

gasparschott avatar May 23 '25 05:05 gasparschott

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: @.***>

gasparschott avatar May 25 '25 22:05 gasparschott

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

adamlui avatar May 26 '25 16:05 adamlui

@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

adamlui avatar Jun 17 '25 04:06 adamlui

@adamlui, ⭐3 XP earned, 🏆First Comment Added completed, 💪Level 6 achieved! [Details]

icon

devactivity-app[bot] avatar Jun 17 '25 04:06 devactivity-app[bot]