Skip to content

Instantly share code, notes, and snippets.

@misbach
Created December 23, 2018 00:19
Show Gist options
  • Save misbach/8e9e4a97d0a0602e8739e2c9ba4c5124 to your computer and use it in GitHub Desktop.
Save misbach/8e9e4a97d0a0602e8739e2c9ba4c5124 to your computer and use it in GitHub Desktop.
Remove junk from AGround
// Paste this into the javascript console at following website to remove all the junk that slows down the app.
// https://www.kongregate.com/games/terra0nova/aground
document.getElementsByClassName('gamepage_header_outer')[0].remove();
document.getElementById('headerwrap').remove();
document.getElementById('chat_container_cell').remove()
document.getElementsByClassName('game_details_outer')[0].remove();
document.getElementsByClassName('game_lower_horizontal_ad')[0].remove();
document.getElementById('below_fold_content').remove();
document.getElementById('quicklinks').remove();
document.getElementById('subwrap').remove();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment