DMoast

备份自https://greatest.deepsurf.us/zh-CN/scripts/399356-dtoast/code

Dieses Skript sollte nicht direkt installiert werden. Es handelt sich hier um eine Bibliothek für andere Skripte, welche über folgenden Befehl in den Metadaten eines Skriptes eingebunden wird // @require https://update.greatest.deepsurf.us/scripts/472780/1232954/DMoast.js

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Autor
zy cat
Version
0.0.1.20230809110919
Erstellt am
09.08.2023
Letzte Aktualisierung
09.08.2023
Größe
8,38 KB
Lizenz
n/a

var config={
title:"新消息",//通知标题部分
body:"新消息内容",//通知内容部分
timeout:2000,//消失延时 默认6.5秒
master:"涛之雨",//提醒的所有者 默认为当前域名
inner:true, // 是浏览器仿桌面通知 否首选桌面通知 默认否 可选
onclick:function(data){ //监听点击通知 data:可传递参数 可选
alert("仿桌面通知被点击了,参数是"+data);
},
data:"我是仿桌面通知的参数",//可传递参数 可选
icon:"img/1.png"//通知的图片 可选
}

//仿桌面通知
new dToast(config);