@vacantthinker/firefox-addon-framework-easy 2026.628.1024 → 2026.628.1027

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ContentJs.js CHANGED
@@ -217,9 +217,9 @@ export function ctJsHideElements(selectors) {
217
217
  * maintain runtime context.
218
218
  */
219
219
  export function ctJskeepAlive(tag = "") {
220
- setTimeout(() => {
220
+ setInterval(() => {
221
221
  browserRuntimeSendMessage({ act: "actMarco" }).then();
222
- }, 1500);
222
+ }, 2000);
223
223
  }
224
224
  export async function ctJsCloseTab() {
225
225
  await browserRuntimeSendMessage({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vacantthinker/firefox-addon-framework-easy",
3
- "version": "2026.0628.1024",
3
+ "version": "2026.0628.1027",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",