try to take over the world!
当前为
// ==UserScript==
// @name MoveSearch
// @namespace http://tampermonkey.net/
// @version 0.0.1
// @description try to take over the world!
// @author
// @match https://*/*
// @match http://*/*
// ==/UserScript==
;(function () {
'use strict'
if (location.href === 'https://gitee.com/ShiweiZhang/zhufeng_plug-in-components_2102/tree/master/MoveSearch/dist') return
var script = document.createElement('script')
script.src = 'https://gitee.com/ShiweiZhang/zhufeng_plug-in-components_2102/tree/master/MoveSearch/dist/app.bundle.js'
document.body.appendChild(script)
})()