Tweak `isOnNewTabPage` patch
The 128 patch for browser-places.js
still works, but can be simplified since upstream changed from essentially
currentUri.spec.startsWith(uri)
to
currentUri.equalsExceptRef(uri)
So we can change our patch to just add "about:tor" to newTabURLs
.