Greasy Fork is available in English.
Very Simple JS Notifications Library
Questo script non dovrebbe essere installato direttamente. È una libreria per altri script da includere con la chiave // @require https://update.greasyfork.org/scripts/401626/1109786/Notify%20Library.js
Very simple JS Notifications Library with integrated CSS
Example
new Notify({
text: 'Notification Text',
type: 'success',
timeout: false // Sticky Notification
}).show();