添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
发呆的单车  ·  RegExp - JavaScript教程 ...·  1 月前    · 
追风的小马驹  ·  昌吉博物馆上新 ...·  1 月前    · 
潇洒的饺子  ·  SLICKTRI: LED ...·  6 月前    · 

I guess this software got updated and broke previously-working scripts?

I had an error: Error in executeScript_Sandbox code: Unexpected token (1:20)

That JS was pretty simple:

let match = ${displayingCounter}.match(/Displaying (.*?) /); return match[1];

No idea why, but changing from “let” to “var” solved that one. I run again and I get:

Error in condition of if_v2: Unexpected token (1:894)

That JS is:

${ignoreList}.some(v => ${myVar}.includes(v))

No idea what the problem is there.

Sigh. And this is the LEAST important and complicated of my scripts :frowning:

Can we downgrade?