Enforce Reddit HTTPS
This commit is contained in:
parent
61749d6a06
commit
65f614b818
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue