Parcourir la source

fix open-patebu-comment

pull/1/head
10sr il y a 12 ans
Parent
révision
b4fa9bf914
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      _keysnail.js

+ 1
- 1
_keysnail.js Voir le fichier

@@ -378,7 +378,7 @@ ext.add('send-escape', function (ev, arg) {


ext.add("open-hatebu-comment", function (ev, arg) { ext.add("open-hatebu-comment", function (ev, arg) {
if (window.loadURI) { if (window.loadURI) {
loadURI("javascript:location.href='http://b.hatena.ne.jp/entry?mode=more&url='+escape(location.href);");
loadURI("javascript:location.href='http://b.hatena.ne.jp/entry?mode=more&url='+encodeURIComponent(location.href);");
} }
}, 'hatebu'); }, 'hatebu');




Chargement…
Annuler
Enregistrer