Closed yaguilong closed 8 months ago
for example:
before jsformat: if (stopNum >= 100 && timeTmp) clearInterval(timeTmp);
after jsformat: if (stopNum >= 100 && timeTmp) clearInterval(timeTmp);
This format show errors in some versions of Tampermonkey.
Can I set no line feed in this case?
Sorry, it couldn't.
for example:
before jsformat: if (stopNum >= 100 && timeTmp) clearInterval(timeTmp);
after jsformat: if (stopNum >= 100 && timeTmp) clearInterval(timeTmp);
This format show errors in some versions of Tampermonkey.
Can I set no line feed in this case?