A rewrite of Poly+, my quality-of-life browser extension for Polytoria. Built entirely fresh using the WXT extension framework, Typescript, and with added better overall code quality.
extension

minor: I forgot to save the file

Index 352cbd1a aa55f973

Changed files
+2 -2
entrypoints
places.content
+2 -2
entrypoints/places.content/index.ts
···
if (window.location.pathname.split('/')[2]) {
// View
if (values.favoritedPlaces.enabled) view.favoritedPlaces();
-
view.approxPlaceRevenue();
-
}
+
if (values.placeRevenue.enabled) view.approxPlaceRevenue();
+
};
});
}
});