From cac7528cc26ce8f54798271866abfc5a1144c00a Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 18 Aug 2014 15:38:35 +0900 Subject: [PATCH] keysnail: enable tumblr style for https connection --- _keysnail.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_keysnail.js b/_keysnail.js index 51edca0..374b430 100644 --- a/_keysnail.js +++ b/_keysnail.js @@ -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;' +