Topic: RE621 [v.1.5.72] Feature-packed toolkit and mass downloader for e621

Posted under e621 Tools and Applications

bitWolfy

Former Staff

dubsthefox said:
It's fine. I changed the color of a css element in your script. Because it wouldn't do it with the other plugin I am using. Even though I typed "!Important" behind it. I think that's the reason why it skipped one or two updates.
I'll add them back, but only the really good artists and the kinky stuff :3

Which element?
You know, if you want something changed, you could just let me know =P
Can't promise that I'll do it, but I will consider it. Or at least make it easier for you to change it yourself.

ancientdragon said:
When downloading my favorites, I get "download failed: system busy" from chrome.
I have fiber internet and an ssd, is there some clashing here with the downloads?

Are you downloading through the mass downloader (button in the sidebar of the favorites page), or by opening every post and clicking on "download" there?

bitwolfy said:
Are you downloading through the mass downloader (button in the sidebar of the favorites page), or by opening every post and clicking on "download" there?

Mass downloader, pressing the "all" button

It seems the first archive downloads fine, but the subsequent ones show "Failed - System busy" and have a failed download of 1kb

I changed the color in edit mode to purple. Because I am in edit mode for 90% of the time. And the yellow just burns my eyes.

bitwolfy said:
Can't really search for all of your subscribed tags. If there are more than 40 of them, it would require several requests... and adding that would meant that I'll have to redesign the way the search page works again.
And since there are some people, who I will not name, with upwards of 700 subscribed tags... well, that makes things even more complicated.

However, I can add something like a custom meta-tag to CustomFlagger, that would just mean the same thing as "match any of the tags you are subscribed to".
Assuming that you are not subscribed to 700 tags. Then, it'll probably just lag something fierce.

๐Ÿ˜‚ No problem, I don't mind if it's not done at all even, just trying to think of ideas that might be helpful! Thanks for your work as always.

bitwolfy said:
...And since there are some people, who I will not name, with upwards of 700 subscribed tags...

Who are you talking about? o_o'

That would be me (and maybe others idk), 717 so far, I just like knowing that I'm not missing out on any pics I might like.

bitWolfy

Former Staff

dubsthefox said:
I changed the color in edit mode to purple. Because I am in edit mode for 90% of the time. And the yellow just burns my eyes.

The style should be something like this:

#page.mode-edit { background-color: purple !important; } 

(With the color of your choice, of course)

My script should not be editing the background colors at all, though.

krabitz said: That would be me (and maybe others idk), 717 so far

Yeah, there are... several people like you.

bitwolfy said:
My script should not be editing the background colors at all, though.

"should not"

I don't know what exactly I had added. Now I am using "stylish" and it works ^^

Hi. I have another suggestion:
You could make the script check, after a tag was removed, if it was implied by another tag.
For example: post #2716869 this was tagged with male/female due to the tag pegging.
I removed the tags male/female female male and was fairly confused that the custom flag was still showing up, until I have realized that it was implied.

This would also be helpful vice versa. If something was implied that may should be removed too. Like, gynomorph > intersex, or like in the other example, pegging > male/female

Updated

bitWolfy

Former Staff

ancientdragon said:
When downloading my favorites, I get "download failed: system busy" from chrome.
I have fiber internet and an ssd, is there some clashing here with the downloads?

I am having trouble replicating your specific issue. Which browser / script manager are you using?

For me, Chrome / Tampermonkey seems to work fine. Firefox has performance issues, but I do not think that it's related to your problem.

dubsthefox said:
I removed the tags male/female female male and was fairly confused that the custom flag was still showing up, until I have realized that it was implied.

This would also be helpful vice versa. If something was implied that may should be removed too. Like, gynomorph > intersex, or like in the other example, pegging > male/female

RE621 is currently not fetching implications because implication chaining complicates things. As an example, wolf implicates canis, which implicates canine, which implicates canid, which implicates mammal. And there is no way to get the whole chain in one request โ€“ and I would like to limit the number of API requests sent every time SmartAlias checks the tags. Even now, the script has to send at least 2 requests every time you type something in (it waits for you to stop typing, obviously) โ€“ one for the tag data itself, and one for aliases.
This is also the reason why the TagSuggester on the upload page sometimes proposes tags that would otherwise be added via an implication.

I am working on solving this problem. Recently, I wrote an API that lets scripts look up both tag information, aliases, and implications in one request. But I am not quite satisfied with it at the moment, and the implication chains it can fetch are once again limited to just one level. So, it's a work in progress.

I do intend to add something like that in the future. RE621 already keeps a track of tag changes (located below the SmartAlias output), so I will likely just add a warning there if such a change gets undone by an implication.
But it's not something that will be ready immediately.

Nice to know, you are working on something like that. It would be helpful even though if it is just a light version.
One thing I'd love to see is a giant tree diagram of all tags, and their relations to each other. I know this won't happen, because it's kinda useless. I guess is some kind of fetish I have xD

bitwolfy said:
I am having trouble replicating your specific issue. Which browser / script manager are you using?

For me, Chrome / Tampermonkey seems to work fine. Firefox has performance issues, but I do not think that it's related to your problem.

I'm on Chrome, I got it to work by not browsing in incognito.

Now I'm getting Out of Memory errors oh Chome :( . Does the extension free the created archive from ram after downloading? It looks like the ram usage keeps climbing

bitWolfy

Former Staff

ancientdragon said:
I'm on Chrome, I got it to work by not browsing in incognito.

... mentioning that you are using incognito mode would have been useful earlier.

Yeah, I am having the same issue in incognito mode as well.
Not sure why - the script itself is not returning any errors. The archive gets compiled just fine, but then fails to get downloaded. Could be some sort of permission issue?
I'm not sure if this is something that I can fix, but I'll see what I can do.

bitWolfy

Former Staff

Patch 1.5.9

Changes
- Fixed the Download button not working with SWF files
- Added padding to the post index in PoolDownloader to fix sorting in some situations (thanks to NameNotFinal)

bitWolfy

Former Staff

perwolf said:
i can't speak english good, sorry for mistakes. hi big man, first thank you for amazing script, can do something like that
==================
1- post downloader save Button
https://ibb.co/BtK3JYP
=================
2- magic filter
https://ibb.co/PDYNyGk
==================
thank you so much

I am glad that you like my work.

1. Yes, I'll add that. Not sure why I have not done that already, to be honest.

2. Not sure if I understand you correctly, but there is already something similar in RE621.
Go to the script settings (wrench icon in the top right corner of the screen) -> Features tab, and enable "Instant Filters". That will add another searchbar under the normal tag search titled "Filter". You can use that to filter out the results.
For example, adding type:gif to it will only hide everything except the GIFs in the current search results. Any tags, including metatags, work there.

bitWolfy

Former Staff

perwolf said:
thank you ๐Ÿ˜˜
but this option can find types in one page
https://ibb.co/pw7d3kn
You can add something so that we can see all the results in all the one pages together, like that
https://ibb.co/1MhcQtp

It's not really practical, I am afraid.
I could add a dropdown menu like you showed here that simply adds type:webm / type:gif / etc. to the existing search. I am just not sure how useful that is, since you can easily do the same thing manually.

Updated

So posts aren't loading for me, although the "popular" tab is able to load. I've tried playing around with the thumbnail size and auto scroll, but neither of these fixed it. Does this have something to do with Cloudflare, which I noticed was active on this site today?

bitWolfy

Former Staff

binagon said:
So posts aren't loading for me, although the "popular" tab is able to load. I've tried playing around with the thumbnail size and auto scroll, but neither of these fixed it. Does this have something to do with Cloudflare, which I noticed was active on this site today?

