GM_notification({
title: "测试通知",
text: "点击我打开 Google",
timeout: 8000,
onclick: function () {
GM_openInTab("http://baidu.com", true);
}
});