I hereby claim:
- I am seejay on github.
- I am seejay (https://keybase.io/seejay) on keybase.
- I have a public key ASBgt_Q22ldfkTOz2-doziFLey6yvFR1380JPUXpfxD7HAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // this is the background code... | |
| // listen for our browerAction to be clicked | |
| chrome.browserAction.onClicked.addListener(function (tab) { | |
| // for the current tab, inject the "inject.js" file & execute it | |
| chrome.tabs.executeScript(tab.ib, { | |
| file: 'inject.js' | |
| }); | |
| }); |
| #!/usr/bin/python | |
| import os | |
| import sys | |
| import argparse | |
| import iso8601 | |
| import re | |
| import subprocess | |
| import logging | |
| import json |
| body { | |
| font-family: Helvetica, arial, sans-serif; | |
| font-size: 14px; | |
| line-height: 1.6; | |
| padding-top: 10px; | |
| padding-bottom: 10px; | |
| background-color: white; | |
| padding: 30px; | |
| color: #333; | |
| } |