The site is under a DDOS attack.

huhu ^^
Is it possible...
-to add an option to delete favorites by a certain tag? I've noticed, I have about 1650 deleted posts in my favs. For example a text box, and if type in status:deleted, they get nuked. But maybe with a warning
-to make the tag suggester, that's shown when uploading, customizable? Maybe something like the custom flags (I will not add 2000 tags to this list then, I promise ._.)

bitWolfy

Former Staff

dubsthefox said:
to add an option to delete favorites by a certain tag? I've noticed, I have about 1650 deleted posts in my favs. For example a text box, and if type in status:deleted, they get nuked. But maybe with a warning

Mass-removing favorites, much like mass-adding them, is a massive pain in the ass.
I'll think about it. Even if I could add that, it'll probably be quite slow.

You could do something like that by searching for fav:DubsTheFox, changing the viewing mode to "Unfavorite", and start clicking. I'll see if I can add a "Apply to all visible" button to that, but no promises.

dubsthefox said:
-to make the tag suggester, that's shown when uploading, customizable? Maybe something like the custom flags (I will not add 2000 tags to this list then, I promise ._.)

Sure. That has been requested before, I believe.
I've been working on adding that, actually, but it's not ready for release just yet.

bitwolfy said:
...changing the viewing mode to "Unfavorite", and start clicking

Yeah. I know. But as you have said. It's super slow. I thought you may, could speed it up a little in comparison to the normal method.

bitwolfy said:
I've been working on adding that

+rep

Is there a way to modify the notifications window? E.g. resize it to take up the entire browser window, resize the images within the window, etc.?

bitWolfy

Former Staff

fautumn said:
Is there any way to export the subscription settings?

The normal settings export should do that already (located in Script settings -> Utilities -> Import/Export), but it seems to be broken at the moment. I'll see if I can fix it.
Or do you want to be able to export just the subscriptions? I can see value in that.

bitwolfy said:
The normal settings export should do that already (located in Script settings -> Utilities -> Import/Export), but it seems to be broken at the moment. I'll see if I can fix it.
Or do you want to be able to export just the subscriptions? I can see value in that.

I hope it can export/import a subscription list (tags, pool, etc.), no need to separate from normal settings tho.

Could you add a button on the upload page, besides the file and sources text boxes, to remove the links with one click? This would speed up uploading an entire gallery a little.

bitWolfy

Former Staff

Patch 1.5.10

I deeply apologize for the lack of updates in the past month.
Real life has a way of catching up with me, and the last four weeks were full of just that. I had very little time for my ongoing projects, unfortunately.

Hopefully, thigs will get better from now on. Big thank you to NameNotFinal for their contributions to the project.

Changes
- Made the subscriptions window adjustable. You can customize the width of the window itself, and the size of thumbnails.
- Made the suggested tags customizable. For advanced users only.
- Fixed the meta characters within tag names breaking downloader modules
- Fixed auto-playing GIFs not working if the high-res thumbnails are disabled
- Fixed a permissions issue with the subscriptions manager on e926
- [feucroute] Added new tag suggestions to the default list
- [NameNotFinal] Made upvoteOnFavorite setting apply to the favorite button on the thumbnail
- [NameNotFinal] Fixed the edit button in the sidebar not triggering SmartAlias and EditTracker
- [NameNotFinal] Added a "Copy ID" button to forum posts and comments

bitwolfy said:

Patch 1.5.10

I deeply apologize for the lack of updates in the past month.
Real life has a way of catching up with me, and the last four weeks were full of just that. I had very little time for my ongoing projects, unfortunately.

Hopefully, thigs will get better from now on. Big thank you to NameNotFinal for their contributions to the project.

