Skip to content

Instantly share code, notes, and snippets.

View andreiluca's full-sized avatar

Andrei Luca andreiluca

View GitHub Profile
// "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,
@andreiluca
andreiluca / dabblet.css
Created August 17, 2012 18:19 — forked from CyberSliver/dabblet.css
E-mail address obfuscation
/**
* E-mail address obfuscation
*/
.domain::before {
width: 1em;
content: '@';
}
@andreiluca
andreiluca / gist:836124
Created February 20, 2011 17:27
Digg digg plugin style for LightWord Wordpress Theme
#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;