GlaDOS自动签到脚本

GlaDOS签到自动化脚本

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
蒋鹏
Daily installs
0
Total installs
91
Ratings
0 0 0
Version
1.0
Created
2023-08-06
Updated
2023-09-28
Size
1.31 KB
License
GPL-3.0 License
Applies to

中文:

GlaDOS自动签到脚本将首先打开签到历史记录以检索登录历史记录。如果您当天没有签到,则会进入签到页面并单击签到按钮。

如果您使用的是Mac电脑,则可以使用以下方法实现每天定时自动签到:

  • 方法1:使用Automator应用创建自动化日历提醒

    • 选择获取指定的URL,并将默认URL替换为https://glados.one/console/checkin
    • 选择显示网页
    • 保存,命名
    • 打开日历应用程序,找到相应的自动化日程,并修改时间和重复
    • 如果您的电脑已开机并解锁,则每天都会自动打开GlaDOS网页,然后触发TamperMonkey签到脚本
      • 默认浏览器最好是Chrome
  • 方法2:同样是使用Automator应用创建自动化日历提醒,但是选择运行Shell脚本并指定使用Chrome浏览器打开网页

    • open /Applications/Google\ Chrome.app "https://glados.one/console/checkin"
    • 保存,命名
    • 打开日历应用程序,找到相应的自动化日程,并修改时间和重复

EN:

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:

    • Select Get the specified URL, and replace Apple's default URL with https://glados.one/console/checkin
    • Select Show Webpage
    • save, name
    • Open the Calendar app, find the corresponding automation schedule, and modify the time and repetition
    • If your computer is started and unlocked, it will automatically open the GlaDOS webpage every day and then trigger the TamperMonkey sign-in script
      • The default browser is best to be Chrome
  • Method 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"
    • save, name
    • Open the Calendar app, find the corresponding automation schedule, and modify the time and repetition.