Greasy Fork is available in English.

Vector Layout for Wikipedia (Fast)

returns old Wikipedia layout. (layout before 2023 redesign of the website)

< Opiniones de Vector Layout for Wikipedia (Fast)

Puntuación: Bueno; el script funciona tal y como promete

§
Publicado: 4/10/2023

Great! Thanks for the updates and URL cleaning option.

NotYouAutor
§
Publicado: 4/10/2023

Thanks! You are welcome!

§
Publicado: 2/12/2023

I think there's a minor problem, when opening chapter/sub-section links. For example, when opening:

https://en.wikipedia.org/wiki/Krull_(film)#Soundtrack

the #Soundtrack part will be cleaned too, and we will get to the start of the page:

https://en.wikipedia.org/wiki/Krull_(film)

§
Publicado: 2/12/2023

Oh, just saw it was discussed in the previous feedback entry. I've excluded though everything else, by using a clean browser profile and installing only Greasemonkey and the userscript. Issue occurs (using Pale Moon btw).

Also tried the suggested: https://github.com/gorhill/uBlock#enterprise-deployment

It works as expected.

NotYouAutor
§
Publicado: 3/12/2023

I think there's a minor problem, when opening chapter/sub-section links. For example, when opening:

https://en.wikipedia.org/wiki/Krull_(film)#Soundtrack

the #Soundtrack part will be cleaned too, and we will get to the start of the page:

https://en.wikipedia.org/wiki/Krull_(film)

Fixed it. Thanks for report.

§
Publicado: 3/12/2023

Thank you! The "MAKE_CLEAN_URL" setting doesn't seem to work in these cases, but they are corner cases. Hardly a major problem.

NotYouAutor
§
Publicado: 3/12/2023

Thank you! The "MAKECLEANURL" setting doesn't seem to work in these cases, but they are corner cases. Hardly a major problem.

Fixed code again. If there are any problems you encounter, just report them, I'll try to fix them as soon, as I possibly can. Thanks for report.

§
Publicado: 3/12/2023

Thank you for the immediate update! I'm not seeing a change this time, unfortunately. Updated to v.1.1.10, changed "const MAKE_CLEAN_URL = false" to true (it gets reset on each update) and saved the script. Also tried restarting the browser.

The "useskin=vector" is still there, before the #. So the above link leads to:

https://en.wikipedia.org/wiki/Krull_(film)?useskin=vector#Soundtrack

(linkification seems quite off here on the Greasy Fork comments, by the way)

NotYouAutor
§
Publicado: 4/12/2023

Yeah, I see... I don't actually understand why it doesn't work with hash. I'll leave the code like that for now and try to figure out what's wrong later.

NotYouAutor
§
Publicado: 5/12/2023

Okay, I figured things out. It's impossible to implement this feature because when you try to replace URL with hash, instead of redirecting (at least in our case), it just moves the current scroll bar position, that's how anchors work in browser, nothing I can really do.

§
Publicado: 5/12/2023

Ok, thank you for checking :)

Publicar respuesta

Inicia sesión para responder.