Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.mw-special-Watchlist .mw-rollback-link {
    display: none;
}

/* Hide Twinkle's "rollback" and "vandalism" links in favor of the core rollback link in Special:Contributions */
.mw-special-Contributions span[id^='tw-revert'] {
    display: none;
}

/* Hide Twinkle's (non-warning, instant-revert, default-summary) "vandalism" link in favor of the core rollback link above diffs */
.diff #tw-revert :is(.tw-rollback-link-agf, .tw-rollback-link-vandalism, .tw-rollback-link-separator) {
	display: none;
}