Changes
- Made the subscriptions window adjustable. You can customize the width of the window itself, and the size of thumbnails.
- Made the suggested tags customizable. For advanced users only.
- Fixed the meta characters within tag names breaking downloader modules
- Fixed auto-playing GIFs not working if the high-res thumbnails are disabled
- Fixed a permissions issue with the subscriptions manager on e926
- [feucroute] Added new tag suggestions to the default list
- [NameNotFinal] Made upvoteOnFavorite setting apply to the favorite button on the thumbnail
- [NameNotFinal] Fixed the edit button in the sidebar not triggering SmartAlias and EditTracker
- [NameNotFinal] Added a "Copy ID" button to forum posts and comments

Great work! Since the notifications/subscriptions settings been more and more complex, Could you make it exportable?
Also, is it possible to assign a download folder other then default windows download folder?

bitWolfy

Former Staff

fautumn said:
Since the notifications/subscriptions settings been more and more complex, Could you make it exportable?

Sorry, I just never got around to it. It's on the TODO list.

fautumn said:
Also, is it possible to assign a download folder other then default windows download folder?

Kind of, but it's not reliable.
Go to script settings ->Downloads tab, and turn on "Confirm Downloads". That will let you chose where to save the files. Note that it requires "Download Mode" to be set to "Browser API" in the script manager settings.

But there isn't a way to select a folder where only the files downloaded through this userscript are saved, no. Sorry.

bitWolfy

Former Staff

Patch 1.5.11

Addresses quite a few bugs found by tsukemono and binaryfloof.
Thanks, guys. I really appreciate it.

Changes
- Added an option to hide thumbnail info section
- Added dynamic column widths to the tag subscriptions grid
- Fixed the subscriptions divider breaking with high column numbers
- Removed the arbitrary limit on the minimum thumbnail aspect ratios
- Fixed the subscriptions list potentially losing data if it was altered manually
- Fixed the "Export Settings" option not including the subscriptions
- Moved the "Report / Commend" button to prevent accidental clicks
- Fixed SmartAlias "Tag Display Order" option not working correctly
- Fixed the thumbnail image ratio input not accepting non-decimal values
- Fixed the news section offsetting the search stats and the collapse button
- Tweaked the "fit to height" image dimensions
- Minor tweaks to the thumbnail animation badges

bitWolfy

Former Staff
Patch 1.5.12

Yet another release today. Just more bugs being fixed.
Thanks to tsukemono and frans7 for finding these.

Changes
- Fixed the layering issue with modal windows and the sticky header
- Added a fallback in case the script is unable to fetch version data from github
- Removed some unnecessary debug output

bitWolfy

Former Staff
Patch 1.5.13

More fixes. Sorry for the release spam, but these kind of piled up.
Thanks to tsukemono and binaryfloof for finding these.

Changes
- Minor tweaks to the "Underline Visited Posts" option visuals
- Fixed the visited post underlining visual glitch that happens when the info bar is hidden
- Fixed the off-centered subscriptions update status output
- Added some text to the subscriptions window for when there are no updates yet
- Added an option to subscribe to tags from the notifications window info page
- Made the sidebar collapsible on the favorites page, to match the search page
- Added a preview image to the parent ID field on the upload page

I think being able to include general tags with the file names would be extremely useful since this would make it much easier to find specific types of images when downloading en masse.

bitWolfy

Former Staff

ketchupee1 said:
I think being able to include general tags with the file names would be extremely useful since this would make it much easier to find specific types of images when downloading en masse.

Posts can have a lot of general tags, and file names are limited to 255 characters.

is there a way to change the scroll up and down back to w and s with this installed?

bitWolfy

Former Staff

alecma said:
is there a way to change the scroll up and down back to w and s with this installed?

Oh, I didn't realize that e621 has scrolling with W and S.
I'll add it back in the next patch.

Just wondering, is it known that the new uploads notifications ignore your blacklist? Only noticed this since the last 2 updates so I assume its a bug.

bitWolfy

Former Staff

jojo935 said:
Just wondering, is it known that the new uploads notifications ignore your blacklist? Only noticed this since the last 2 updates so I assume its a bug.

