Dumb problem
![]() ![]() |
OK I'm a newbie to using @require, and the first call to USP.theScriptName is failing. Here's the gist of what I did: //==UserScript==
Any idea what I'm doing wrong? Thanks! |
![]() ![]() |
Hi, the general problem with @require: It is only recognized during INSTALL of a script. It is not recognized if you add a new script. Workaround: Save your script somewhere. Uninstall the original script. Install the copied script (that includes the @require). After that you will see two scripts in the gm_scripts path (your script and the @require'd one). |

