2012-11-02

Xombrero and read later bookmarks

  • copy paste the link into a .js file it usually looks like
javascript:(function()...)();
  • clean it (not sure it is necessary but this works) ie: one var …; per line and so one
function read_later() {
  var ...;
  ...
  }
read_later();
  • in ~/.xombrero.conf add a key binding
keybinding= script /path/to/the.js,K
  • restart Xombrero and on a website press the key you bound the script to