Explorar el Código

keysnail: enable tumblr style for https connection

pull/1/head
10sr hace 10 años
padre
commit
cac7528cc2
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      _keysnail.js

+ 4
- 1
_keysnail.js Ver fichero

@@ -77,7 +77,10 @@ function ignore(k, i) [k, null];
// ]]></>.toString()
// );
style.register(
'@-moz-document url-prefix(\"http://www.tumblr.com/\") { #pagination {' +
'@-moz-document ' +
'url-prefix(\"http://www.tumblr.com/\"), ' +
'url-prefix(\"https://www.tumblr.com/\") ' +
'{ #pagination {' +
'position: fixed;' +
'bottom: 50px;' +
'right: 100px;' +


Cargando…
Cancelar
Guardar