From 87cef8d74054a9b7d5c4e20a92883492b479875a Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Tue, 18 Aug 2020 12:04:54 -0400 Subject: Added a Chrome Browser Extensions Setup Page --- .vscode/settings.json | 0 404.gif | Bin 404.html | 0 CNAME | 0 CSS/GreenAndDark.css | 0 CSS/PurpleAndDark.css | 0 CSS/PurpleAndWhite.css | 0 CSS/main.css | 0 CSS/old.css | 0 JS/binary.js | 0 JS/command.js | 0 JS/cookies.js | 0 JS/main.js | 0 JS/morsecode.js | 0 JS/oldsidenav.js | 0 Pacman/Adobe Flash settings manager.url | 0 Pacman/Read Me.txt | 0 Pacman/Read Me.txt~ | 0 Pacman/extern_js/google.js | 0 Pacman/index.html | 0 Pacman/logos/js/pacman10-hp.2.js | 0 Pacman/logos/pacman10-hp-sprite.png | Bin Pacman/logos/pacman10-hp.png | Bin Pacman/logos/swf/pacman10-hp-sound.swf | Bin README.md | 0 Schoolproject/CSS/main.css | 0 Schoolproject/Declan'sPage.html | 0 Schoolproject/JS/sidenav.js | 0 Schoolproject/Jacob'sPage.html | 0 Schoolproject/Jason'sPage.html | 0 Schoolproject/Nick'sPage.html | 0 Schoolproject/images/constitution.jpg | Bin Schoolproject/images/pixeltrump.gif | Bin Schoolproject/images/presidents.png | Bin Schoolproject/index.html | 0 binary/index.html | 0 browserSetup/index.html | 103 +++++++++++++++++++++ ...ox Browser fast private_v65.0.1_apkpure.com.apk | Bin favicon.ico | Bin images/LOGO_21x127.png | Bin images/LOGO_21x127.svg | 0 images/LOGO_Transparent.png | Bin images/LOGO_Transparent.svg | 0 images/SideFlareGreen.svg | 0 images/SideFlarePurple.svg | 0 images/menu.svg | 0 images/wave.svg | 0 index.html | 0 morsecode/index.html | 0 morsecode/new 1.html | 0 robots.txt | 0 settings.html | 0 52 files changed, 103 insertions(+) mode change 100644 => 100755 .vscode/settings.json mode change 100644 => 100755 404.gif mode change 100644 => 100755 404.html mode change 100644 => 100755 CNAME mode change 100644 => 100755 CSS/GreenAndDark.css mode change 100644 => 100755 CSS/PurpleAndDark.css mode change 100644 => 100755 CSS/PurpleAndWhite.css mode change 100644 => 100755 CSS/main.css mode change 100644 => 100755 CSS/old.css mode change 100644 => 100755 JS/binary.js mode change 100644 => 100755 JS/command.js mode change 100644 => 100755 JS/cookies.js mode change 100644 => 100755 JS/main.js mode change 100644 => 100755 JS/morsecode.js mode change 100644 => 100755 JS/oldsidenav.js mode change 100644 => 100755 Pacman/Adobe Flash settings manager.url mode change 100644 => 100755 Pacman/Read Me.txt mode change 100644 => 100755 Pacman/Read Me.txt~ mode change 100644 => 100755 Pacman/extern_js/google.js mode change 100644 => 100755 Pacman/index.html mode change 100644 => 100755 Pacman/logos/js/pacman10-hp.2.js mode change 100644 => 100755 Pacman/logos/pacman10-hp-sprite.png mode change 100644 => 100755 Pacman/logos/pacman10-hp.png mode change 100644 => 100755 Pacman/logos/swf/pacman10-hp-sound.swf mode change 100644 => 100755 README.md mode change 100644 => 100755 Schoolproject/CSS/main.css mode change 100644 => 100755 Schoolproject/Declan'sPage.html mode change 100644 => 100755 Schoolproject/JS/sidenav.js mode change 100644 => 100755 Schoolproject/Jacob'sPage.html mode change 100644 => 100755 Schoolproject/Jason'sPage.html mode change 100644 => 100755 Schoolproject/Nick'sPage.html mode change 100644 => 100755 Schoolproject/images/constitution.jpg mode change 100644 => 100755 Schoolproject/images/pixeltrump.gif mode change 100644 => 100755 Schoolproject/images/presidents.png mode change 100644 => 100755 Schoolproject/index.html mode change 100644 => 100755 binary/index.html create mode 100755 browserSetup/index.html mode change 100644 => 100755 downloads/Firefox Browser fast private_v65.0.1_apkpure.com.apk mode change 100644 => 100755 favicon.ico mode change 100644 => 100755 images/LOGO_21x127.png mode change 100644 => 100755 images/LOGO_21x127.svg mode change 100644 => 100755 images/LOGO_Transparent.png mode change 100644 => 100755 images/LOGO_Transparent.svg mode change 100644 => 100755 images/SideFlareGreen.svg mode change 100644 => 100755 images/SideFlarePurple.svg mode change 100644 => 100755 images/menu.svg mode change 100644 => 100755 images/wave.svg mode change 100644 => 100755 index.html mode change 100644 => 100755 morsecode/index.html mode change 100644 => 100755 morsecode/new 1.html mode change 100644 => 100755 robots.txt mode change 100644 => 100755 settings.html diff --git a/.vscode/settings.json b/.vscode/settings.json old mode 100644 new mode 100755 diff --git a/404.gif b/404.gif old mode 100644 new mode 100755 diff --git a/404.html b/404.html old mode 100644 new mode 100755 diff --git a/CNAME b/CNAME old mode 100644 new mode 100755 diff --git a/CSS/GreenAndDark.css b/CSS/GreenAndDark.css old mode 100644 new mode 100755 diff --git a/CSS/PurpleAndDark.css b/CSS/PurpleAndDark.css old mode 100644 new mode 100755 diff --git a/CSS/PurpleAndWhite.css b/CSS/PurpleAndWhite.css old mode 100644 new mode 100755 diff --git a/CSS/main.css b/CSS/main.css old mode 100644 new mode 100755 diff --git a/CSS/old.css b/CSS/old.css old mode 100644 new mode 100755 diff --git a/JS/binary.js b/JS/binary.js old mode 100644 new mode 100755 diff --git a/JS/command.js b/JS/command.js old mode 100644 new mode 100755 diff --git a/JS/cookies.js b/JS/cookies.js old mode 100644 new mode 100755 diff --git a/JS/main.js b/JS/main.js old mode 100644 new mode 100755 diff --git a/JS/morsecode.js b/JS/morsecode.js old mode 100644 new mode 100755 diff --git a/JS/oldsidenav.js b/JS/oldsidenav.js old mode 100644 new mode 100755 diff --git a/Pacman/Adobe Flash settings manager.url b/Pacman/Adobe Flash settings manager.url old mode 100644 new mode 100755 diff --git a/Pacman/Read Me.txt b/Pacman/Read Me.txt old mode 100644 new mode 100755 diff --git a/Pacman/Read Me.txt~ b/Pacman/Read Me.txt~ old mode 100644 new mode 100755 diff --git a/Pacman/extern_js/google.js b/Pacman/extern_js/google.js old mode 100644 new mode 100755 diff --git a/Pacman/index.html b/Pacman/index.html old mode 100644 new mode 100755 diff --git a/Pacman/logos/js/pacman10-hp.2.js b/Pacman/logos/js/pacman10-hp.2.js old mode 100644 new mode 100755 diff --git a/Pacman/logos/pacman10-hp-sprite.png b/Pacman/logos/pacman10-hp-sprite.png old mode 100644 new mode 100755 diff --git a/Pacman/logos/pacman10-hp.png b/Pacman/logos/pacman10-hp.png old mode 100644 new mode 100755 diff --git a/Pacman/logos/swf/pacman10-hp-sound.swf b/Pacman/logos/swf/pacman10-hp-sound.swf old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/Schoolproject/CSS/main.css b/Schoolproject/CSS/main.css old mode 100644 new mode 100755 diff --git a/Schoolproject/Declan'sPage.html b/Schoolproject/Declan'sPage.html old mode 100644 new mode 100755 diff --git a/Schoolproject/JS/sidenav.js b/Schoolproject/JS/sidenav.js old mode 100644 new mode 100755 diff --git a/Schoolproject/Jacob'sPage.html b/Schoolproject/Jacob'sPage.html old mode 100644 new mode 100755 diff --git a/Schoolproject/Jason'sPage.html b/Schoolproject/Jason'sPage.html old mode 100644 new mode 100755 diff --git a/Schoolproject/Nick'sPage.html b/Schoolproject/Nick'sPage.html old mode 100644 new mode 100755 diff --git a/Schoolproject/images/constitution.jpg b/Schoolproject/images/constitution.jpg old mode 100644 new mode 100755 diff --git a/Schoolproject/images/pixeltrump.gif b/Schoolproject/images/pixeltrump.gif old mode 100644 new mode 100755 diff --git a/Schoolproject/images/presidents.png b/Schoolproject/images/presidents.png old mode 100644 new mode 100755 diff --git a/Schoolproject/index.html b/Schoolproject/index.html old mode 100644 new mode 100755 diff --git a/binary/index.html b/binary/index.html old mode 100644 new mode 100755 diff --git a/browserSetup/index.html b/browserSetup/index.html new file mode 100755 index 0000000..ec05814 --- /dev/null +++ b/browserSetup/index.html @@ -0,0 +1,103 @@ + + + + + + + + + + Jacob McDonnell + + + + + + +
+

