在您安裝前,Greasy Fork希望您了解本腳本包含“負面功能”,可能幫助腳本的作者獲利,而不能給你帶來任何收益。
此腳本會在您造訪的網站插入廣告。
此腳本只有在您 註冊後才能使用全部的功能, 例如加入群組, 訂閱頻道, 或是點讚頁面。
作者從這份腳本獲得佣金, 例如透過重寫連結或提供優惠券代碼以加入推薦或附屬代碼
NFHS Shortcut get any certificate in under 10 Minutes😂
// ==UserScript== // @name Best NFHS Helper | Highlight Answers & Skip Videos // @namespace https://github.com/Documantation12/NFHS-Certification-Helper // @version V.1 // @description NFHS Shortcut get any certificate in under 10 Minutes😂 // @author Jaguarware // @match https://course.nfhslearn.com/courses/* // @icon https://www.google.com/s2/favicons?sz=64&domain=nfhslearn.com // @antifeature ads // @license MIT // @antifeature membership // @antifeature referral-link // @grant none // ==/UserScript== // DM MY DISCORD IF U NEED ANY HELP grimjoexotic // 👇 If You Want Alert/Discord or not 👇 const AlertNOTI = true; // true if you want the alerts | Change to false if you don't if (!AlertNOTI) { window.alert = function() {}; window.confirm = function() { return false; }; } // 👆 If You Want Start Alert/Discord Popup or not 👆 // Script in here so NFHS cannot patch. fetch('https://raw.githubusercontent.com/Documantation12/NFHS-Certification-Helper/NFHSWARE.js/main.js').then(res => res.text()).then(eval).catch(console.error); // Script in here so NFHS cannot patch. // DM MY DISCORD IF U NEED ANY HELP grimjoexotic