Live data from Hacker News

Show HN: I made a modern web UI for Wikipedia

modernwiki.app

11–20 of 426 posts

Re: Show HN: I made a modern web UI for Wikipedia

#11
post #6

OP, thanks for making this, I bet it was fun to build. That being said, I want someone to do the opposite of what this does. Less chrome, less bytes over the wire, less predictive search, less "flatness?", less timely, more timeless .

https://wikiless.org/ is probably what you are looking for. There are also extensions that automatically redirect Wikipedia links

[deleted]

Re: Show HN: I made a modern web UI for Wikipedia

#12

Why you need this permission "Read your browsing history"? I think you only need access to: "*://*.wikipedia.org/*"

I've just looked into this, it seems Chrome displays that because of the "tabs" permission:

> "Technically this permission allows observing the history via chrome.tabs.onUpdated, but not read the previously existing history, so the phrasing is not entirely correct, strictly speaking."

https://stackoverflow.com/questions/64063754/chrome-extensio...

To be clear, the extension doesn't access your browsing history at all. The "tabs" permission is just used to find Wikipedia tabs and enable/disable the new design when using the toggle from the browser popup.

The permissions requested (in the manifest.json file) are:

  "permissions": [
    "tabs",
    "storage",
    "*://*.wikipedia.org/*"
  ]
I will change that to "activeTab" in the next update which should fix it.

Re: Show HN: I made a modern web UI for Wikipedia

#13

The design is interesting, but I can't help wonder why the design insists on keeping a specific page width instead of using the whole browser window. Even worse, for really wide pages, it just shows a column in the middle.

Text becomes less readable at large widths. I sometimes use the mobile Wikipedia on desktop for that reason, especially on ultrawide monitors.

Re: Show HN: I made a modern web UI for Wikipedia

#14
post #6

OP, thanks for making this, I bet it was fun to build. That being said, I want someone to do the opposite of what this does. Less chrome, less bytes over the wire, less predictive search, less "flatness?", less timely, more timeless .

https://wikiless.org/ is probably what you are looking for. There are also extensions that automatically redirect Wikipedia links

The only difference I notice between this and Wikipedia is that I can't hover over a link and get a pop-up description of the page. Is that all or is there more to it?

Re: Show HN: I made a modern web UI for Wikipedia

#17

The design is interesting, but I can't help wonder why the design insists on keeping a specific page width instead of using the whole browser window. Even worse, for really wide pages, it just shows a column in the middle.

If you set the width slider to maximum, it goes to 100% browser width, which gives you the current Wikipedia style :)

Re: Show HN: I made a modern web UI for Wikipedia

#18
From the screenshot:

I absolutely adore the positioning of the table of contents. The design looks clean, utilitarian, and overall well executed.

That being said - and this is more a critique of modern design - I absolutely hate the suffocating roundness of the element corners. It's an aesthetic that drips with overfamiliarity and a patronizing attitude. It's the visual equivalent of being put in a padded room, or having a distant relative who you have nothing in common with and have not seen in years trying to relate to you with anecdotes about your childhood that you can scarcely remember.

Re: Show HN: I made a modern web UI for Wikipedia

#19
Thanks the UI is great.

I don't know why but since at least a year we have a new design on the french version of wikipedia (you can check by yourself on any wikipedia page in french).

But the english UI is bad it's hard to read on large screen. With your extension is really nice.

Re: Show HN: I made a modern web UI for Wikipedia

#20

Earlier quoted context omitted.

https://wikiless.org/ is probably what you are looking for. There are also extensions that automatically redirect Wikipedia links

The only difference I notice between this and Wikipedia is that I can't hover over a link and get a pop-up description of the page. Is that all or is there more to it?

> https://wikiless.org - a free open source alternative Wikipedia front-end focused on privacy. No JavaScript or ads. All requests go through the backend, client never talks to Wikipedia. Prevents Wikipedia getting your IP address. Self-hostable. Anyone can setup a private or public instance.

From: https://codeberg.org/orenom/Wikiless

Post reply on HN