Toefl KMF mask remove

Remove Toefl KMF mask and IP restriction

// ==UserScript==
// @name         Toefl KMF mask remove
// @version      1
// @description  Remove Toefl KMF mask and IP restriction
// @match        https://toefl.kmf.com/*
// @grant        none
// @run-at       document-idle
// @namespace https://gf.qytechs.cn/users/1295998
// ==/UserScript==

(function() {
    'use strict';
    setTimeout(function(){
      document.getElementsByClassName("practice-container js-practice-container")[0].classList.remove("blur");
      var shieldBoxList = document.getElementsByClassName("shield-box js-shield-box");
      shieldBoxList[0].parentNode.removeChild(shieldBoxList[0]);
    },5000);
})();

QingJ © 2025

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