您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
GlaDOS签到自动化脚本
GlaDOS自动签到脚本将首先打开签到历史记录以检索登录历史记录。如果您当天没有签到,则会进入签到页面并单击签到按钮。
如果您使用的是Mac电脑,则可以使用以下方法实现每天定时自动签到:
方法1:使用Automator
应用创建自动化日历提醒
:
获取指定的URL
,并将默认URL替换为https://glados.one/console/checkin
显示网页
日历
应用程序,找到相应的自动化日程,并修改时间和重复方法2:同样是使用Automator
应用创建自动化日历提醒
,但是选择运行Shell脚本并指定使用Chrome浏览器打开网页
open /Applications/Google\ Chrome.app "https://glados.one/console/checkin"
日历
应用程序,找到相应的自动化日程,并修改时间和重复The GlaDOS automatic sign-in script will first open the sign-in history to retrieve the sign-in history. If you have not signed in on the day, the script will enter the sign-in page and click the sign-in button.
If you are using a Mac computer, you can use the following methods to automatically log in every day at regular intervals:
Method 1: Use the Automator
app to create an automated calendar reminder
:
Get the specified URL
, and replace Apple's default URL with https://glados.one/console/checkin
Show Webpage
Calendar
app, find the corresponding automation schedule, and modify the time and repetitionMethod 2: Also use the Automator
app to create an automated calendar reminder
, but choose to run a Shell script and specify to open the webpage with Chrome browser
open /Applications/Google\ Chrome.app "https://glados.one/console/checkin"
Calendar
app, find the corresponding automation schedule, and modify the time and repetition.