Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Make modified game script point to 'userscript-v1.3'
Browse files Browse the repository at this point in the history
Add text '@userscript-v1.3' specifying branch.
  • Loading branch information
Opinion committed Nov 10, 2022
1 parent a16c62b commit a933e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/userscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Core = {
originalGameScriptPattern: /https?:\/\/slowroads\.io\/static\/js\/main\.([a-z0-9]+)\.chunk\.js$/gm,
originalGameScript: null,
modifiedGameScript: {
prefix: 'https://cdn.jsdelivr.net/gh/Opinion/slowroads-handling-editor/dist/main.modified.',
prefix: 'https://cdn.jsdelivr.net/gh/Opinion/slowroads-handling-editor@userscript-v1.3/dist/main.modified.',
suffix: '.chunk.js',
identifier: null,
get() {
Expand Down

1 comment on commit a933e9f

@Opinion
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relevant #10

Please sign in to comment.