HACKER Q&A
📣 neom

Would any SWE folks be willing to fix the HackerNew Chrome Plugin?


Since YC added the "winter batch" banner to the bottom of the website, it's impossible to get to the "more" button when you're running the HackerNew plugin. The code is on GitHub under "tommoor/HackerNew" but I'm not a software engineer so I have no clue how to fix it. Thank you. :)


  👤 throwaway019254 Accepted Answer ✓
You change this line:

https://github.com/tommoor/HackerNew/blob/ce4833d9071fc2688d...

to:

bottom: -100px;

However, it will stop working again when the "winter batch" banner is removed.