diff options
Diffstat (limited to 'chrome-get-urls-from-tabs-in-windows.html')
| -rw-r--r-- | chrome-get-urls-from-tabs-in-windows.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chrome-get-urls-from-tabs-in-windows.html b/chrome-get-urls-from-tabs-in-windows.html index 3d2fbf8..648062e 100644 --- a/chrome-get-urls-from-tabs-in-windows.html +++ b/chrome-get-urls-from-tabs-in-windows.html @@ -4,14 +4,18 @@ <title>Chrome Copy URLs From All Tabs</title> <style> - textarea { width: 600px; height: 900px; font-size: 13px; line-height: 1.6; } + html, body { height: 100%; font-family: Helvetica, sans-serif; } - #header { font-weight: bold; } + textarea { width: 600px; height: 85%; font: 13px/1.6 Courier, monospace; } + + #header { font-size: 18px; font-weight: bold; } </style> </head> <body> <p id="header"></p> + <p id="download-link"></p> + <textarea id="copy-area"></textarea> <script src="chrome-get-urls-from-tabs-in-windows.js"></script> |
