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 e447961 commit 2809d5eCopy full SHA for 2809d5e
popup/helpers/utils.js
@@ -27,7 +27,8 @@ export async function viewScriptSource(script) {
27
export async function updateScriptClickCount(scriptId) {
28
try {
29
let res = await fetch(
30
- "https://useful-script-statistic.onrender.com/count",
+ "https://useful-script-statistic.glitch.me/count",
31
+ // "https://useful-script-statistic.onrender.com/count",
32
{
33
method: "POST",
34
headers: { "Content-Type": "application/json" },
0 commit comments