Peter Hagen

Results 42 comments of Peter Hagen

Wow, this is nice! A great example screenshot: What do you think about moving the DOM changes to a separate `PageModifier` so that we can do the bionic highlighting once...

Yes I agree there should be no API requests for features that are not enabled. I thought this was the case already but maybe there's a bug when updating the...

Thank you for the info! To clarify, do you still see the API request after clicking on the social highlights toolbar icon? Meaning does the request happen when there's a...

So the file download from `s3.lindylearn.io` is the only network request you see if the social highlights are disabled? Toggling the toolbar icons carries over to all pages, so there...

Mhh you're right. It seems like each story row uses a `.title` CSS class and that confuses the Unclutter heading detection. How would you expect the extension to work on...

Related: https://github.com/lindylearn/unclutter/issues/81

@kurtu5 Do you mean changing the browser zoom level? There are also font size and page-width settings within Unclutter but they don't affect the whitespace. The space on the right...

Hey thank you! I'm curious, why do you want a standalone web version of Unclutter? There is some complexity with modifying cross-origin webpages inside of iframes -- you need to...

@saulamsal What issues did you run into specifically? Related to the extension build process or incomprehensible code organization / mixed dependencies? Separating out the core uncluttering logic makes sense, but...

Hey @ElijahPepe again thank you very much for the PR and the idea! I haven't forgotten about this and #21, just wanted to ship some unclutter reliability improvements before adding...