github-old-feed
github-old-feed copied to clipboard
Remove the new Copilot search BS
I don't want GitHub's new Copilot search box clogging up my feed. I've tried hiding it with uBlock Origin's element zapper, but removing it that way doesn't seem to stick. It would be nice if this script could handle removing it for me.
Screenshot of the part I'd like to be removed:
That bar is in the actual home page not in the old feed page, so I think it might be off-topic to implement it in this script. However you can try this in your uBO rules:
github.com##.copilotPreview__container
github.com##copilot-dashboard-entrypoint
👍