eduarddit

help Ed remember which link on reddit got him here
git clone https://wehaveforgeathome.hates.computer/eduarddit.git
Log | Files | Refs | LICENSE

commit 0c515b106113a446db7c27b1f55743c9596af9a0
parent 5b18bc2136101e8101f7af15ecfe171943ad2b0c
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Mon,  4 Apr 2011 15:01:27 -0700

setting width that way, it does nothing

Diffstat:
Mpopup.html | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/popup.html b/popup.html @@ -15,8 +15,6 @@ <body> ... <script> - document.body.style = 'width: 84em'; - var getPageUrl = function (callback) { chrome.tabs.getSelected(null, function (tab) { callback(tab.url); }); };