File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ I welcome every contribution on GitHub!
187187 const modeRaw = "production" ;
188188 const branchRaw = "main" ;
189189 const hostRaw = "github" ;
190- const buildNumberRaw = "0c02b8e0 " ;
190+ const buildNumberRaw = "fac9c72b " ;
191191 /** The mode in which the script was built (production or development) */
192192 const mode = ( modeRaw . match ( / ^ # { { .+ } } $ / ) ? "production" : modeRaw ) ;
193193 /** The branch to use in various URLs that point to the GitHub repo */
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ I welcome every contribution on GitHub!
187187 const modeRaw = "production" ;
188188 const branchRaw = "main" ;
189189 const hostRaw = "greasyfork" ;
190- const buildNumberRaw = "0c02b8e0 " ;
190+ const buildNumberRaw = "fac9c72b " ;
191191 /** The mode in which the script was built (production or development) */
192192 const mode = ( modeRaw . match ( / ^ # { { .+ } } $ / ) ? "production" : modeRaw ) ;
193193 /** The branch to use in various URLs that point to the GitHub repo */
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ I welcome every contribution on GitHub!
187187 const modeRaw = "production" ;
188188 const branchRaw = "main" ;
189189 const hostRaw = "openuserjs" ;
190- const buildNumberRaw = "0c02b8e0 " ;
190+ const buildNumberRaw = "fac9c72b " ;
191191 /** The mode in which the script was built (production or development) */
192192 const mode = ( modeRaw . match ( / ^ # { { .+ } } $ / ) ? "production" : modeRaw ) ;
193193 /** The branch to use in various URLs that point to the GitHub repo */
You can’t perform that action at this time.
0 commit comments