MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / isRunning

Function isRunning

scripts/fb_autoLike.js:53–57  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

51 }
52
53 function isRunning(value) {
54 if (!(typeof value === "boolean"))
55 return window.ufs_fb_autoLike_running;
56 else window.ufs_fb_autoLike_running = value;
57 }
58
59 const Reactions = {
60 like: { vi: "Thích", en: "Like", emoji: "👍" },

Callers 2

startAutoLikeFunction · 0.85
fb_autoLike.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected