wikitree / wikitree-browser-extension

Browser extension that adds advanced features to WikiTree.com.
MIT License
26 stars 20 forks source link

Sort Badges / Feed Detection #183

Closed harrislineage closed 1 year ago

harrislineage commented 1 year ago

86 introduced hiding/sorting buttons on Special:Badges with:

if ($("body.page-Special_Badges").length) {
    ...
}

Suggest moving to URL or Text detection to prevent badges showing on badge feed pages, such as https://www.wikitree.com/index.php?title=Special:Badges&b=coordinator.

shogenapps commented 1 year ago

I think I've already fixed this. (#177) Are you using the latest version?

harrislineage commented 1 year ago

I am on the latest version (or at least thought I was). I will recompile and see how it goes. Sorry for the intrusion on my part 😫