-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fix(Novel Mania): Update selectors & add support for a few features #10961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
d1744a9
feat(Novel Mania): Update and add setting up for v2
Shulchl 61b70b6
fix(Novel Mania): Update everything website has changed
Shulchl 73493aa
Merge branch 'PreMiD:main' into master
Shulchl 1649427
Remove folders as I dont know whta to do with then
Shulchl 58342d5
update(Novel Mania): Remove versionize folders as I actually didn't n…
Shulchl 214401d
small change...
Shulchl 5532a1e
small change ²...
Shulchl b7514b5
small change ³...
Shulchl 661e52f
Fixing lint match pattern error in tags
Shulchl 7072474
Translating a comment
Shulchl 9ddf466
Fix timestamp. Not in the mood to make one for each state
Shulchl 1d3bf7b
Merge branch 'PreMiD:main' into master
Shulchl 774fb81
Fix more lint errors
Shulchl 9e6b656
I forgor my discord name have changed...
Shulchl 877623f
This bot's nuts
Shulchl 0e87e16
it went unnoticed...
Shulchl 3f05b2b
Fixing buttons, tags and some selections. Removing unnecessary transl…
Shulchl 21c273b
Adding novel cover as largeImageKey
Shulchl 20ea63c
Merge branch 'main' into master
Shulchl fbd5d8e
Merge branch 'main' into master
Shulchl ac904d4
Merge branch 'main' into master
Shulchl 6484822
Merge branch 'main' into master
Shulchl ad39190
Merge branch 'main' into master
Shulchl ff9c6d2
updating username
Shulchl 60ae4fb
fix linting
Shulchl 3bd5677
Fix largeImageText not working,
Shulchl 9d6d550
Merge branch 'main' into master
Shulchl e51b7d7
Rearranging tags order
Shulchl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| { | ||
| "novelmania.news": { | ||
| "description": "Text for when user's visualizing 'news' page.", | ||
| "message": "news" | ||
| }, | ||
| "novelmania.genre": { | ||
| "description": "Text for when user's browsing genres.", | ||
| "message": "genres" | ||
| }, | ||
| "novelmania.novel": { | ||
| "description": "Just a placeholder for a novel title. It doesn't matter what it is, it will be replaced by the actual title.", | ||
| "message": "novel" | ||
| }, | ||
| "novelmania.readNovelButton": { | ||
| "description": "Text from 'viewing novel's button'.", | ||
| "message": "Read this novel!" | ||
| }, | ||
| "novelmania.readChapterButton": { | ||
| "description": "Text from 'reading chapter button'. Call to read along!", | ||
| "message": "Read this chapter!" | ||
| }, | ||
| "novelmania.readListButton": { | ||
| "description": "Text from 'read this list button'.", | ||
| "message": "Read this list!" | ||
| }, | ||
| "novelmania.readNewsButton": { | ||
| "description": "Text from 'read this news button'.", | ||
| "message": "Read this news!" | ||
| }, | ||
| "novelmania.visitUserProfileButton": { | ||
| "description": "Text from 'spy on this user button'. Naughty, naughty...", | ||
| "message": "Spy on this user!" | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,26 +1,64 @@ | ||
| { | ||
| "$schema": "https://schemas.premid.app/metadata/1.16", | ||
| "$schema": "https://schemas.premid.app/metadata/1.17", | ||
| "apiVersion": 1, | ||
| "author": { | ||
| "name": "Shuichi", | ||
| "name": "hitwizard", | ||
| "id": "179440483796385792" | ||
| }, | ||
| "service": "Novel Mania", | ||
| "altnames": [ | ||
| "NovelMania" | ||
| ], | ||
| "description": { | ||
| "en": "Read webnovels in Portuguese anywhere and anytime.", | ||
| "nl": "Lees overal en altijd webnovels in het Portugees.", | ||
| "pt-br": "Leia webnovels em português a qualquer momento e a qualquer hora." | ||
| }, | ||
| "url": "novelmania.com.br", | ||
| "regExp": "^https?[:][/][/]([a-z0-9-]+[.])*novelmania[.]com[.]br[/]", | ||
| "version": "1.1.0", | ||
| "version": "2.0.0", | ||
| "logo": "https://cdn.rcd.gg/PreMiD/websites/N/Novel%20Mania/assets/logo.png", | ||
| "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/N/Novel%20Mania/assets/thumbnail.jpg", | ||
| "color": "#008cff", | ||
| "category": "other", | ||
| "tags": [ | ||
| "novel", | ||
| "mania", | ||
| "translator" | ||
| "webnovel", | ||
| "lightnovel", | ||
| "translation", | ||
| "book", | ||
| "reader", | ||
| "light-novel-translation", | ||
| "web-novel-translation", | ||
| "scanlator", | ||
| "novel-translation", | ||
| "books", | ||
| "book-translation" | ||
| ], | ||
| "settings": [ | ||
| { | ||
| "id": "lang", | ||
| "multiLanguage": true | ||
| }, | ||
| { | ||
| "id": "hideInfo", | ||
| "title": "Privacy Mode", | ||
| "icon": "fad fa-user-secret", | ||
| "value": false | ||
| }, | ||
| { | ||
| "id": "showButtons", | ||
| "title": "Show Buttons", | ||
| "icon": "fas fa-compress-arrows-alt", | ||
| "value": true, | ||
| "if": { | ||
| "hideInfo": false | ||
| } | ||
| }, | ||
| { | ||
| "id": "showTimestamp", | ||
| "title": "Show Timestamp", | ||
| "icon": "fad fa-stopwatch", | ||
| "value": true | ||
| } | ||
| ] | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.