Browse Source

Get rid of Google bullshit

kiska-2021
JustAnotherArchivist 3 years ago
parent
commit
2cce0a979c
9 changed files with 0 additions and 111 deletions
  1. +0
    -68
      src/404.html
  2. +0
    -1
      src/download.audio.html
  3. +0
    -1
      src/download.html
  4. +0
    -1
      src/download.image.html
  5. +0
    -1
      src/download.markdown.html
  6. +0
    -1
      src/download.sandbox.html
  7. +0
    -1
      src/download.video.html
  8. +0
    -18
      src/includes/ga.html
  9. +0
    -19
      src/index.html

+ 0
- 68
src/404.html View File

@@ -69,70 +69,6 @@
margin: 0 auto;
}

/* google search */

#goog-fixurl ul {
list-style: none;
padding: 0;
margin: 0;
}

#goog-fixurl form {
margin: 0;
}

#goog-wm-qt,
#goog-wm-sb {
border: 1px solid #bbb;
font-size: 16px;
line-height: normal;
vertical-align: top;
color: #444;
border-radius: 2px;
}

#goog-wm-qt {
width: 220px;
height: 20px;
padding: 5px;
margin: 5px 10px 0 0;
box-shadow: inset 0 1px 1px #ccc;
}

#goog-wm-sb {
display: inline-block;
height: 32px;
padding: 0 10px;
margin: 5px 0 0;
white-space: nowrap;
cursor: pointer;
background-color: #f5f5f5;
background-image: -webkit-linear-gradient(rgba(255,255,255,0), #f1f1f1);
background-image: -moz-linear-gradient(rgba(255,255,255,0), #f1f1f1);
background-image: -ms-linear-gradient(rgba(255,255,255,0), #f1f1f1);
background-image: -o-linear-gradient(rgba(255,255,255,0), #f1f1f1);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
*overflow: visible;
*display: inline;
*zoom: 1;
}

#goog-wm-sb:hover,
#goog-wm-sb:focus {
border-color: #aaa;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
background-color: #f8f8f8;
}

#goog-wm-qt:hover,
#goog-wm-qt:focus {
border-color: #105cb6;
outline: 0;
color: #222;
}

input::-moz-focus-inner {
padding: 0;
border: 0;
@@ -148,10 +84,6 @@
<li>a mistyped address</li>
<li>an out-of-date link</li>
</ul>
<script>
var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;
</script>
<script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
</div>
</body>
</html>

+ 0
- 1
src/download.audio.html View File

@@ -12,7 +12,6 @@ include "includes/download-head.html"
<body id="download">
<script src="../scripts/vendor/video.js"></script>

include "includes/ga.html"
include "includes/download-navigation.html"




+ 0
- 1
src/download.html View File

@@ -10,7 +10,6 @@ include "includes/download-head.html"

<body id="download">

include "includes/ga.html"
include "includes/download-navigation.html"




+ 0
- 1
src/download.image.html View File

@@ -10,7 +10,6 @@ include "includes/download-head.html"

<body id="download">

include "includes/ga.html"
include "includes/download-navigation.html"

<section id="home">


+ 0
- 1
src/download.markdown.html View File

@@ -10,7 +10,6 @@ include "includes/download-head.html"

<body id="download">

include "includes/ga.html"
include "includes/download-navigation.html"

<section id="home">


+ 0
- 1
src/download.sandbox.html View File

@@ -10,7 +10,6 @@ include "includes/download-head.html"

<body id="download">

include "includes/ga.html"
include "includes/download-navigation.html"

<section id="home">


+ 0
- 1
src/download.video.html View File

@@ -11,7 +11,6 @@ include "includes/download-head.html"
<body id="download">
<script src="../scripts/vendor/video.js"></script>

include "includes/ga.html"
include "includes/download-navigation.html"

<section id="home">


+ 0
- 18
src/includes/ga.html View File

@@ -1,18 +0,0 @@
<script>
var gaKey = "{{.GAKey}}";
if (gaKey != "") {
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', gaKey, 'transfer.sh');
ga('send', 'pageview');
}
</script>

+ 0
- 19
src/index.html View File

@@ -11,25 +11,6 @@ include "includes/head.html"

<body>

<script>
var gaKey = "{{.GAKey}}";
if (gaKey != "") {
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', gaKey, 'transfer.sh');
ga('send', 'pageview');
}
</script>

include "includes/navigation.html"

<section id="home">


Loading…
Cancel
Save