try to take over the world!
// ==UserScript==
// @name 垃圾 Axure RP
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match *://*/*
// @grant none
// @run-at document-body
// ==/UserScript==
(function() {
'use strict';
document.querySelector('body').setAttribute('plugindetected', true);
// document.addEventListener('DOMContentLoaded', function () {
// console.log(document.querySelector('body'));
// })
})();