It should respect the blacklist.
Is it possible that the update checker caught the post before the blacklisted tags were added? The script does not really keep track of tags after the post is added to the list.

bitwolfy said:
Oh, I didn't realize that e621 has scrolling with W and S.
I'll add it back in the next patch.

would it be possible to make it a changeable keybind to? so instead of just w and s you can change it to anything?

bitWolfy

Former Staff

alecma said:
would it be possible to make it a changeable keybind to? so instead of just w and s you can change it to anything?

Of course.

bitwolfy said:
It should respect the blacklist.
Is it possible that the update checker caught the post before the blacklisted tags were added? The script does not really keep track of tags after the post is added to the list.

No, it seems to do it regardless of if the tags were added before it updates. Not sure why this could be happening

bitWolfy

Former Staff
Patch 1.5.14

Changes
- Fixed SmartAlias not coloring the checkmarks correctly in the "changes only" mode if the tag does not have enough posts
- Fixed a bug causing the duplicates checker on the upload form to sometimes fail if pasting the URL in
- Added an option to turn off the profile page redesign
- Added back the hotkeys to scroll up and down the page

bitWolfy

Former Staff
Patch 1.5.15

Changes
- Allowed multi-line content in the Formatting Helper's custom button functionality
- Fixed an issue causing prompts in Formatting Helper to be presented in a reverse order
- Clarified the use of the %prompt% variable in Formatting Helper
- Added an option to not recolor the favorites counter on the thumbnails

hey im going to be that guy, the scrolling is a bit slow compared to the normal one and you cant just hold it for it to continue scrolling so its a bit awkward how it works you know how the arrows scroll is there a way to make it at least like that?

bitWolfy

Former Staff

alecma said:
hey im going to be that guy, the scrolling is a bit slow compared to the normal one and you cant just hold it for it to continue scrolling so its a bit awkward how it works you know how the arrows scroll is there a way to make it at least like that?

Huh. I'll see what I can do.

bitWolfy

Former Staff
Patch 1.5.16

Changes
- Fixed the Custom Flagger displaying tag count based flags all the time on the user profile page due to lacking tag category data
- Custom Flagger no longer needs a page reload after changing the settings
- Fixed the duplicates checker failing if the URL contains unicode characters
- Tweaked the scroll hotkeys to match e621's native behavior

bitWolfy

Former Staff
Patch 1.5.17

Changes
- Fixed the profile page styles not applying if the username is used in the URL instead of the user ID
- Added an option to fix broken Pixiv previews
- Fixed the parent preview on the upload page sometimes failing to trigger if the ID is pasted in
- Made the duplicates checker wait until the end of input before triggering
- Removed a couple of extraneous debug messages

bitwolfy said:
It should respect the blacklist.
Is it possible that the update checker caught the post before the blacklisted tags were added? The script does not really keep track of tags after the post is added to the list.

I think I know what the problem is.
The posts which contain blacklisted tags also contain tags that have been added to the notification filter, so it's like it adds whatever post is using the tag that is in the filter while ignoring the blacklisted tags in the same post.

bitWolfy

Former Staff

jojo935 said:
I think I know what the problem is.
The posts which contain blacklisted tags also contain tags that have been added to the notification filter, so it's like it adds whatever post is using the tag that is in the filter while ignoring the blacklisted tags in the same post.

I'm sorry, but could you elaborate a bit?
What "notification filter" are you talking about?

bitwolfy said:
I'm sorry, but could you elaborate a bit?
What "notification filter" are you talking about?

i think he is talking about the subscribe feature you know the one that lets you subscribe to tags

bitWolfy

Former Staff

jojo935 said:
Sorry, I meant tag subscriptions

Then, I am even more confused. Maybe, I'm just misunderstanding something.

