Advertisement
Guest User

Untitled

a guest
Apr 21st, 2020
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. bindings.commands = {"normal": {",d": "open -t -- https://dictionary.cambridge.org/dictionary/english/{primary}", ",m": "spawn mpv --no-terminal --fs {url}", ",t": "open -t -- https://translate.google.com/#auto/sl/{primary}", ",y": "spawn yt {url}", "q": "tab-close", "zl": "spawn --userscript password_fill", "zol": "spawn --userscript qute-pass -n --otp-only"}}
  2. completion.timestamp_format = %d. %m. %Y
  3. content.autoplay = false
  4. *://invidio.us/*: content.autoplay = true
  5. content.cookies.accept = no-3rdparty
  6. content.host_blocking.lists = ["https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts", "https://raw.githubusercontent.com/xxcriticxx/.pl-host-file/master/hosts.txt", "https://tgc.cloud/downloads/hosts.txt", "https://raw.githubusercontent.com/badmojr/1Hosts/master/complete/hosts.txt"]
  7. content.javascript.enabled = false
  8. *://*.digitalocean.com/*: content.javascript.enabled = true
  9. *://*.erazem.eu/*: content.javascript.enabled = true
  10. *://*.freebsd.org/*: content.javascript.enabled = true
  11. *://*.fri.uni-lj.si/*: content.javascript.enabled = true
  12. *://*.gog.com/*: content.javascript.enabled = true
  13. *://*.invidio.us/*: content.javascript.enabled = true
  14. *://*.mailbox.org/*: content.javascript.enabled = true
  15. *://*.slack.com/*: content.javascript.enabled = true
  16. *://*.sr.ht/*: content.javascript.enabled = true
  17. *://1337x.is/*: content.javascript.enabled = true
  18. *://1337x.to/*: content.javascript.enabled = true
  19. *://archive.org/*: content.javascript.enabled = true
  20. *://bbb.garaza.io/*: content.javascript.enabled = true
  21. *://devhints.io/*: content.javascript.enabled = true
  22. *://discordapp.com/*: content.javascript.enabled = true
  23. *://github.com/*: content.javascript.enabled = true
  24. *://idp.aai.izum.si/*: content.javascript.enabled = true
  25. *://localhost/*: content.javascript.enabled = false
  26. *://meet.jit.si/*: content.javascript.enabled = true
  27. *://plus.si.cobiss.net/*: content.javascript.enabled = true
  28. *://teaching.lavbic.net/*: content.javascript.enabled = true
  29. *://video.arnes.si/*: content.javascript.enabled = true
  30. https://discordapp.com: content.media_capture = true
  31. https://meet.jit.si: content.media_capture = true
  32. content.notifications = false
  33. https://*.slack.com: content.notifications = true
  34. https://discordapp.com: content.notifications = true
  35. scrolling.smooth = true
  36. spellcheck.languages = ["en-US", "sl-SI"]
  37. tabs.last_close = close
  38. url.default_page = https://www.startpage.com
  39. url.open_base_url = true
  40. url.searchengines = {"1337x": "https://www.1377x.to/?search={}", "DEFAULT": "https://www.startpage.com/do/dsearch?query={}", "camb": "https://dictionary.cambridge.org/search/direct/?datasetsearch=english&q={}", "fm": "https://fmovies.wtf/search?keyword={}", "inv": "https://invidio.us/search?q={}", "sx": "https://search.privacytools.io?q={}"}
  41. url.start_pages = about:blank
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement