Skip to content

feat: hideStinkyFraudsters module on BetterGOI - #15

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

feat: hideStinkyFraudsters module on BetterGOI#15
SabioOfficial merged 1 commit into
Team-Exterstellar:mainfrom
GizzyUwU:main

Conversation

@GizzyUwU

Copy link
Copy Markdown
Contributor

We hiding Sabio's projects that are in the GOI queue with this one!

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

Copy link
Copy Markdown
Contributor

haha im always two steps ahead i dont submit my projects to st*rdance

@SabioOfficial
SabioOfficial merged commit f1154ee 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

Adds a Better GOI module that hides “banned” projects from the GOI queue table, controlled by a new hideBanned plugin setting.

Changes:

  • Introduces a new DOM-based filter module that removes rows whose “Integrity” cell indicates a banned status.
  • Adds a new hideBanned checkbox config option and wires the filter into the queue-list page initialization.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
extension/plugins/better-goi/modules/hideStinkyFraudsters.ts New module to remove “banned” rows and observe table mutations to keep the queue filtered.
extension/plugins/better-goi/index.ts Registers the new config option and calls the new filter handler on the queue page.

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

Comment on lines +50 to +58
export function handleBannedFilter(cfg: Cfg) {
if (cfg.hideBanned == false || cfg.hideBanned === "false") return;

const table = document.querySelector(".ysws-queue__table-container table");
if (!table) return;

removeBannedRows(table);
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