From ac429d43a996010bbd8f05bdde2cfc0e3b33a90d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 Mar 2014 13:01:42 -0400 Subject: Style URL page header --- chrome-get-urls-from-tabs-in-windows.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome-get-urls-from-tabs-in-windows.html') diff --git a/chrome-get-urls-from-tabs-in-windows.html b/chrome-get-urls-from-tabs-in-windows.html index 3d2fbf8..23bc74e 100644 --- a/chrome-get-urls-from-tabs-in-windows.html +++ b/chrome-get-urls-from-tabs-in-windows.html @@ -6,7 +6,7 @@ -- cgit v1.2.3 From 6cf6a0ed3c18e28e76a37eb2fbfec7700936a594 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 Mar 2014 13:04:58 -0400 Subject: Use monospace type in textarea --- chrome-get-urls-from-tabs-in-windows.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome-get-urls-from-tabs-in-windows.html') diff --git a/chrome-get-urls-from-tabs-in-windows.html b/chrome-get-urls-from-tabs-in-windows.html index 23bc74e..a45f70a 100644 --- a/chrome-get-urls-from-tabs-in-windows.html +++ b/chrome-get-urls-from-tabs-in-windows.html @@ -4,7 +4,7 @@ Chrome Copy URLs From All Tabs -- cgit v1.2.3 From b8aa3166e3ff74c93a97b02c204924f85b69d6be Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 Mar 2014 16:10:01 -0400 Subject: Add YAML output --- chrome-get-urls-from-tabs-in-windows.html | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome-get-urls-from-tabs-in-windows.html') diff --git a/chrome-get-urls-from-tabs-in-windows.html b/chrome-get-urls-from-tabs-in-windows.html index a45f70a..1fd3141 100644 --- a/chrome-get-urls-from-tabs-in-windows.html +++ b/chrome-get-urls-from-tabs-in-windows.html @@ -14,6 +14,7 @@ + -- cgit v1.2.3 From 55f440c98dad4a4d5e1ab7c879c008c54a71555c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 Mar 2014 16:10:46 -0400 Subject: Remove YAML library Since I'm now outputting YAML manually for better looks, get rid of the YAML serialiser I included previously. --- chrome-get-urls-from-tabs-in-windows.html | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome-get-urls-from-tabs-in-windows.html') diff --git a/chrome-get-urls-from-tabs-in-windows.html b/chrome-get-urls-from-tabs-in-windows.html index 1fd3141..a45f70a 100644 --- a/chrome-get-urls-from-tabs-in-windows.html +++ b/chrome-get-urls-from-tabs-in-windows.html @@ -14,7 +14,6 @@ - -- cgit v1.2.3 From aae7502ceca9f78aaa0bb18b1b172738422f2da7 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 Mar 2014 18:06:32 -0400 Subject: Page: size textarea to fit in page Textarea now resizes according to window height. --- chrome-get-urls-from-tabs-in-windows.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chrome-get-urls-from-tabs-in-windows.html') diff --git a/chrome-get-urls-from-tabs-in-windows.html b/chrome-get-urls-from-tabs-in-windows.html index a45f70a..90e4013 100644 --- a/chrome-get-urls-from-tabs-in-windows.html +++ b/chrome-get-urls-from-tabs-in-windows.html @@ -4,7 +4,9 @@ Chrome Copy URLs From All Tabs -- cgit v1.2.3 From d239f03dcef8afe7f727b758e7c55c2f99c9c6a7 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 Mar 2014 18:35:28 -0400 Subject: Page: move download link to top Move the download link to the top of the page and style it. --- chrome-get-urls-from-tabs-in-windows.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'chrome-get-urls-from-tabs-in-windows.html') diff --git a/chrome-get-urls-from-tabs-in-windows.html b/chrome-get-urls-from-tabs-in-windows.html index 90e4013..a19819a 100644 --- a/chrome-get-urls-from-tabs-in-windows.html +++ b/chrome-get-urls-from-tabs-in-windows.html @@ -4,16 +4,18 @@ Chrome Copy URLs From All Tabs + + -- cgit v1.2.3 From 6f988f83e450c22ab6c1d5fee7dab237181a3dbd Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 Mar 2014 18:43:46 -0400 Subject: Page: reduce height of textarea in accordance with link Now that the download link is moved, reduce the size of the textarea. --- chrome-get-urls-from-tabs-in-windows.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome-get-urls-from-tabs-in-windows.html') diff --git a/chrome-get-urls-from-tabs-in-windows.html b/chrome-get-urls-from-tabs-in-windows.html index a19819a..648062e 100644 --- a/chrome-get-urls-from-tabs-in-windows.html +++ b/chrome-get-urls-from-tabs-in-windows.html @@ -6,7 +6,7 @@ -- cgit v1.2.3