Last active
May 27, 2019 10:56
-
-
Save LinZap/779b85ff175b8227d045d1f2f7ec4090 to your computer and use it in GitHub Desktop.
Mini IQ-Chat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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