Changeset 33116
- Timestamp:
- 05/07/09 03:51:56 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/hatena/hatena_haiku_hidden_invalid_entries.user.js
r33046 r33116 2 2 // @name Hidden invalid entries for Hatena Haiku 3 3 // @namespace http://www.trashsuite.org/ 4 // @version 3.0.1 74 // @version 3.0.18 5 5 // @copyright 2009+, MINASE Kaede (http://www.trashsuite.org/) 6 6 // @license MIT License; http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license … … 205 205 { 206 206 this.NAME = 'Hidden invalid entries for Hatena Haiku' 207 this.VERSION = '3.0.1 7'207 this.VERSION = '3.0.18' 208 208 this.HATENA = unsafeWindow.Hatena 209 209 this.CONFIG_SERVER = 'http://hhhie.trashsuite.org/' … … 278 278 { 279 279 this.config.expire = this.CACHE_EXPIRE + (+ new Date) 280 } 281 282 // 設定情報を書き出す 283 this.save_config = function() 284 { 285 GM_setValue('config', this.config.toSource()) 280 286 } 281 287 … … 546 552 if(res.status == 304) { 547 553 this.reset_cache_expire() 554 this.save_config() 548 555 return true 549 556 } … … 561 568 this.config.last_modified = (new Date).toUTCString() 562 569 this.reset_cache_expire() 563 GM_setValue('config', this.config.toSource())570 this.save_config() 564 571 }.bind(this) 565 572 }) // GET
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)