Could you tell me which posts with blacklisted tags showed up in your notifications, which tags on those posts you are subscribed to, and which tags on those posts you have blacklisted?
Feel free to DMail me instead if you'd rather that information to not be public.

Updated

bitwolfy said:
Then, I am even more confused. Maybe, I'm just misunderstanding something.

Could you tell me which posts with blacklisted tags showed up in your notifications, which tags on those posts you are subscribed to, and which tags on those posts you have blacklisted?
Feel free to DMail me instead if you'd rather that information to not be public.

I know you weren't talking to me, but I'm also having a problem with my subscriptions not being blacklisted correctly.

The only tags I'm subscribed to are artists (I'm using it like a follow button basically). I also have the "female" tag blacklisted, but I'm still seeing posts tagged with "female" show up in my subscriptions.
For example, this post showed up in my subscriptions even though it was tagged with female upon upload.

bitWolfy

Former Staff
Patch 1.5.18

Changes
- Added a warning in case the blacklist fails to import correctly
- Stopped the script from running on the title page

agentbanana89 said: ...

It's not that I don't believe you and jojo935, it's just that I am having trouble replicating the issue myself.

I suspect that the problem is caused by the blacklist failing to get imported into the script, but I can neither confirm nor deny that.
Patch 1.5.18 should give you an error message if that happens. Let me know if you ever see one, then I'll work from there.

bitwolfy said:
It's not that I don't believe you and jojo935, it's just that I am having trouble replicating the issue myself.

Just updated and it seems to be working correctly now. Not sure what the problem was. Maybe because I was using an out-of-date version? I don't know.

I have a few suggestions if I may:
โ—˜ A way to favorite/vote on thumbnails straight from the notifications window, like you can with thumbnails on the posts page.
โ—˜ A toggle to exclude subscriptions from the blacklist might be useful for some people. Or a way to exclude specific tags only.
โ—˜ Not sure if this is doable, but having a hover zoom/image preview show up when hovering over hyperlinks (like the one in my last reply).

This is a great extension that you've made. So many incredible quality-of-life additions that I don't think I could ever go without again.

bitWolfy

Former Staff

agentbanana89 said:
Just updated and it seems to be working correctly now. Not sure what the problem was. Maybe because I was using an out-of-date version? I don't know.

I have a few suggestions if I may:
โ—˜ A way to favorite/vote on thumbnails straight from the notifications window, like you can with thumbnails on the posts page.
โ—˜ A toggle to exclude subscriptions from the blacklist might be useful for some people. Or a way to exclude specific tags only.
โ—˜ Not sure if this is doable, but having a hover zoom/image preview show up when hovering over hyperlinks (like the one in my last reply).

This is a great extension that you've made. So many incredible quality-of-life additions that I don't think I could ever go without again.

Interesting. All I've done is disable the script from checking for updates on the site's title page, since it can't load the blacklist from there.
Maybe, the was the reason. I guess, we'll see.

I'm glad that you like my project.
As for your suggestions... the first one is doable, I'll see if I can add it.
Being able to toggle the blacklist is... complicated. The script does not store the posts' tags after initially checking if they should be filtered out due to the blacklist. I can add a checkbox that turns off that filter, but being able to turn the blacklist on and off, like you would on the search page, is not really an option. Not without seriously reworking the subscription updates storage solution.
Adding an image preview when hovering over a link is a neat idea, and I've been working on adding that, plus similar previews for wiki pages. But it's nowhere near ready yet.

Love the script! I have a suggestion that hopefully hasn't been asked for before
Can you let us favorite search queries in the same way we can favorite tags? I'd love to have notifications for combinations of tags instead of individual tags

bitWolfy

Former Staff

zeerbo said:
Love the script! I have a suggestion that hopefully hasn't been asked for before
Can you let us favorite search queries in the same way we can favorite tags? I'd love to have notifications for combinations of tags instead of individual tags

I'm glad that you like it.

