Skip to content

Commit

Permalink
Remove request url logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Šlambora committed Apr 14, 2021
1 parent 0c3a014 commit 0ce5657
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Content/inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ console.log("uuGle: inject script is running");
};

XMLHttpRequest.prototype.open = function (method, url, async, user, pass) {
console.log("uuGle", url);
if (url.includes("loadBook")) {
this.addEventListener("load", function () {
console.log(`uuGle: intercepted loadBook response`);
Expand Down

0 comments on commit 0ce5657

Please sign in to comment.