We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17840d2 commit d49a1dfCopy full SHA for d49a1df
libs/modelParser.js
@@ -187,7 +187,7 @@ var parseScript = function (aScript) {
187
var downloadURL = null;
188
var downloadUtf = null;
189
var rAnySourceUrl = new RegExp('^https?://(?:openuserjs\.org|localhost:' +
190
- (process.env.PORT || 8080) + ')/(?:install|scr/scripts)\/(.+?)/(.+?)((?:\.min)?\.user\.js)$');
+ (process.env.PORT || 8080) + ')/(?:install|src/scripts)\/(.+?)/(.+?)((?:\.min)?\.user\.js)$');
191
192
// Temporaries
193
var htmlStub = null;
0 commit comments