Enforce Reddit HTTPS

This commit is contained in:
MrLuit 2017-05-10 19:33:39 +02:00
commit 65f614b818

View file

@ -64,7 +64,7 @@ if (document.location.href.indexOf("?reddit") !== -1) {
}
window.addEventListener('load', function() {
$.get("http://www.reddit.com/r/trumptracker/comments/" + redditid + ".json", function(res) {
$.get("https://www.reddit.com/r/trumptracker/comments/" + redditid + ".json", function(res) {
res.shift();
loopComments(res);
setTimeout(function() {