Skip to content

chore: forgor dupe run check on hideStinkyFraudsters - #16

Merged
SabioOfficial merged 1 commit into
Team-Exterstellar:mainfrom
GizzyUwU:main
Aug 12, 2026
Merged

chore: forgor dupe run check on hideStinkyFraudsters#16
SabioOfficial merged 1 commit into
Team-Exterstellar:mainfrom
GizzyUwU:main

Conversation

@GizzyUwU

Copy link
Copy Markdown
Contributor

And also bans sabio from getting any food from goi

Copilot AI lite review requested due to automatic review settings August 12, 2026 17:06
@SabioOfficial

Copy link
Copy Markdown
Contributor

:uuh:

@SabioOfficial
SabioOfficial merged commit 82c03cb into Team-Exterstellar:main Aug 12, 2026
2 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the better-goi “hide banned” queue filtering to avoid initializing the row-observer multiple times on the same table element.

Changes:

  • Tightens the config guard check for hideBanned to strict comparisons.
  • Adds a data-exterstellar-hide-banned-init attribute to prevent duplicate observer initialization.
  • Uses a typed querySelector<HTMLTableElement> for the target table lookup.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines 58 to 61
removeBannedRows(table);
if (table.hasAttribute("data-exterstellar-hide-banned-init")) return;
table.setAttribute("data-exterstellar-hide-banned-init", "1");
observeForBannedRows(table);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants