Skip to content

Commit

Permalink
feat: replace secure.gravatar.com to gravatar.loli.net (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
netcore-jroger authored Aug 30, 2021
1 parent 52d7e10 commit 8624fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ chrome.webRequest.onBeforeRequest.addListener(
"www.recaptcha.net/recaptcha/"
);
url = url.replace("secure.gravatar.com", "gravatar.loli.net");
url = url.replace("www.gravatar.com", "gravatar.loli.net");
url = url.replace(
"maxcdn.bootstrapcdn.com/bootstrap/",
"cdn.bootcdn.net/ajax/libs/twitter-bootstrap/"
Expand Down

0 comments on commit 8624fe5

Please sign in to comment.