解除 displayspecifications 复制限制

Remove the copy restriction on displayspecifications.com, 解除 displayspecifications 复制限制

当前为 2023-10-30 提交的版本,查看 最新版本

// ==UserScript==
// @name         解除 displayspecifications 复制限制
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Remove the copy restriction on displayspecifications.com, 解除 displayspecifications 复制限制
// @author       You
// @match        *.displayspecifications.com/*
// @license MIT
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    document.body.contentEditable=true
})();