Comment on G- (Chrome Extension removes Google+)Comments−benatkin15yIt flickers. Is there anyway to inject CSS in the head of web pages with chrome extensions before the body loads?−benatkin15yI implemented a more minimal version of this extension that doesn't have the flicker issue.https://chrome.google.com/webstore/detail/elkedplmbnnbofcldj...−nikcub15yYes 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.
Comments
It flickers. Is there anyway to inject CSS in the head of web pages with chrome extensions before the body loads?
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.