Skip to content

Commit

Permalink
bugfix: overflow
Browse files Browse the repository at this point in the history
bugfix: options page overflow
removed: donation bar
updated: copyright dates
  • Loading branch information
phempshall committed Jan 31, 2019
1 parent a6f0d80 commit 25c44d4
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 30 deletions.
2 changes: 1 addition & 1 deletion chrome/headersBackground.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
HTTP Headers - https://www.paulhempshall.com/io/http-headers/
Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion chrome/headersBackground.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* HTTP Headers - https://www.paulhempshall.com/io/http-headers/
* Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
* Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion chrome/headersHelpers.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* HTTP Headers - https://www.paulhempshall.com/io/http-headers/
* Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
* Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
12 changes: 2 additions & 10 deletions chrome/headersLive.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
HTTP Headers - https://github.com/phempshall/http-headers
Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -456,17 +456,9 @@ <h4>Filter by status:</h4>
</div><!-- #content -->

<div id="footer">
<div class="copyright">
<div id="donations" class="copyright">
&copy; Copyright <a href="https://www.paulhempshall.com/io/http-headers/">https://www.paulhempshall.com/io/http-headers</a>.
</div>

<div id="donations">
<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>
<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>
<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>
<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>
<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>
</div>
</div>
<!-- </div>end full-height -->

Expand Down
2 changes: 1 addition & 1 deletion chrome/headersLive.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* HTTP Headers - https://www.paulhempshall.com/io/http-headers/
* Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
* Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
18 changes: 6 additions & 12 deletions chrome/headersOptions.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
HTTP Headers - https://www.paulhempshall.com/io/http-headers/
Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -34,6 +34,7 @@
.f-l { float: left; }
.p-6 { padding: 6px; box-sizing: border-box; }
.h-90 { height: 90%; }
.overflow { overflow: auto; height: 100%; }
.error-text {
border-top: 1px solid #e8e8e8;
font-weight: 700;
Expand Down Expand Up @@ -184,7 +185,7 @@ <h1>
</div>

<div id="content">
<div class="p-6">
<div class="p-6 overflow">
<div id="options">
<h2>Options</h2>
<div class="option">
Expand Down Expand Up @@ -214,7 +215,7 @@ <h3>Fetch Type on Live Headers View</h3>
<label for="o_live_type_other">[other]:<input type="checkbox" name="o_live_type" id="o_live_type_other"></label>
</div>
<div class="option">
<h3>Donation Bar on Live Headers View</h3>
<h3>Copyright Bar on Live Headers View</h3>
<label for="o_live_donation_show">Show:<input type="radio" name="o_live_donation" id="o_live_donation_show"></label>
<label for="o_live_donation_hide">Hide:<input type="radio" name="o_live_donation" id="o_live_donation_hide"></label>
</div>
Expand Down Expand Up @@ -246,7 +247,7 @@ <h2>About HTTP Headers</h2>
<h2>License</h2>
<pre>
HTTP Headers - https://www.paulhempshall.com/io/http-headers/
Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.

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

<div id="footer">
<div class="copyright">
<div id="donations" class="copyright">
&copy; Copyright <a href="https://www.paulhempshall.com/io/http-headers/">https://www.paulhempshall.com/io/http-headers/</a>.
</div>
<div id="donations">
<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>
<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>
<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>
<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>
<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>
</div>
</div>

<script src="headersOptions.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion chrome/headersOptions.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* HTTP Headers - https://www.paulhempshall.com/io/http-headers/
* Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
* Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion chrome/headersPopup.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
HTTP Headers - https://www.paulhempshall.com/io/http-headers/
Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion chrome/headersPopup.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* HTTP Headers - https://www.paulhempshall.com/io/http-headers/
* Copyright (C) 2016-2018, Paul Hempshall. All rights reserved.
* Copyright (C) 2016-2019, Paul Hempshall. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Paul Hempshall",

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

"background": {
Expand Down

0 comments on commit 25c44d4

Please sign in to comment.