Adds a blacklist to Fur Affinity. Also adds the ability to replace typed terms with other terms. If installed correctly you should see a link titled "Edit Blacklist" below the search box on FA's search page.
Hi! Thanks for the feedback. I think I may have fixed this in version 1.2.1. The script was previously able to run before the page was fully loaded. If you wouldn't mind, could you please test the updated script and see if it works for you now.
Does not work as of 10/12/24, on Brave Version 1.73.97 Chromium: 131.0.6778.108.
Generates error on search page, "TypeError: Cannot read properties of undefined (reading 'outerHTML')" - on line " searchBox.outerHTML += "Edit Blacklist";"
When on site settings page, generates following errors:
1) "Cannot read properties of undefined (reading 'innerHTML')" - " element.innerHTML = html + element.innerHTML;"
2) "Cannot read properties of null (reading 'querySelector')" - " const settings = document.querySelector('ul[class="navhideonmobile"]').querySelector('a[href="/controls/settings/"]').parentNode;"