hellogit

hello golang

目前為 2017-09-03 提交的版本,檢視 最新版本

// ==UserScript==
// @name         hellogit
// @namespace    http://degon.ittun.com
// @version      0.15
// @description  hello golang
// @author       [email protected]
// @include	 http://www.baidu.com/*	
// @grant	GM_getValue
// @grant	GM_setValue
// @grant	GM_deleteValue 
// @grant	GM_listValues  
// ==/UserScript==

(function() {
    'use strict';
	console.log(name);	
	//hello();
	//unsafeWindow.hello();
	console.log("hello, world!\n");
}
)();