remove notifying from processor; must be set from the tab

This commit is contained in:
buzz-lightsnack-2007 2024-05-05 14:04:59 +08:00
parent 90f6bce64b
commit d8f216dac5

View file

@ -40,8 +40,6 @@ export default class processor {
this.URL = clean(URL);
this.#filter = filter;
this.notify();
this.targets = this.#filter[`data`];
this.scrape();