From 5af11a142754ef72cfdbc581d0beabe7884100d0 Mon Sep 17 00:00:00 2001
From: anekos
Date: Thu, 1 Sep 2011 18:34:10 +0900
Subject: 履歴を保存するように
---
migemized_find.js | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
(limited to 'migemized_find.js')
diff --git a/migemized_find.js b/migemized_find.js
index 8adc6dd..49d34aa 100644
--- a/migemized_find.js
+++ b/migemized_find.js
@@ -39,7 +39,7 @@ let PLUGIN_INFO =
Migemized Find
Migemize default page search.
デフォルトのドキュメント内検索をミゲマイズする。
- 2.11.1
+ 2.11.2
anekos
new BSD License (Please read the source code comments of this plugin)
修正BSDライセンス (ソースコードのコメントを参照してください)
@@ -236,6 +236,8 @@ let PLUGIN_INFO =
for each ([name, value] in Iterator(colors))
];
+ let store = storage.newMap(__context__.NAME, {store: true});
+
function s2b (s, d) (!/^(\d+|false)$/i.test(s)|parseInt(s)|!!d*2)&1<