Created
May 27, 2019 10:58
-
-
Save LinZap/196746f998086a12540cc007781e68f3 to your computer and use it in GitHub Desktop.
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 = "") | |
document.body.style.height = "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment