Scannably Deliciousをほんの少しだけいじった。
Scannably Deliciousをインストールするとこんな風になって見やすくなるが、
さらにnetwork画面の友人のブックマークでもユーザ名を左寄せにして見やすくした。
新deliciousのnetworkページは要素が左右に配置されすぎてて眼が疲れる。

delicious2 + stylish (network)




あと、del.icio.usで日本語のtagを見やすくするuser stylesheetの要素を入れた。本当はScannably Deliciousに足りない要素を足すstyleを作りたいんだけど、同じ要素をいじっているので再編集するしかなかった


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("delicious.com") {
  /* original style to swap positions of tags and meta information */
  ul.bookmarks li.post .meta {float: left !important;}
  ul.bookmarks li.post .tag-chain-label {display: none !important; }
  ul.bookmarks li.post .tagdisplay {margin-left: 0 !important; margin-right: 14em !important;}
  ul.bookmarks li.post .tag-chain {float: none !important; text-align: left !important;}

  /* kill the background on the tags */
  ul.tag-chain li a {background: none !important; padding: 1px 0 2px 4px !important;}
  ul.tag-chain li a span {font-size: 115% !important; background: #DDE !important; color: #000 !important; margin-left: 5px !important; padding: 1px !important;}

  /* blue background for tags on history page */
  ul#bookmarklist_everyone ul.tag-chain li a span {background: #eff5fb !important;}
  ul#bookmarklist_your ul.tag-chain li a span {background: #eff5fb !important;} 

  /* blue background for private bookmarks. line them up with the rest of the bookmarks. */
  ul.bookmarks .isPrivate .dateGroup {left: -5em !important;}
  ul.bookmarks li.isPrivate, ul.bookmarks li.isPrivate .bookmark {border-left: none !important; background: #e8eef7;}
  ul.bookmarks li.isPrivate a.dangerous, ul.bookmarks li.isPrivate a.private {background: none !important;}
  li.isPrivate ul.tag-chain li a, li.isPrivate ul.tag-chain li a span {background: #e8eef7 !important;}
 
  /* add padding to the meta stuff so it doesn’t look stupid with the background color */
  div.meta div.editdel ul.bookmark-actions {padding-right: 3px !important;}

  /* bold link titles */
  div.data h4 a {font-weight: 800;}
}



deliciousはfor:userで人にlinkを送れるのは良いんだけど、tagのインクリメンタルサーチのgreasemonkeyが動かなくなってしまったのでブックマークを掘り出す時ははてブからやってる。誰かなんとかしてくれませんかね


あと個人的に、wordpress編集画面のショートカットキーを全部offにして欲しい。macでemacsキーバインドでカーソル操作するとtagが挿入される・・・

webサービスの見た目が変わるとこれまでユーザが自前で作ってきたスクリプト等がほとんど使えなくなるのは辛い。
使いやすさとしては
カスタムしまくった旧deliciousにtomblooで投稿>新はてブ>新deliciousにstylishなどインストール
の順。