Skip to content

Commit 25c44d4

Browse files
committed
bugfix: overflow
bugfix: options page overflow removed: donation bar updated: copyright dates
1 parent a6f0d80 commit 25c44d4

10 files changed

+16
-30
lines changed

chrome/headersBackground.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
HTTP Headers - https://www.paulhempshall.com/io/http-headers/
3-
Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
3+
Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

chrome/headersBackground.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* HTTP Headers - https://www.paulhempshall.com/io/http-headers/
3-
* Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
3+
* Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

chrome/headersHelpers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* HTTP Headers - https://www.paulhempshall.com/io/http-headers/
3-
* Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
3+
* Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

chrome/headersLive.html

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
HTTP Headers - https://github.com/phempshall/http-headers
3-
Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
3+
Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
@@ -456,17 +456,9 @@ <h4>Filter by status:</h4>
456456
</div><!-- #content -->
457457

458458
<div id="footer">
459-
<div class="copyright">
459+
<div id="donations" class="copyright">
460460
&copy; Copyright <a href="https://www.paulhempshall.com/io/http-headers/">https://www.paulhempshall.com/io/http-headers</a>.
461461
</div>
462-
463-
<div id="donations">
464-
<a href="https://paypal.me/paulhempshall" class="donate" title="Donate with PayPal"><span class="donations">donations</span><span class="donate-where donate-paypal">PayPal</span></a>
465-
<a href="https://blockchain.info/address/1K1AhrU5JS8euypB3Vw2iGxXqsbwcf9kxN" class="donate" title="Donate with Bitcoin/BCash"><span class="donations">donations</span><span class="donate-where donate-bitcoin">Bitcoin</span></a>
466-
<a href="https://chainz.cryptoid.info/ltc/address.dws?LLowTnsW4d3uymbZiiFZLUkejZCcdcmW6F" class="donate" title="Donate with Litecoin"><span class="donations">donations</span><span class="donate-where donate-litecoin">Litecoin</span></a>
467-
<a href="https://dogechain.info/address/DGB5acV5rfEZaovAM1PNHmbbecrrwb1jsG" class="donate" title="Donate with Dogecoin"><span class="donations">donations</span><span class="donate-where donate-dogecoin">Dogecoin</span></a>
468-
<a href="https://etherscan.io/address/0xe8b4f8842bf14b9a4ce675461153ea21ca742bc7" class="donate" title="Donate with Ethereum/EthClassic"><span class="donations">donations</span><span class="donate-where donate-ethereum">Ethereum</span></a>
469-
</div>
470462
</div>
471463
<!-- </div>end full-height -->
472464

chrome/headersLive.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* HTTP Headers - https://www.paulhempshall.com/io/http-headers/
3-
* Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
3+
* Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

chrome/headersOptions.html

+6-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
HTTP Headers - https://www.paulhempshall.com/io/http-headers/
3-
Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
3+
Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
@@ -34,6 +34,7 @@
3434
.f-l { float: left; }
3535
.p-6 { padding: 6px; box-sizing: border-box; }
3636
.h-90 { height: 90%; }
37+
.overflow { overflow: auto; height: 100%; }
3738
.error-text {
3839
border-top: 1px solid #e8e8e8;
3940
font-weight: 700;
@@ -184,7 +185,7 @@ <h1>
184185
</div>
185186

186187
<div id="content">
187-
<div class="p-6">
188+
<div class="p-6 overflow">
188189
<div id="options">
189190
<h2>Options</h2>
190191
<div class="option">
@@ -214,7 +215,7 @@ <h3>Fetch Type on Live Headers View</h3>
214215
<label for="o_live_type_other">[other]:<input type="checkbox" name="o_live_type" id="o_live_type_other"></label>
215216
</div>
216217
<div class="option">
217-
<h3>Donation Bar on Live Headers View</h3>
218+
<h3>Copyright Bar on Live Headers View</h3>
218219
<label for="o_live_donation_show">Show:<input type="radio" name="o_live_donation" id="o_live_donation_show"></label>
219220
<label for="o_live_donation_hide">Hide:<input type="radio" name="o_live_donation" id="o_live_donation_hide"></label>
220221
</div>
@@ -246,7 +247,7 @@ <h2>About HTTP Headers</h2>
246247
<h2>License</h2>
247248
<pre>
248249
HTTP Headers - https://www.paulhempshall.com/io/http-headers/
249-
Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
250+
Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
250251

251252
This program is free software: you can redistribute it and/or modify
252253
it under the terms of the GNU General Public License as published by
@@ -266,16 +267,9 @@ <h2>License</h2>
266267
</div><!-- #content -->
267268

268269
<div id="footer">
269-
<div class="copyright">
270+
<div id="donations" class="copyright">
270271
&copy; Copyright <a href="https://www.paulhempshall.com/io/http-headers/">https://www.paulhempshall.com/io/http-headers/</a>.
271272
</div>
272-
<div id="donations">
273-
<a href="https://paypal.me/paulhempshall" class="donate" title="Donate with PayPal"><span class="donations">donations</span><span class="donate-where donate-paypal">PayPal</span></a>
274-
<a href="https://blockchain.info/address/1K1AhrU5JS8euypB3Vw2iGxXqsbwcf9kxN" class="donate" title="Donate with Bitcoin/BCash"><span class="donations">donations</span><span class="donate-where donate-bitcoin">Bitcoin</span></a>
275-
<a href="https://chainz.cryptoid.info/ltc/address.dws?LLowTnsW4d3uymbZiiFZLUkejZCcdcmW6F" class="donate" title="Donate with Litecoin"><span class="donations">donations</span><span class="donate-where donate-litecoin">Litecoin</span></a>
276-
<a href="https://dogechain.info/address/DGB5acV5rfEZaovAM1PNHmbbecrrwb1jsG" class="donate" title="Donate with Dogecoin"><span class="donations">donations</span><span class="donate-where donate-dogecoin">Dogecoin</span></a>
277-
<a href="https://etherscan.io/address/0xe8b4f8842bf14b9a4ce675461153ea21ca742bc7" class="donate" title="Donate with Ethereum/EthClassic"><span class="donations">donations</span><span class="donate-where donate-ethereum">Ethereum</span></a>
278-
</div>
279273
</div>
280274

281275
<script src="headersOptions.js"></script>

chrome/headersOptions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* HTTP Headers - https://www.paulhempshall.com/io/http-headers/
3-
* Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
3+
* Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

chrome/headersPopup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
HTTP Headers - https://www.paulhempshall.com/io/http-headers/
3-
Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
3+
Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

chrome/headersPopup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* HTTP Headers - https://www.paulhempshall.com/io/http-headers/
3-
* Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
3+
* Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

chrome/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Paul Hempshall",
44

55
"name": "HTTP Headers",
6-
"version": "1.0.4",
6+
"version": "1.0.5",
77
"description": "Displays the current tab’s HTTP request and response or a Live HTTP Headers tab showing a stream of requests and responses.",
88

99
"background": {

0 commit comments

Comments
 (0)