SmallStyle


2005-07-31

_ FEEDBRINGERのスタイル変更Bookmarklet

昨日はuserContent.cssでFEEDBRINGERの見た目を変えてみましたが,Bookmarkletでもできるんじゃないの?って思って試しにやってみたらあっさりできた.これならIEでも使えるのかもとか思ったのですが,うちの環境(WindowsXP SP2)ではうまく動きません….

フィードの見るだけなら画面遷移はないので,それなりに使えるかも.ちょっとだけどんな見た目か試して見たい方はどうぞ.動作確認はFirefox DP2でのみ行っています.(Bookmarkに登録して使ってください)

javascript:(function(){var newSS, styles='#logo-container {background: #E7E3D0 !important;}#tool {display: none !important;}#nav {color: #fff !important;background: #5E766B !important;}#nav a {padding-left: 0.3em !important;padding-right: 0.3em !important;}#nav a {color: #fff !important;border-bottom: none !important;}#nav a:hover {border-bottom: none !important;color: #FFD264 !important;background-color: transparent !important;}#nav .border {border-top: none !important;border-bottom: solid 1px #333 !important;}#container {padding: 0 !important;height: 80% !important;border-bottom: solid 1px #333 !important;}#side {position: static !important;height: 100% !important;overflow: scroll !important;float: left !important;border-right: solid 1px #333 !important;}#main-container {margin: 0 !important;padding-left: 1em !important;padding-right: 1em !important;background: #E7E3D0 !important;overflow: scroll !important;height: 100% !important;}#main .feed, #popular .feed {background: #fff !important;}#main .feed-title, #popular .feed-title {color: #666 !important;background: transparent !important;}#main .feed-entry-title {background-color: #757575 !important;color: #fff !important;}#main a:hover.feed-title,#popular a:hover.feed-title,#main a:hover.feed-entry-title {color: #fff !important;background: #5E766B !important;}#main .feed-entry-information, #main .clip-information {border: 1px solid #757575 !important;}#main-help {color: #000 !important;background: #fff !important;}#main-padding {display: none !important;}'; if(document.createStyleSheet) { document.createStyleSheet(%22javascript:'%22+styles+%22'%22); } else { newSS=document.createElement('link'); newSS.rel='stylesheet'; newSS.href='data:text/css,'+escape(styles); document.documentElement.childNodes[0].appendChild(newSS); } })();

about me

いろいろと興味を持ったことを書いてます.ちょっとしたことは hb(@smallstyle) on Twitter で書いてます.

Archive

2003|01|02|03|04|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|01|02|03|04|05|06|07|08|09|10|11|12|
2013|01|02|03|04|05|06|07|08|09|10|11|12|
2014|01|02|03|04|05|06|07|08|09|10|11|12|
2015|01|02|03|04|05|06|07|08|09|10|11|12|
2016|01|02|03|04|05|06|07|08|09|12|