Filter member lists on FL to your liking
< Valutazione su FilterLife - Fetlife Member Filter
I found a quick fix for the recent loss of function on the search page and local page
Go to edit the script code. Search for the section about 2/3 the way through the file that says this (it is around line 202)
window.setTimeout(function() {
Right below it change this:
let referenceNode = document.querySelector("header.pb-1");
To this:
let referenceNode = document.querySelector("header.flex");
It has worked for me on all the intended pages
Accedi per pubblicare una risposta.
I found a quick fix for the recent loss of function on the search page and local page
Go to edit the script code. Search for the section about 2/3 the way through the file that says this (it is around line 202)
Right below it change this:
To this:
It has worked for me on all the intended pages