Skip to content

Instantly share code, notes, and snippets.

@skbly7
Created December 18, 2017 11:49
Show Gist options
  • Save skbly7/a0127f2f3b2585256f31145cd96f6cb2 to your computer and use it in GitHub Desktop.
Save skbly7/a0127f2f3b2585256f31145cd96f6cb2 to your computer and use it in GitHub Desktop.
iChrome extension advertisement remove for free
/*
Just copy past this into your iChrome settings to get rid of advertisment for free.
Settings -> Advanced -> Custom CSS
These ads can't be removed by your AdBlock and other such extensions,
as they appear inside a extension (new tab), and those adblock extensions aren't initialized by then.
*/
iframe, .ad-unit {
display:none;
}
.widgets-container {
margin-top: 0px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment