SQLの窓

2011年08月25日


Firefox で localStorage を編集するアドオン



https://addons.mozilla.org/en-US/firefox/addon/firestorage/

上のような非常にシンプルなものですが、削除機能がバグで動かなかったり、入力フィールド
が狭かったりしたので、ダウンロードしたファイル( .xpi ) を、.zip に名称変更して、展開
してから中のソースコードを変更して使っています。

再度 .zip に書庫化し、.xpi に拡張子を変更して Firefox のページにドラッグ&ドロップする
とインストールされます。

yllocalstorage.js
remove : function() {
	var list = document.getElementById("yllocalstorage-viewer-list");
	if(list.getSelectedItem(0) != null) {

		var uri = ioService.newURI(content.location.href, "", null);
		var principal = securityManager.getCodebasePrincipal(uri);
		var localStorage = domStorageManager.getLocalStorageForPrincipal(principal, "");
//		dump(list.getSelectedItem(0).firstChild.attributes + "\n");
//		for(x in list.getSelectedItem(0).firstChild.firstChild) {
//			dump(x + "\n");
//		}
		
		localStorage.removeItem(list.getSelectedItem(0).firstChild.firstChild.value);
	}
	this.refresh();
},

cell2.setAttribute('ondblclick', 'this.firstChild.setAttribute("style","display: none"); this.lastChild.setAttribute("style","width:600px;");  this.lastChild.select();');



タグ:localStorage
【Firefoxの最新記事】
posted by lightbox at 2011-08-25 15:53 | Firefox | このブログの読者になる | 更新情報をチェックする
container 終わり



フリーフォントで簡単ロゴ作成
フリーフォントでボタン素材作成
フリーフォントで吹き出し画像作成
フリーフォントではんこ画像作成
ほぼ自由に利用できるフリーフォント
フリーフォントの書体見本とサンプル
画像を大きく見る為のウインドウを開くボタンの作成

CSS ドロップシャドウの参考デモ
イラストAC
ぱくたそ
写真素材 足成
フリーフォント一覧
utf8 文字ツール
右サイド 終わり
base 終わり