Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qinlili23333/f2d1cfd3796b30413eb6e7835115b44e to your computer and use it in GitHub Desktop.
Save qinlili23333/f2d1cfd3796b30413eb6e7835115b44e to your computer and use it in GitHub Desktop.
CC刷子V2
// ==UserScript==
// @name CC刷子V2
// @namespace https://qinlili.bid
// @version 0.1
// @description 第二代自动刷
// @author 琴梨梨
// @match https://www.cloudcampus.com.au/*/*.php?id=*
// @icon https://www.google.com/s2/favicons?domain=cloudcampus.com.au
// @grant none
// @run-at document-end
// ==/UserScript==
(function() {
'use strict';
try{
document.getElementById("next-activity-link").click();
}catch{}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment