Skip to content

Instantly share code, notes, and snippets.

@LinZap
Last active May 27, 2019 10:56
Show Gist options
  • Save LinZap/779b85ff175b8227d045d1f2f7ec4090 to your computer and use it in GitHub Desktop.
Save LinZap/779b85ff175b8227d045d1f2f7ec4090 to your computer and use it in GitHub Desktop.
Mini IQ-Chat
var ele = [ document.querySelector('.TopBGTitle'),
document.querySelector('#ctl00_ContentPlaceHolder1_tdLeftArea'),
document.querySelector('#ctl00_ContentPlaceHolder1_tdRightArea'),
document.querySelector('.BottomBG'),
document.querySelector('#ctl00_ContentPlaceHolder1_btnMbr'),
document.querySelector('#ctl00_ContentPlaceHolder1_btnInner'),
document.querySelector('#ctl00_ContentPlaceHolder1_uplButton>table'),
document.querySelector('#ctl00_ContentPlaceHolder1_uplTab')]
ele.forEach(e=>e.style.display = "none")
document.body.style.height = "auto"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment