anka-213 / webcomic_reader

Webcomic Reader userscript at
https://openuserjs.org/scripts/anka-213/Webcomic_Reader
MIT License
120 stars 27 forks source link

Script no longer works on El Goonish Shive after an url schema change #118

Closed m2pt5 closed 5 years ago

m2pt5 commented 6 years ago

http://www.egscomics.com/

Also, the page layout has changed a bit, so the part that catches the commentary will need to be fixed too.

SoraHjort commented 6 years ago

Can confirm. It's been like this for some time now.

anka-213 commented 5 years ago

It should work now. Please tell me if there are still issues.

m2pt5 commented 5 years ago

Looks mostly good, out of personal preference I added 'style="text-align:left"' to the div around the duplicated news, so it's aligned the same as the original, rather than centered. (I don't know how to submit a pull request for that or I would.)

anka-213 commented 5 years ago

@m2pt5 You can click on the source file in github and press the "Edit" button on the top right, then make the change and press "Propose file change". See this guide: https://help.github.com/articles/editing-files-in-another-user-s-repository/