Skip to content

Instantly share code, notes, and snippets.

@MessiDaGod
Created April 23, 2020 18:07
Show Gist options
  • Save MessiDaGod/83d68ad8e88d11b98265ff7380912dd1 to your computer and use it in GitHub Desktop.
Save MessiDaGod/83d68ad8e88d11b98265ff7380912dd1 to your computer and use it in GitHub Desktop.
var appBanners = document.getElementsByClassName("bling css-zvcs3w");
for (var i = 0; i < appBanners.length; i++) {
appBanners[i].style.display = "none";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment