f8g

data:text/javascript,// ==UserScript==%0A// @name          mixi yu-za- desuka?%0A// @namespace     http://d.hatena.ne.jp/arikui/%0A// @include       *%0A// ==/UserScript==%0Avar img = document.getElementsByTagName("img")%3B%0Avar s = ""%3B%0Afor(i=0%3B i<img.length%3B i++){%0A%09if(img[i].src.match(/http:\/\/mixi\.jp\/show_friend\.pl/i)) s += img[i].src + "\n"%3B%0A}%0Aif(s != ""){%0A%09var pre = document.createElement("pre")%3B%0A%09document.body.appendChild(pre)%3B%0A%09pre.innerHTML = s%3B%0A%09with(pre.style){%0A%09%09position = "fixed"%3B%0A%09%09bottom = "0px"%3B%0A%09%09left = "0px"%3B%0A%09%09width = "15%"%3B%0A%09}%0A}

置換に面倒になる