Skip to content

Commit

Permalink
deactivate street address
Browse files Browse the repository at this point in the history
  • Loading branch information
AlterTobi committed Oct 31, 2023
1 parent 95590c4 commit a2c057b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions obsolete/wfes-reviewAddStreetAddress.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @name review Add Street Address
// @version 1.0.5
// @version 1.0.6
// @description fix for missing Street Address in Wayfarer 5.2
// @author AlterTobi

Expand All @@ -22,7 +22,11 @@
});
}

window.addEventListener("WFESReviewPageNewLoaded", addStreetAddress);
const init = function() {
window.addEventListener("WFESReviewPageNewLoaded", addStreetAddress);
};

// init();

console.log("Script loaded:", GM_info.script.name, "v" + GM_info.script.version);
})();

0 comments on commit a2c057b

Please sign in to comment.