Skip to content

Commit

Permalink
Prepare go live v0.10.8 - Upload js
Browse files Browse the repository at this point in the history
  • Loading branch information
2Abendsegler authored Sep 12, 2020
1 parent b43697e commit 3e86f75
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions gc_little_helper_II.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name GC little helper II
// @namespace http://www.amshove.net
//--> $$000
// @version 0.10.7
// @version 0.10.8
//<-- $$000
// @include https://www.geocaching.com/*
// @include https://maps.google.tld/*
Expand Down Expand Up @@ -11461,10 +11461,10 @@ var mainGC = function() {
div.setAttribute("style", "margin-top: -50px;");
var prop = ' style="border: none; visibility: hidden; width: 2px; height: 2px;" alt="">';
//--> $$002
var code = '<img src="https://c.andyhoppe.com/1591560533"' + prop + // Besucher
'<img src="https://c.andyhoppe.com/1591560628"' + prop + // Seitenaufrufe
'<img src="https://www.worldflagcounter.com/g8w"' + prop +
'<img src="https://s11.flagcounter.com/count2/ZdG4/bg_FFFFFF/txt_000000/border_CCCCCC/columns_6/maxflags_60/viewers_0/labels_1/pageviews_1/flags_0/percent_0/"' + prop;
var code = '<img src="https://c.andyhoppe.com/1599903823"' + prop + // Besucher
'<img src="https://c.andyhoppe.com/1599903899"' + prop + // Seitenaufrufe
'<img src="https://www.worldflagcounter.com/hgF"' + prop +
'<img src="https://s11.flagcounter.com/count2/idiW/bg_FFFFFF/txt_000000/border_CCCCCC/columns_6/maxflags_60/viewers_0/labels_1/pageviews_1/flags_0/percent_0/"' + prop;
//<-- $$002
div.innerHTML = code;
side.appendChild(div);
Expand Down Expand Up @@ -12494,6 +12494,7 @@ var mainGC = function() {
html += thanksLineBuild("DrakMrak", "", false, false, true, false, false);
html += thanksLineBuild("radlerandi", "", false, false, true, false, false);
html += thanksLineBuild("Nicole1338", "", false, false, true, false, false);
html += thanksLineBuild("Die Batzen", "DieBatzen", false, false, true, true, false);
html += thanksLineBuild("ramirez_", "ramirezhr", false, false, true, false, false);
html += thanksLineBuild("king-ton", "", false, false, true, false, false);
html += thanksLineBuild("dontpänic", "haarspalter", false, false, true, false, false);
Expand All @@ -12508,7 +12509,6 @@ var mainGC = function() {
html += thanksLineBuild("BlueEagle23", "", false, false, false, true, false);
html += thanksLineBuild("Cappa-d", "", false, false, false, true, false);
html += thanksLineBuild("", "gboye", false, false, false, true, false);
html += thanksLineBuild("Die Batzen", "DieBatzen", false, false, false, true, false);
html += thanksLineBuild("Donnerknispel", "", false, false, false, true, false);
html += thanksLineBuild("", "jet2mike", false, false, false, true, false);
html += thanksLineBuild("Jipem", "", false, false, false, true, false);
Expand All @@ -12518,9 +12518,10 @@ var mainGC = function() {
html += thanksLineBuild("Pontiac_CZ", "PontiacCZ", false, false, false, true, false);
html += thanksLineBuild("RoRo", "RolandRosenfeld", false, false, false, true, false);
html += thanksLineBuild("stepborc", "", false, false, false, true, false);
html += thanksLineBuild("Tungstène", "Tungstene", false, false, false, true, false);
html += thanksLineBuild("V60", "V60GC", false, false, false, true, false);
html += thanksLineBuild("winkamol", "", false, false, false, true, false);
var thanksLastUpdate = "07.06.2020";
var thanksLastUpdate = "12.09.2020";
//<-- $$006
html += " </tbody>";
html += "</table>";
Expand Down

0 comments on commit 3e86f75

Please sign in to comment.