FCTK

Enable right click

// ==UserScript==
// @name         FCTK
// @version      1.1
// @description  Enable right click
// @author       NYCC
// @match        http://10.214.200.199:8080/masm/*
// @namespace https://gf.qytechs.cn/users/301652
// ==/UserScript==

(function(){
    'use strict'

  window.addEventListener('load', () => {
    Fn()
    })

    function Fn() {
        document.oncontextmenu = true;
        document.onselectstart = true;
    }
}())

QingJ © 2025

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