Hacker News new | ask | show | jobs
by benatkin 5454 days ago
It flickers. Is there anyway to inject CSS in the head of web pages with chrome extensions before the body loads?
2 comments

I implemented a more minimal version of this extension that doesn't have the flicker issue.

https://chrome.google.com/webstore/detail/elkedplmbnnbofcldj...

Yes there is. My own extension that does this, BlockPlus, actually blocks the HTTP requests rather than just hiding the elements on the page:

http://nikcub.appspot.com/blockplus-a-browser-extension-to-b...

It already has over 5k installs and is working well. I am adding options to let the user refine which is blocked where.