Skip to content

Instantly share code, notes, and snippets.

@jonatassalgado
Created August 23, 2016 19:02
Show Gist options
  • Save jonatassalgado/a1e06027759a318002ed1cbc87e9614f to your computer and use it in GitHub Desktop.
Save jonatassalgado/a1e06027759a318002ed1cbc87e9614f to your computer and use it in GitHub Desktop.
Facebook Ads Clean - Google Dev Tools Snippet
document.getElementById("sideNav").style.display = "none";
document.getElementById("contentArea").setAttribute("style","width: 500px; margin-left: 50%; left: -250px; position: relative");
document.getElementById("feedx_container").style.display = "none";
document.getElementById("rightCol").style.display = "none";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment