-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blacklist: Implement blacklist to native filtering export (and fix) #2104
Blacklist: Implement blacklist to native filtering export (and fix) #2104
Conversation
Co-Authored-By: April Sylph <[email protected]>
this thing is a catastrophe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a great feature, I'm sure it'll help out a lot of people migrating back onto Tumblr again. Left some comments below, LMK what you think:
Co-authored-by: nightpool <[email protected]>
Co-Authored-By: nightpool <[email protected]>
Update blacklist.js Co-Authored-By: nightpool <[email protected]>
Co-Authored-By: nightpool <[email protected]>
Co-Authored-By: nightpool <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like all the requested changes were made and it passed a couple of manual tests on my end
Comments were addressed, also two years have passed and this is urgent-ish now
Looking at it now, I actually propose removing the bit Nightpool highlighted, as it'll probably cause confusion with XKit Rewritten's identical feature particularly when New XKit is removed. Agree/disagree? |
That's a fair point, cosigned |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dramatic and unprecedented change! This review required some extreme contemplation
…ew-xkit#2104) Co-authored-by: April Sylph <[email protected]> Co-authored-by: nightpool <[email protected]>
Co-authored-by: April Sylph <[email protected]> Co-authored-by: nightpool <[email protected]> fix) (#2104)
This implements an interactive UI for exporting the user's blacklisted words into Tumblr's native tag filtering and post content filtering lists. The user is given the opportunity to customize their terms, hopefully helping them account for the functional differences between the Tumblr filtering and Blacklist's filtering, like the lack of asterisk wildcards.
I ported thedom
andapiFetch
helper functions from XKit Rewritten for ease of development. (Of course they don't belong inline like this, given the premise that this is an actively developed project and all.)Also, this fixes that destroy() had a random 0.5 second delay, which would make it run after it restarted whenever you changed a setting, which would unhide every correctly hidden post on the screen, which... is... interesting.