diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2020-08-18 12:29:44 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2020-08-18 12:29:44 -0400 |
| commit | a9cf112bed1d3dc69a31a2bc902dccf80d63390a (patch) | |
| tree | 37a351e0d6ee2ede9346e934b7239428a36f8aa5 | |
| parent | 3920c543a8f16a9bfa937e05d19723743c050c19 (diff) | |
Updated settings page and fixed spelling errors for extensions page
| -rwxr-xr-x | extensions.html (renamed from extentions.html) | 3 | ||||
| -rwxr-xr-x | index.html | 1 | ||||
| -rwxr-xr-x | settings.html | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/extentions.html b/extensions.html index 1cd5952..c7735ee 100755 --- a/extentions.html +++ b/extensions.html @@ -7,7 +7,7 @@ <meta name="description" content="This is the personal website for the real Jacob McDonnell. Feel free to look around, you might find something interesting."/> <meta name="author" content="Jacob McDonnell"/> <meta name="keywords" content="Jacob,McDonnell,Jacob McDonnell"/> - <title>Jacob McDonnell</title> + <title>Extensions for Chrome</title> <link id="cssFile" href="CSS/PurpleAndDark.css" rel="stylesheet" type="text/css"> <script src="JS/main.js"></script> <script src="JS/cookies.js"></script> @@ -26,6 +26,7 @@ <a href="https://jacobmcdonnell.com/binary/" id="pLink">Binary</a> <a href="https://jacobmcdonnell.com/Pacman/" id="pLinks">Google Pacman</a> <a href="https://jacobmcdonnell.com/settings.html">Settings and Information</a> + <a href="https://jacobmcdonnell.com/extensions.html">Chrome Extensions</a> </div></li> <li><a href="https://duckduckgo.com/">DuckDuckGo</a></li> <li><button onclick="dropdown('gsites')" class="dropbtn">Google Sites</button> @@ -27,6 +27,7 @@ <a href="https://jacobmcdonnell.com/binary/" id="pLink">Binary</a> <a href="https://jacobmcdonnell.com/Pacman/" id="pLinks">Google Pacman</a> <a href="https://jacobmcdonnell.com/settings.html">Settings and Information</a> + <a href="https://jacobmcdonnell.com/extensions.html">Chrome Extensions</a> </div></li> <li><a href="https://duckduckgo.com/">DuckDuckGo</a></li> <li><button onclick="dropdown('gsites')" class="dropbtn">Google Sites</button> diff --git a/settings.html b/settings.html index 906d94a..70fa589 100755 --- a/settings.html +++ b/settings.html @@ -27,6 +27,7 @@ <a href="https://jacobmcdonnell.com/binary/" id="pLink">Binary</a> <a href="https://jacobmcdonnell.com/Pacman/" id="pLinks">Google Pacman</a> <a href="https://jacobmcdonnell.com/settings.html">Settings and Information</a> + <a href="https://jacobmcdonnell.com/extensions.html">Chrome Extensions</a> </div></li> <li><a href="https://duckduckgo.com/">DuckDuckGo</a></li> <li><button onclick="dropdown('gsites')" class="dropbtn">Google Sites</button> @@ -67,6 +68,8 @@ <p><a href="https://jacobmcdonnell.com/">JacobMcDonnell.com</a> uses <strong>ONE</strong> cookie to allow for the theme of the website to stay the same. The information stored in the cookie is the name of cookie, which is theme, the value of the cookie, which is the name of the theme, and is set to expire 365 days after the last vist of the site. The source code of the cookie can be found at <a href="https://jacobmcdonnell.com/JS/cookies.js" target="_blank">here</a>. There are <strong>ZERO</strong> third party cookies used with this site.</p> <h2>Privacy Policy</h2> <p><a href="https://jacobmcdonnell.com/">JacobMcDonnell.com</a> collects <strong>ZERO</strong> information from visitors of the website. The Source code for the website can be found at <a href="https://github.com/JacobMcDonnell/JacobMcDonnell.github.io" target="_blank">here</a>. However, <a href="https://jacobmcdonnell.com/">JacobMcDonnell.com</a> is hosted on github pages and is not responible for any of the information collected by them if any.</p> + <h2>Jacob's Chrome Extension Grabber</h2> + <p>Jacob's Chrome Extension Grabber uses basic javascript to get the ids of extensions and combine them with a link to allow for downloading an extension from the chrome web store. All source code is available on gitlab and github and the javascript used is at the bottom of the file.</p> <script> const myForm = document.getElementById("themeForm"); myForm.addEventListener("submit", (e) => { |
