World Language Games - Leave OLT Page

Allows you to leave the OLT page without having it submit automatically.

  1. // ==UserScript==
  2. // @name World Language Games - Leave OLT Page
  3. // @license MIT
  4. // @namespace https://github.com/engelthehyp/Automation-for-World-Language-Games
  5. // @version 1.1
  6. // @description Allows you to leave the OLT page without having it submit automatically.
  7. // @author https://github.com/engelthehyp/
  8. // @match *://wlangames.net/OnLineTest*
  9. // @icon https://www.google.com/s2/favicons?domain=wlangames.net
  10. // @grant none
  11. // @run-at document-end
  12. // ==/UserScript==
  13.  
  14. (function () {
  15. 'use strict';
  16.  
  17. window.$(window).off('blur');
  18. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址