Greasy Fork is available in English.

Notify Library

Very Simple JS Notifications Library

22.04.2020 itibariyledir. En son verisyonu görün.

Bu script direkt olarak kurulamaz. Başka scriptler için bir kütüphanedir ve meta yönergeleri içerir // @require https://update.greasyfork.org/scripts/401626/796156/Notify%20Library.js

Yazar
PIZIDAVI
Versiyon
1.1.2
Oluşturulma
21.04.2020
Güncellenme
22.04.2020
Size
2,69 KB
Lisans
MIT

Notify Library

Options:

  • text string - (required)
  • type string - (optional)
    • success
    • info / information
    • warn / warning
    • error
  • timeout number - (optional)

Example

  new Notify({
      text: 'Notification Text',
      type: 'success',
      timeout: false // Sticky Notifications
  }).show();