UI Improvements for Royal Road의 버전 기록 - 3개 버전
UI Improvements for Royal Road 제작자: JM
UI Improvements for Royal Road의 버전 기록 - 3개 버전
이전 버전은 주의해서 사용하세요! 아래 버전들은 테스트 및 참조용으로만 제공됩니다.부가 기능은 항상 최신 버전으로 사용해 주세요.
최신 버전
버전 1.5.4
2026년 8월 24일에 출시 - 192.91 KBfirefox 121.0 이상에서 작동- Every reply on a chapter is shown now, however deep the chain. Past the third level Royal Road moves the rest of a conversation behind an "N more replies" button, and that button does nothing on any page infinite scroll had added: it looks the comment up in a list Royal Road builds once, as the page loads, and a reply that arrived later is not in it. Those replies could not be reached at all. They are shown where they were written instead, at any depth.
- Royal Road's "N more replies" button and its Flat/Focus control go with them. Neither has anything left to do once every reply is on the page, and a button that visibly does nothing is worse than no button. Switching comment threading off under Options -> Chapter pages gives both back.
- Nothing extra is fetched for any of this. The whole conversation was already in the page Royal Road sent; only a CSS class was hiding it.
Mozilla Public License 2.0에 따라 릴리스된 소스 코드
이전 버전
버전 1.5.3
2026년 8월 24일에 출시 - 192.52 KBfirefox 121.0 이상에서 작동Fixed
- The previous-chapter recap no longer shows the whole chapter. It kept "the last three paragraphs" by counting paragraph elements, and some authors write an entire chapter as one paragraph with line breaks between the others - 23 KB in a single element, all of which counted as one. Paragraphs are now read the way they look: a run of two or more line breaks starts a new one, a single one does not.
- Word counts were short on those same chapters, because a line break contributes no space and the words either side of it merged. One chapter went from 4,034 to 4,159.
- Text an author has hidden is no longer counted or recapped. Some watermark their prose with invisible copyright lines between the words, which the word count read as prose and the recap could have shown you.
- A fiction page stays at the top when you have a default review sort. Royal Road answers a sort change by scrolling its reviews into view, which threw you a long way down the page. It now holds its place for a moment, and lets go the instant you scroll yourself.Mozilla Public License 2.0에 따라 릴리스된 소스 코드
버전 1.5.2
2026년 8월 19일에 출시 - 190.89 KBfirefox 121.0 이상에서 작동Fixed
- The settings page stays where you left it in Chrome. It rebuilt its whole form after every write, so the control you were using was destroyed and replaced mid-change - and Chrome uses the focused element to decide where to hold the page, so it nudged upwards each time you changed a setting. The form is built once now and the controls are updated in place.
- The popup waits for Chrome before closing itself. Opening the settings page returns a promise there, so the window could shut before the request had been accepted, and a refusal went nowhere.
Added
- The settings page and the popup both show which version you are running, read from the extension itself.Mozilla Public License 2.0에 따라 릴리스된 소스 코드