ItsVipra / ProToots

ProToots is a web extension that displays an author's pronouns next to their toots on Mastodon.
Open Software License 3.0
24 stars 4 forks source link

Rework pronoun extraction #40

Closed nachtjasmin closed 1 year ago

nachtjasmin commented 1 year ago

Closes #39, #35, #28, #7.

nachtjasmin commented 1 year ago

pronoun.page support with only profiles is not working for some reason. example account: https://queer.group/@benaryorg@catcatnya.com/

fixed it. permission was missing.

nachtjasmin commented 1 year ago

Just realised that we can also close #33 with it. We don't have HTML in our pronouns anymore, so we could also get rid of setting the innerHTML.

gonna provide a commit with that soon.

nachtjasmin commented 1 year ago

Also, this method should be moved to pronouns.js.

ItsVipra commented 1 year ago

Just realised that we can also close #33 with it. We don't have HTML in our pronouns anymore, so we could also get rid of setting the innerHTML.

gonna provide a commit with that soon.

but the plate itself is still in the a tag - which was the original issue you had, right? image

EDIT: ah no the issue was that we had an anchor in an anchor, which is no longer the case - my bad