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 55d2807 commit 97a18acCopy full SHA for 97a18ac
scripts/background-scripts/background-script.js
@@ -67,7 +67,7 @@ const global = {
67
},
68
async updateScriptClickCount(scriptId) {
69
console.log("updateScriptClickCount", scriptId);
70
- return;
+ // return;
71
try {
72
let res = await fetch(
73
"https://useful-script-statistic.glitch.me/count",
0 commit comments