ZeriusSecret

Secondary website /time.html (it's a secret)

目前为 2022-04-01 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name ZeriusSecret
  3. // @namespace http://tampermonkey.net/
  4. // @version 2nd-time.html
  5. // @description Secondary website /time.html (it's a secret)
  6. // @author Owner, Creator, and Programmer of the ZeriusLearning websites.
  7. // @match https://zerius-learning.w3spaces.com/
  8. // @icon https://www.google.com/s2/favicons?sz=64&domain=w3spaces.com
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14.  
  15. // Your code here...
  16. document.getElementById("aux_tags").innerHTML+="<hr/><h1>Secoundary Website</h1><hr/><h3><a href=\"https://zerius-learning-2nd.w3spaces.com/time.html\">Clock (notifications)</a></h3>";
  17. })();