Zia Ur Rehman

Results 2 issues of Zia Ur Rehman

I've tried below but did not work ```js const go = (search, targets, options) => { if(!Array.isArray(search)) return fuzzysort.go(search, targets, options) return search .filter((s,i) => search.indexOf(s) === i) .flatMap(s =>...

### Is this a feature request or a bug? feature ### What is the current behavior? I have achieved content page auto reload on chrome by modifying then ``` bgPage```...

priority: enhancement
contrib: welcome