Skip to content

Commit 688d5ee

Browse files
authored
GoLive-v0.8.2.2As.6 (#21)
2 parents 9bbf46d + 8891915 commit 688d5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Geocaching_Map_Enhancements.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2686,7 +2686,7 @@ function checkIsUpgraded() {
26862686
if (last_version != scriptVersion) {
26872687
// Simulate update counter.
26882688
var counter = document.createElement('div');
2689-
counter.innerHTML = ' <img src="https://s11.flagcounter.com/count2/stEy/bg_FFFFFF/txt_000000/border_CCCCCC/columns_6/maxflags_60/viewers_0/labels_1/pageviews_1/flags_0/percent_0/" style="border: none; visibility: hidden; width: 2px; height: 2px;" alt="">';
2689+
counter.innerHTML = ' <img src="https://s11.flagcounter.com/count2/0lCZ/bg_FFFFFF/txt_000000/border_CCCCCC/columns_6/maxflags_60/viewers_0/labels_1/pageviews_1/flags_0/percent_0/" style="border: none; visibility: hidden; width: 2px; height: 2px;" alt="">';
26902690
counter.setAttribute('style', 'display: none');
26912691
document.getElementsByTagName('body')[0].appendChild(counter);
26922692
// Store new last version.

0 commit comments

Comments
 (0)