Guest User

Untitled

a guest
Apr 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. // xpath: '//*[@id="gists"]/div[2]/div[2]/div[2]/div'
  2. // selector: '#gists > div.js-gist-file > div.file.js-code-editor.container-preview.show-code > div.commit-create > div'
  3.  
  4. // reset to orig:
  5. $('#gists > div.js-gist-file > div.file.js-code-editor.container-preview.show-code > div.commit-create > div').style.height = '352px'
  6.  
  7. // expand to 600px high:
  8. $('#gists > div.js-gist-file > div.file.js-code-editor.container-preview.show-code > div.commit-create > div').style.height = '600px'
  9.  
  10. // expand to 900px high:
  11. $('#gists > div.js-gist-file > div.file.js-code-editor.container-preview.show-code > div.commit-create > div').style.height = '900px'
Add Comment
Please, Sign In to add comment