Guest User

Untitled

a guest
Dec 7th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. set smoothscroll
  2.  
  3. set noautofocus
  4.  
  5. let barposition = "bottom"
  6.  
  7. let hintcharacters = "asdfghjkl;qwertyuiopzxcvbnm"
  8.  
  9. map <a-f> createMultiHint
  10. map gk :script<Space>javascript:(function(){(function () {var i, elements = document.querySelectorAll('body *');for (i = 0; i < elements.length; i++) {if (getComputedStyle(elements[i]).position === 'fixed'||getComputedStyle(elements[i]).position === 'sticky') {elements[i].parentNode.removeChild(elements[i]);}}})()})()<CR>
  11.  
  12.  
  13. site '*://*.facebook.com/*' {
  14. unmap j
  15. unmap k
  16. }
Add Comment
Please, Sign In to add comment