This script is basic asf, only deletes badges (no willing to update, you can easily update it by inspect element duh)
這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。
Update1 added a timer that run the script 4 second later the page already loaded, just in case didn't delete them on first run
Added MutationObserver to watch for changes in the DOM and remove the badges when they load. It also attempts to remove the element when the page initially loads as usual, so this time it will delete upon load, if nothing is deleted, the MutationObserver will do it instead!