Skip to content

Add TravisTranslations and Update RainOfSnow and PinkMuffinTL

Clocks requested to merge github/fork/MechTechnology/Additions into dev

Created by: MechTechnology

Travis Translations

  • Adds Travis Translations Extension & Icon with full search and filtering functionality.
  • Closes #158 (closed)

RainOfSnow

  • Fixed title not showing up correctly, for some reason it really does not like that h2 tag, maybe that title is updated with ajax idk.... (title source is now from with another element)
  • Adds orderby support and genres, their websites has very limited search functionality, but at least you can now do exactly what you can do on the website within the extension.
  • Extension now uses shrinkURL and expandURL for all its URL needs. (With backwards compatibility, meaning it will not brick in library novels from older versions)
  • Search query is now passed through an encode function first, no effect, but better to stick to a standard.
  • Chapter passage selector changed to select only the chapter text body without addition clutter.

PinkMuffinTL

  • Fixes some Novels not loading/parsing chapter lists due to having anchors that have no href (Now all novel titles work). (This one is important because the owners of the website just keep empty links in their table of content to be filled in when they get to it, a lot of copy pasting I presume)
  • Removes some clutter from chapter page (a script and like buttons).

Merge request reports