Skip to content
#

Userscripts

A userscript is a kind of lightweight and less privileged browser extension written in JavaScript used to modify webpages. Userscripts may use the special API, usually referred as GM_API, allowing them to bypass same-origin policy and store data in separate storage not accessible to web pages. The technology was initially introduced in the GreaseMonkey extension for Firefox web browser, and then spread to other browsers, sometimes built-in, like in Presto-based Opera, sometimes with help of extensions, like in Chromium-based browsers. The most famous catalogs of userscripts are GreasyFork and OpenUserJS.

Here are 1,352 public repositories matching this topic...

MaxIkaros
MaxIkaros commented Apr 11, 2021

描述bug
Chrome浏览器上的脚本在电脑锁屏或离开直播界面10分钟之后不再参加天选,“日志”栏内的内容不再更新,在“控制台”内只能见到“屏蔽挂机检测: 触发一次MouseEvent(mousemove)”的记录。直至退出锁屏才会继续运行。在Microsoft Edge和Firefox上可以正常运行不中断,在Chrome上从今年3月起出现这种情况,多次重装仍无效果。

重现bug
说明您在进行了怎样的操作后出现了bug

  1. 在“参加天选时刻抽奖”处打勾;
  2. 在“屏蔽挂机检测处”处打勾。

预期行为
在电脑锁屏或离开直播界面后回来可以看到其后台运行时在“日志”上留下的记录,而非突兀的时间跳跃。

截图
![image](https://user-images.githubusercontent.com/733

Created by Aaron Boodman

Released March 28, 2005

Repository
greasemonkey/greasemonkey
Wikipedia
Wikipedia

Related Topics

javascript webextension