Quellcode durchsuchen

keysnail: enable tumblr style for https connection

pull/1/head
10sr vor 10 Jahren
Ursprung
Commit
cac7528cc2
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. +4
    -1
      _keysnail.js

+ 4
- 1
_keysnail.js Datei anzeigen

@@ -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;' +


Laden…
Abbrechen
Speichern