SYNU-OA

try to take over the world!

  1. // ==UserScript==
  2. // @name SYNU-OA
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1.1
  5. // @description try to take over the world!
  6. // @author You
  7. // @match http*://oa*.synu.edu.cn/index_tt.aspx
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. window.frames["iFrame1"].location.href = "list.aspx?is_parent=1&class_id=4";
  14. })();