toastr_demo

消息提示插件:toastr.js

当前为 2022-08-12 提交的版本,查看 最新版本

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.cn-greasyfork.org/scripts/449403/1080600/toastr_demo.js

作者
backrock12
版本
1.0
创建于
2022-08-12
更新于
2022-08-12
大小
6.6 KB
许可证
暂无

彈出提示

使用說明

// @resource CSS https://cdn.bootcdn.net/ajax/libs/toastr.js/latest/css/toastr.min.css // @require https://cdn.bootcdn.net/ajax/libs/jquery/3.6.0/jquery.min.js // @require https://greasyfork.org/scripts/444087-toastr/code/toastr.js?version=1044697 // @grant GM_getResourceText // @grant GM_addStyle

toastr.info('Are you the 6 fingered man?') toastr.success('Are you the 6 fingered man?') toastr.error('Are you the 6 fingered man?') toastr.warning('Are you the 6 fingered man?') toastr.warning('Are you the 6 fingered man?')