Skip to content

Commit

Permalink
ssl fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Apostolique committed Apr 20, 2016
1 parent 9658b68 commit 2e6d9b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions launcher.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ SOFTWARE.*/
// @name AposLauncher
// @namespace AposLauncher
// @include http://agar.io/*
// @version 5.040
// @version 5.041
// @grant none
// @author http://www.twitch.tv/apostolique
// ==/UserScript==
var aposLauncherVersion = 5.040;
var aposLauncherVersion = 5.041;

var showAd = true;

Expand Down Expand Up @@ -98,7 +98,7 @@ function addAd() {

var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'http://pagead2.googlesyndication.com/pagead/show_ads.js';
script.src = '//pagead2.googlesyndication.com/pagead/show_ads.js';
document.body.appendChild(script);
}

Expand Down

0 comments on commit 2e6d9b0

Please sign in to comment.