Greasy Fork is available in English.

toastr_demo

消息提示插件:toastr.js

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.greasyfork.org/scripts/449403/1080601/toastr_demo.js

作者
backrock12
版本
1.0
建立日期
2022-08-12
更新日期
2022-08-12
授權條款
未知

彈出提示

使用說明

// @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?')