WykopObserve

API WykopObserve dla dodatków na wykop.pl - daje API, które robi pętlę z callbackiem, po wpisach z filtrowaniem wedłów różnych kryteriów.

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.greasyfork.org/scripts/437595/1002297/WykopObserve.js

Autor
look997
Version
0.0.1.20211226065014
Erstellt am
26.12.2021
Letzte Aktualisierung
26.12.2021
Lizenz
n/a

Pełny Opis API WykopObserve:
https://github.com/look997/wykopObserve.js#jak-użyć

Przykładowy kod UserScript-u:

// ==UserScript==
// @name        Wykop UserScript
// @description Wykop UserScript.
// @version     1.0
// @author      author
// @include     https://www.wykop.pl/*
// @require https://greasyfork.org/scripts/437595-wykopobserve/code/WykopObserve.js?version=1002287
// @run-at      document-end
// ==/UserScript==

(async function () {

wykopObserve(filter, function (elements, attrs) {
  // twój kod
}, options);

})()