Subscribing to tag combinations is not possible at the moment, unfortunately.
The script checks for subscription updates by running a site search. For example, if you are subscribed to cat, dog, and horse, the script runs a ~cat ~dog ~horse search to find new posts.

However, since the site does not allow you to group tags in a search (i.e. you can't search for ~(cat dog) ~horse to find posts that have the horse tag, or both cat and dog), every "multi-tag" subscription would take up an extra request. That would slow down the speed at which the subscriptions get checked for updates, and potentially spam the API with requests. Neither is really ideal.

bitwolfy said:
I'm glad that you like it.

Subscribing to tag combinations is not possible at the moment, unfortunately.
The script checks for subscription updates by running a site search. For example, if you are subscribed to cat, dog, and horse, the script runs a ~cat ~dog ~horse search to find new posts.

However, since the site does not allow you to group tags in a search (i.e. you can't search for ~(cat dog) ~horse to find posts that have the horse tag, or both cat and dog), every "multi-tag" subscription would take up an extra request. That would slow down the speed at which the subscriptions get checked for updates, and potentially spam the API with requests. Neither is really ideal.

is it possible to do the ~(cat dog) ~horse i been wanting this for soo long the only way i know its when you do this it does a double search so it searches dog horse and cat horse
or for something like this (~(cat dog) ~(horse bird)) it would search cat horse cat bird dog horse dog bird

bitWolfy

Former Staff

alecma said:
is it possible to do the ~(cat dog) ~horse i been wanting this for soo long the only way i know its when you do this it does a double search so it searches dog horse and cat horse
or for something like this (~(cat dog) ~(horse bird)) it would search cat horse cat bird dog horse dog bird

It's really not something that I can practically implement on my end.
Splitting the search into multiple requests would slow things down considerably, and completely break pagination.

Okay, this is going to sound very niche, but this doesn't work with the HTTPS Everywhere extension for Firefox, when blocking unencrypted requests is on. Is there a way around this, or do I have to turn that off?

bitWolfy

Former Staff

tostada said:
Okay, this is going to sound very niche, but this doesn't work with the HTTPS Everywhere extension for Firefox, when blocking unencrypted requests is on. Is there a way around this, or do I have to turn that off?

Interesting.
I'm not terribly familiar with that extension, but I did some testing.

It appears that HTTPS Everywhere breaks Tampermonkey (and potentially other extensions?) on sites that have Content Security Policies set up.
A similar issue is described here: https://github.com/EFForg/https-everywhere/issues/19008

It's not something that I can fix on my end, sorry.

bitwolfy said:
It's really not something that I can practically implement on my end.
Splitting the search into multiple requests would slow things down considerably, and completely break pagination.

ah i see

is there a way to fix the search turning in to (none) after clicking the back arrow on the browser

bitWolfy

Former Staff

alecma said:
is there a way to fix the search turning in to (none) after clicking the back arrow on the browser

I'm sorry, could you be a little more specific?
What page, what search is turning to (none)?

Steps to reproduce this issue would be welcome.

bitwolfy said:
I'm sorry, could you be a little more specific?
What page, what search is turning to (none)?

Steps to reproduce this issue would be welcome.

lets say i search wolf im looking through some images and there is one with a pare or child image i click it when i click to go back instead of staying in wolf the search turns in to none

bitWolfy

Former Staff

alecma said:
lets say i search wolf im looking through some images and there is one with a pare or child image i click it when i click to go back instead of staying in wolf the search turns in to none

I can't seem to replicate this issue.
Tested in Chrome and Firefox on Windows.

1. Search for "wolf": https://e621.net/posts?tags=wolf
2. Click on a post with a parent or a child image, ex. https://e621.net/posts/2872043
3. Click the back button in the browser
4. The word "wolf" is still in the search bar

Hi ^^
I have a suggestion:
A tool to select multiple images at once, add a tag and hit apply. This would speed up tagging a lot.