This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#dd_ajax_float{ | |
background:none repeat scroll 0 0 #FFFFFF; | |
float:left; | |
border-right:1px solid #EEE; | |
margin-left:-81px; | |
-moz-border-radius-topleft: 4px; | |
-moz-border-radius-bottomleft: 4px; | |
border-top-left-radius: 4px; | |
border-bottom-left-radius: 4px; | |
position:absolute; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* E-mail address obfuscation | |
*/ | |
.domain::before { | |
width: 1em; | |
content: '@'; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// "default_popup": "window.html", | |
$(document).ready(function () { | |
onWindowLoad(); | |
}); | |
function onWindowLoad() { | |
$("#boxUrl").attr('src','https://readingpack.com/includes/extension/?p='+GetQueryStringParams('p')+'&url='+content.location.href+''); | |
/* | |
chrome.tabs.query({ | |
'active': true, |