Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
Gives an error -
Error
Bad pattern: unknown scheme, missing "://" in about:blank
Re: @ringofyre:
@gaspar_schot
This should clear the error in the script with bad
@match
syntax:--- /scripts/gaspar_schot/Supercharged_Local_Directory_File_Browser/source@8.0.1+d0c9b4f +++ /scripts/gaspar_schot/Supercharged_Local_Directory_File_Browser/source @@ -10,7 +10,7 @@ // @homepageURL https://openuserjs.org/scripts/gaspar_schot/Supercharged_Local_Directory_File_Browser // @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACAAgMAAAC+UIlYAAAACVBMVEUmRcmZzP8zmf8pVcWPAAAAAXRSTlMAQObYZgAAAFBJREFUeF7tyqERwDAMBEE3mX5UiqDmqwwziTPHjG7xrmzrLFtRaApDIRiKQlMYCsFQFJrCUAiGotAU5hTA1WB4fhkMBsOJwWAwgHvB8CHpBcTbpxy4RZNvAAAAAElFTkSuQmCC // @match file://*/* -// @match about:blank +// @include about:blank // @match https://www.example.com/path/to/directory/* // @require https://cdn.jsdelivr.net/npm/markdown-it@13.0.1/dist/markdown-it.min.js
Thanks, I've just removed the line; it wasn't needed anyway.