TL;DR: Sadly, no, your suggestions are not viable.
QUOTE(laxarus @ Jul 14 2020, 11:15)
It works with FF tampermonkey at least for me.
Yes, it is expected to work on Firefox as long as you load it with Tampermonkey.
QUOTE(laxarus @ Jul 14 2020, 11:15)
1- If you can integrate below scripts to your script so that the functionality will be better and since the code is already present, it should be easy enough.
I cannot just randomly "integrate" other people's scripts. None of them has a licence so technically they are not open-source and I cannot legally "integrate" the code. Also, having the code out there does not mean it will be easy to use it; programming is not copy and paste. For example, the second script below seems unnecessarily long and complicated and I would rather code it myself.
QUOTE(laxarus @ Jul 14 2020, 11:15)
I do not think this is a good idea in the first place. It will be pretty random when a gallery has multiple tags.
QUOTE(laxarus @ Jul 14 2020, 11:15)
e-hentai and E-Hentai Cross Links on Gallery Pages - [
greasyfork.org]
https://greasyfork.org/en/scripts/391562-ex...n-gallery-pagesThis is basically one of the features I removed before the v2.0.0 public release. Features like this will not be added (back).
QUOTE(laxarus @ Jul 14 2020, 11:15)
This is unnecessary. You just need to go to the exchanges or bookmark those links. It seems really niche and indeed this script only has 18 total downloads.
QUOTE(laxarus @ Jul 14 2020, 11:15)
2-
CODE
This feature will colour the titles and timestamps of new galleries blue and those of expunged galleries red to make them easier to spot.
if you can make this blue and red colors custom or adjustable with custom user CSS.
I think this is unnecessary, too, and it would be better to keep it standardised.
QUOTE(laxarus @ Jul 14 2020, 11:15)
3- On the gallery page, putting a download button like in the main page. the
CODE
Archive Download
button uses js popup and very inconvenient.
I considered this back then but had enough reasons not to do it:
- Doing so will place the download button on the category button and thus block the "search this category" behaviour.
- I do not want to place the button elsewhere because that is inconsistent, and there is no place left when other features are enabled. I am not going to add a feature to overhaul the layout.
- I think there is no real need. If you are only downloading a few galleries this way, then such a shortcut is trivial; if you are downloading a lot of galleries this way, you are doing it wrong.
QUOTE(laxarus @ Jul 14 2020, 11:15)
4- Ability to assign star ratings to galleries from the main page.
This is obviously bad behaviour that I cannot encourage. It will never be added.
QUOTE(laxarus @ Jul 14 2020, 11:15)
5- The additional filters are very smart thing. If you can add an ability to filter some tags it would be better.
Like an option like this.
Hide the galleries with this tag "user input" (AND/OR boolean operates can be used)
That is the tag filtering we already have, right? You should be asking Tenboro for improvements. I doubt there is a need for complex rules, though.
QUOTE(laxarus @ Jul 14 2020, 11:15)
I know this can be done with the search field but the ability to filter off and on common used tags on the fly is very convenient.
Not a good idea. Assuming you are talking about the existing tag filter, switching on/off the filter can significantly alter search results even if you are on page 1, and you may suddenly find yourself lost after the switch; it will not work like you imagined. If you are talking about a client-side tag filter that can instantly hide or show galleries without reloading the page, you are asking me to redo Tenboro's work.
This post has been edited by mayriad: Jul 17 2020, 23:09