Changeset 4498
- Timestamp:
- 01/12/08 18:18:25 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/hatenaloggedinas.user.js
r3312 r4498 8 8 9 9 (function() { 10 if (/ https?:\/\/www\.hatena\.ne\.jp\/logout/.test(location.href)) {10 if (/^https?:\/\/www\.hatena\.ne\.jp\/logout/.test(location.href)) { 11 11 GM_setValue('username', ''); 12 12 } 13 13 14 var username = GM_getValue('username'); 14 var username = GM_getValue('username'); 15 15 if (username) { 16 16 show(username); … … 64 64 } 65 65 div.innerHTML += ' ' + html; 66 } 66 } 67 67 })();
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)