Jacob's Chrome Extension Grabber

+

Note: When selecting multiple from the quick selector you will have to allow pop ups or select them one at a time.

+

Quick Selector

+
+
+
+
+
+
+ +
+

Paste Chrome Webstore Link Here:

+
+
+ +
+
+ + + diff --git a/downloads/Firefox Browser fast private_v65.0.1_apkpure.com.apk b/downloads/Firefox Browser fast private_v65.0.1_apkpure.com.apk old mode 100644 new mode 100755 diff --git a/favicon.ico b/favicon.ico old mode 100644 new mode 100755 diff --git a/images/LOGO_21x127.png b/images/LOGO_21x127.png old mode 100644 new mode 100755 diff --git a/images/LOGO_21x127.svg b/images/LOGO_21x127.svg old mode 100644 new mode 100755 diff --git a/images/LOGO_Transparent.png b/images/LOGO_Transparent.png old mode 100644 new mode 100755 diff --git a/images/LOGO_Transparent.svg b/images/LOGO_Transparent.svg old mode 100644 new mode 100755 diff --git a/images/SideFlareGreen.svg b/images/SideFlareGreen.svg old mode 100644 new mode 100755 diff --git a/images/SideFlarePurple.svg b/images/SideFlarePurple.svg old mode 100644 new mode 100755 diff --git a/images/menu.svg b/images/menu.svg old mode 100644 new mode 100755 diff --git a/images/wave.svg b/images/wave.svg old mode 100644 new mode 100755 diff --git a/index.html b/index.html old mode 100644 new mode 100755 diff --git a/morsecode/index.html b/morsecode/index.html old mode 100644 new mode 100755 diff --git a/morsecode/new 1.html b/morsecode/new 1.html old mode 100644 new mode 100755 diff --git a/robots.txt b/robots.txt old mode 100644 new mode 100755 diff --git a/settings.html b/settings.html old mode 100644 new mode 100755 -- cgit v1.2.3