From 2e6d9b0cdbb062db646d8cd78a4ab467f294a94e Mon Sep 17 00:00:00 2001 From: Jean-David Moisan Date: Wed, 20 Apr 2016 13:57:17 -0400 Subject: [PATCH] ssl fix --- launcher.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/launcher.user.js b/launcher.user.js index b2250727..32bf7522 100644 --- a/launcher.user.js +++ b/launcher.user.js @@ -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; @@ -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); }