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

Posted under e621 Tools and Applications

So this is pretty cool: A simple work-around is using the 'press Shift on the thumbnail to preview image' feature to see it. So even though the system will blacklist it on the post and pool pages, you can still see the image if you just preview it like that. A handy feature on its own, but now it's useful for a new reason :]

Speaking of which, one other thing that might be cool is 'press Shift multiple times to cycle through zoom-in levels of the full image,' like you can do when on the actual image screen by clicking it. That'd be great for some images because sometimes they just aren't big enough (especially if they've got text/dialogue). It could even potentially lead to folks opting to just preview everything instead of opening a hundred tabs. Interesting to think about~

Updated

bitWolfy

Former Staff

human-shaped said:
Speaking of which, one other thing that might be cool is 'press Shift multiple times to cycle through zoom-in levels of the full image,' like you can do when on the actual image screen by clicking it. That'd be great for some images because sometimes they just aren't big enough (especially if they've got text/dialogue). It could even potentially lead to folks opting to just preview everything instead of opening a hundred tabs. Interesting to think about~

I'll consider it. The way the script detects a shift key being pressed is really janky at the moment, and I do really need to take another look at it at some point.

bitWolfy

Former Staff
Patch 1.4.27

Changes
- Added an option to only download the current page of favorites instead of all of them at once
- Added an option to redirect post history tag links to corresponding wiki pages
- Added an option to reveal a blacklisted image by clicking on it on the individual post page

Fixes
- Fixed the incorrect offset on the note previews
- Added an extra check to hover zoom to make sure that the post has a sampled version
- Replaced jquery.hotkeys library source to fix a "missing map" warning in the console

I was doing some tests with asterisks between the search and the blacklist. So in the blacklist with the userscript active, exceptions with asterisks work by letting the thumbnails through but still blacklisting the images when clicked (which is fine because of the preview feature workaround). So in the blacklist if you have 'things -*_stuff' , the site will show thumbnails where 'things' appears with every variation of '_stuff'. Big_stuff, small_stuff, lots_of_stuff, etc.

Now in the search bar, running an asterisk search will also work, but apparently it won't work while also using tildes. These things (~). All this time I've been calling them squiggles, haha. I was trying to be clever by getting the most out of the 40 search limit by using asterisks along with my usual 'tilde a bunch of favorite tags and bookmark that search' preference, but apparently none of the asterisk ones were getting searched. So running a search like '~*_stuff' along with other tilde tags, only the non-asterisk ones get searched. I just didn't notice it until now, haha~

Is having that sort of thing work possible, or do you think I should just not have asterisks in my tilde searches? Thanks again. Sorry if I post too often :]

Updated

bitWolfy

Former Staff

human-shaped said:
I was doing some tests with asterisks between the search and the blacklist. So in the blacklist with the userscript active, exceptions with asterisks work by letting the thumbnails through but still blacklisting the images when clicked (which is fine because of the preview feature workaround). So in the blacklist if you have 'things -*_stuff' , the site will show thumbnails where 'things' appears with every variation of '_stuff'. Big_stuff, small_stuff, lots_of_stuff, etc.

The site's native blacklist just does not support wildcards, much like the meta-tags I mentioned before. It's something that I wrote myself.
It will eventually get applied to the rest of the site, but not just yet.

human-shaped said:
Now in the search bar, running an asterisk search will also work, but apparently it won't work while also using tildes. These things (~). All this time I've been calling them squiggles, haha. I was trying to be clever by getting the most out of the 40 search limit by using asterisks along with my usual 'tilde a bunch of favorite tags and bookmark that search' preference, but apparently none of the asterisk ones were getting searched. So running a search like '~*_stuff' along with other tilde tags, only the non-asterisk ones get searched. I just didn't notice it until now, haha~

That seems like a site bug. While it's possible that wildcards * are not supported in optional ~ tags for the sake of performance, I have my doubts about that. Should probably be brought up in the general bug thread, so it can actually be fixed.
I cannot do anything with the query builder, since it's all done server-side.

human-shaped said:
Thanks again. Sorry if I post too often :]

I do not mind at all. Your input is most appreciated.

Updated

bitWolfy

Former Staff
Patch 1.4.28

Changes
- Added a progress tracker, which highlights posts that you have not seen yet
- Highlighted blacklisted posts that have not been filtered out in red
- Added filter comparison type aliases, to match the site's native functionality
- Fixed a bug that caused post lookup to fail if searching for a tag containing a percentage sign

bitwolfy said:
In the toolbar under the image, there is a button that says "Notes: OFF". Does setting it to "ON" fix this issue?

Ahhh, probably having that on would help hahaha.

Thanks for the help

bitWolfy

Former Staff

itskilroy said:
Ahhh, probably having that on would help hahaha.

Thanks for the help

No problem.

I sure am glad that it's an easy fix.

Problem solved! Thanks for pointing me to that bug thread. Apparently using a tilde on an asterisk tag is redundant because the asterisk by itself is basically a 'multi-tilde' already. So using them together does nothing xD

Good to know it was my own goof and not some bug :]

bitWolfy

Former Staff

krabitz said: Progress tracker? GENIUS

Kira pitched the idea to me, so I put it into the script. Seems pretty useful to me.

human-shaped said:
Problem solved! Thanks for pointing me to that bug thread. Apparently using a tilde on an asterisk tag is redundant because the asterisk by itself is basically a 'multi-tilde' already. So using them together does nothing xD

Yeah, I saw. It's a strange way to make wildcards function in my opinion, but I guess it's good enough.

I'm not sure the install link is working. I have the latest version of Tampermonkey on firefox and after clicking the install link nothing happens. If I open it in a new window, I just get a blank page. And, if I try to install it from the link directly in Tampermonkey utilities, I just get an endless "Please wait...".

:(

EDIT: Nevermind, I was in a private window but Tampermonkey was opening the install tab on a regular window. No problems installing it.

Updated

So these are doable on the normal site and probably already known about, but I didn't know about them until today. Number 2 has some relation to the 'thumbnails visible but not images' problem, so I'll post here~

1.) You can use more than one asterisk for a double-sided wildcard in the search. So searching *tag* gives you every variation. Both the *_tags and tags_* will show up (as well as just "tag" sometimes). I just thought that was cool. Because I'm a greedy bastard and got even more use out of asterisks for a max-40 search, haha

2.) In the blacklist, using > for score and favcount exceptions doesn't work properly. But you can get around this by simply using < as a rule.

For example, instead of making 'exampletag' have exceptions like '-score:>49 -favcount:>99' and running into the 'shows thumbnails but not the full images' problem, you can just avoid the issue altogether by setting it up like this:

exampletag score:<50 -stuff_to_allow
exampletag favcount:<100 -blah_blah

So no need to bother with having a minus in front of score or favcount as exceptions.
You can simply make your 'exception' be determined by < . The numbers below your requirement just won't appear.

I hope that made sense. Again I'm probably late to the party on this one. But I guess we don't have to use the preview image workaround (not that it was a big deal) :]

...

Edit: Another random thing. This one's a question. Does "โ€“" still behave like "-" in the blacklist? Sometimes I'll be using a word processor to update my blacklist, and it'll auto-format a minus into that weird long minus if I hit the spacebar on it or something. Just thought I'd ask while I'm here...

Updated

bitWolfy

Former Staff

tostada said:
I'm not sure the install link is working. I have the latest version of Tampermonkey on firefox and after clicking the install link nothing happens. If I open it in a new window, I just get a blank page. And, if I try to install it from the link directly in Tampermonkey utilities, I just get an endless "Please wait...".

:(

EDIT: Nevermind, I was in a private window but Tampermonkey was opening the install tab on a regular window. No problems installing it.

I'm glad that this got resolved.
Just a word of warning - private window does not preserve the script's settings across sessions. Whatever changes you make from a private window - edit the script's settings, subscribe to a pool, etc - will be reset the moment you close the window. That's just how private window works, not something I can fix.
Changes to settings and subscriptions, as well as script updates, should be done from a regular window.

human-shaped said:
2.) In the blacklist, using > for score and favcount exceptions doesn't work properly. But you can get around this by simply using < as a rule.

For example, instead of making 'exampletag' have exceptions like '-score:>49 -favcount:>99' and running into the 'shows thumbnails but not the full images' problem, you can just avoid the issue altogether by setting it up like this:

exampletag score:<50 -stuff_to_allow
exampletag favcount:<100 -blah_blah

So no need to bother with having a minus in front of score or favcount as exceptions.
You can simply make your 'exception' be determined by < . The numbers below your requirement just won't appear.

I hope that made sense. Again I'm probably late to the party on this one. But I guess we don't have to use the preview image workaround (not that it was a big deal) :]

That has nothing to do with the greater than (>) sign, actually. E621's native blacklist's score comparison just does not support negation.
For example, if you use exampletag -score:<10, it will simply filter out all cases of exampletag.

human-shaped said:
Edit: Another random thing. This one's a question. Does "โ€“" still behave like "-" in the blacklist? Sometimes I'll be using a word processor to update my blacklist, and it'll auto-format a minus into that weird long minus if I hit the spacebar on it or something. Just thought I'd ask while I'm here...

No, it doesn't. That's an en-dash, not a minus, and the blacklist specifically looks for a minus in front of the tag.
I could probably account for that in the script, but it's such a minor edge case that I'm not sure it would be worth it.

I am still working on bringing the blacklist support to other parts of the site. It's just that I have been incredibly busy with my actual job this week, so I had very little time for this project.

Gotcha~ Well at least there are ways to make it work if you know how :]

About the progress tracker, I'm not seeing any difference when it's on or off. I'll look at pages I know I've never seen and everything's the same with no highlights.

Also is it based on what you've clicked on or does previewing a post count?

bitWolfy

Former Staff

human-shaped said:
About the progress tracker, I'm not seeing any difference when it's on or off. I'll look at pages I know I've never seen and everything's the same with no highlights.

You did click on the "Track" link at the top of the page?
It should highlight new posts with a yellow info bar, like this

bitwolfy said:
You did click on the "Track" link at the top of the page?
It should highlight new posts with a yellow info bar, like this

Yes I clicked Track, although my screen is the default blue and my Track/Untrack is just to the left of the approximate number of posts at the top right.

I tested it with screenshots between 'before I clicked something I've never seen' and 'after I clicked it' and the area just below the thumbnail is the same off-blue as I've always seen it.

Should I pick a different theme instead of the default? Or maybe something else in the settings is affecting that feature?

bitWolfy

Former Staff

human-shaped said:
Yes I clicked Track, although my screen is the default blue and my Track/Untrack is just to the left of the approximate number of posts at the top right.

I tested it with screenshots between 'before I clicked something I've never seen' and 'after I clicked it' and the area just below the thumbnail is the same off-blue as I've always seen it.

Should I pick a different theme instead of the default? Or maybe something else in the settings is affecting that feature?

Nah, it works on all themes. Does not look fantastic with the "Pony" theme, but the default should be fine.
Could you send me the search query that you tracked? Could be something else having an effect here.

Also, this feature only currently works on the first page, for complicated internal reasons. So, that might be the problem.

bitwolfy said:
Nah, it works on all themes. Does not look fantastic with the "Pony" theme, but the default should be fine.
Could you send me the search query that you tracked? Could be something else having an effect here.

Also, this feature only currently works on the first page, for complicated internal reasons. So, that might be the problem.

THAT explains it, haha. I usually bookmark on page 2 so page 1 stuff has a week to grow in score/favcount. Okay so when I go to the first page of my goofy 40-tagged search (full of score/favcount requirements, wildcards and tildes), there ARE some posts that are highlighted, but only the first/newest three up at the top, which is odd because I haven't even seen the majority of the other posts on page 1. You'd think most of them would be highlighted.

If this is just a page 1 feature, that's okay I can live without it. I dig my page 2 setup too much to change it, haha. I think it's a cool feature though~ It might help to have a brighter highlight, though. I had to really look closely to notice the yellow at first. Or maybe a border around the thumbnail, kind of like when posts get flagged.

bitWolfy

Former Staff
Patch 1.4.29

Hotfix for the latest site update.

Fixes
- Fixed an infinite loading bug on the post page that appeared after the site update
- Temporarily disable the ImageScaler. Will make a comeback later.
- Minor consistency fix on the notes toggle

Is there any way to make it so already "seen" pics from the subscription window get removed automatically?
"seen" as in no need to click on the "x" for each one of them to make them disappear.

bitWolfy

Former Staff

carb0n0x said:
Is there any way to make it so already "seen" pics from the subscription window get removed automatically?
"seen" as in no need to click on the "x" for each one of them to make them disappear.

Not at the moment.
I don't know if there's a good way to implement this without having some updates get accidentally lost every once in a while.

I could just add a "Cache Expiration" option of one day. That should have a somewhat similar effect.

What happened to the download button? I used to be able to click download and it saved the image automatically, but it seems to have been removed today. Was it removed or renamed?

bitWolfy

Former Staff

helioeccentric~ said:
"Fullscreen" - it's an orangey brown
If you right click it and "save link as" it'll download the image

You are wrong.
You are referring to e621 functionality, they are talking about the button added by the script.

shammy_stash said:
What happened to the download button? I used to be able to click download and it saved the image automatically, but it seems to have been removed today. Was it removed or renamed?

The "download" button should still be there.
It's in the image toolbar, alongside other buttons. Should be the second one from the right.

bitwolfy said:
You are wrong.
You are referring to e621 functionality, they are talking about the button added by the script.

The "download" button should still be there.
It's in the image toolbar, alongside other buttons. Should be the second one from the right.

Woah, something weird just happened. I know 100% it was missing 4 hours ago, and I went to go do real life stuff. I've just arrived back to read the messages and it's just magically back. This is very odd. It was also accompanied by a weird "loading circle" that did nothing but obstruct images that were already at full resolution.

It's all gone now, but that was very odd. Does anyone know what I might have experienced so I can avoid it? I don't use any modifications to e6 other than this one.

bitWolfy

Former Staff

shammy_stash said:
Woah, something weird just happened. I know 100% it was missing 4 hours ago, and I went to go do real life stuff. I've just arrived back to read the messages and it's just magically back. This is very odd. It was also accompanied by a weird "loading circle" that did nothing but obstruct images that were already at full resolution.

It's all gone now, but that was very odd. Does anyone know what I might have experienced so I can avoid it? I don't use any modifications to e6 other than this one.

Ah. The script probably updated to the latest version in the background.
A site update went out yesterday, which broke some things in the script. I released a hotfix patch 1.4.29 to address those issues.

bitwolfy said:
Ah. The script probably updated to the latest version in the background.
A site update went out yesterday, which broke some things in the script. I released a hotfix patch 1.4.29 to address those issues.

That makes sense, thanks!

bitWolfy

Former Staff
Patch 1.4.30

Fixes
- Fixed ImageScaler for the latest site update
- Fixed a bug causing vanilla hotkeys not getting disabled properly

bitWolfy

Former Staff
Patch 1.4.31

Hotfix patch for some issues introduced in 1.4.31.

Fixes
- Resolved some inconsistencies when fetching post data
- Excluded interactive (webm and sfw) posts from scaling when clicking on the image
- Added an option to re-organize scaling modes
- Moved the ad leaderboard above the image navigation

I just started using this script and I love it so far but my only real issue is that for me all the thumbnails are lined up to the left of the page creating a conga line and i hate it. not sure if i'm overlooking something in the settings or if this was intentional. AFAIK no one else seems to be mentioning this or i'm just not looking far back enough.

bitWolfy

Former Staff

maxidamage said:
I just started using this script and I love it so far but my only real issue is that for me all the thumbnails are lined up to the left of the page creating a conga line and i hate it. not sure if i'm overlooking something in the settings or if this was intentional. AFAIK no one else seems to be mentioning this or i'm just not looking far back enough.

That does sound pretty terrible, and definitely not intentional.
Could you tell me what browser and script manager you are using, and whether there are any errors in the console (usually accessed by pressing F12)?

bitwolfy said:
That does sound pretty terrible, and definitely not intentional.
Could you tell me what browser and script manager you are using, and whether there are any errors in the console (usually accessed by pressing F12)?

I'm using Waterfox (branch of Firefox) and have the Firefox version of Tampermonkey.

Invalid URI. Load of media resource data: failed.
re621 v.1.4.31 build 201022:0547 re621
Invalid URI. Load of media resource failed.
The resource at โ€œhttps://mc.yandex.ru/metrika/tag.jsโ€ was blocked because content blocking is enabled.

Edit: I do use NoScript but the site is whitelisted along with AdBlock, also whitelisted the site and when I disabled them and reloaded the page nothing changed.

bitWolfy

Former Staff

maxidamage said:
I'm using Waterfox (branch of Firefox) and have the Firefox version of Tampermonkey.

Replicated the issue, working on a fix.

bitWolfy

Former Staff
Patch 1.4.32

Changes
- Added thumbnail labels for posts with sound
- Added proper hotkey support for tag scripts
- Moved the "Add Note" button to the image toolbar

Fixes
- Fixed note previews being offset - again.
- Turned note visibility on automatically when creating a new note
- Fixed multiple bugs caused by Waterfox's lack of support for mathematical CSS functions
- Minor style fixes

This is an incredibly useful tool btw, don't think I'll be able to browse normally without this from now on lol.
Anyways I was wondering about the mass downloader function, is there any way to select every picture without having to click them one by one?
I can usually do that but sometimes I wanna download say, all 50~ pics from an artist and that's fine, but when it's like 100 and more it takes quite a lot of time to click all of them.
Also, is it normal for the downloads and compression to slow down to crawl if I'm browsing another page in the meantime?

bitWolfy

Former Staff

carb0n0x said:
This is an incredibly useful tool btw, don't think I'll be able to browse normally without this from now on lol.
Anyways I was wondering about the mass downloader function, is there any way to select every picture without having to click them one by one?
I can usually do that but sometimes I wanna download say, all 50~ pics from an artist and that's fine, but when it's like 100 and more it takes quite a lot of time to click all of them.
Also, is it normal for the downloads and compression to slow down to crawl if I'm browsing another page in the meantime?

Thanks, I appreciate the feedback.
You don't have to click every image individually - you can click and drag to box-select multiple posts at once. There isn't an option to download all images from a specific search at the moment, since it may take a really long time. But I can add a button to select all images on the page at once.

The download process slowing down if you switch to another tab isn't by design. Since that module effectively loads all the images you are trying to download into memory, I suspect that the slowdown is the result of a browser trying to save memory by throttling background tabs. I'll have to do some testing to see if I can do anything about that.

Is there a way to get a list of every tag I am subscribed to?

Also, the "recommended" button seems to be gone?

bitWolfy

Former Staff

exuablv said:
Is there a way to get a list of every tag I am subscribed to?

Also, the "recommended" button seems to be gone?

You can see your current subscriptions by opening the notifications window (bell icon in the top right corner), and going to the Info tab.
Not sure what happened to the recommended button. I'll fix it in the next patch.

More hotkey ideas: Go to artist, Go to source, Open parent/child post. And if there are multiple have it default to the first one on the list I think.

bitWolfy

Former Staff
Patch 1.4.34

Changes
- Added a hotkey to search for the artist's other posts
- Added a hotkey to open the image's source in a new tab
- Added a hotkey to go to the post's parent / child post
- Added a hotkey to toggle the parent / child post section

bitwolfy said:
You can see your current subscriptions by opening the notifications window (bell icon in the top right corner), and going to the Info tab.
Not sure what happened to the recommended button. I'll fix it in the next patch.

Thank you โ™ฅ

bitWolfy

Former Staff
Patch 1.4.35

Changes
- Added a button to select all visible posts for Mass Downloader
- Added buttons to cancel pool and set downloads
- Added an option to replace custom aliases in the search form

Fixes
- Fixed Mass Downloader not shutting down when the Cancel button is pressed

The "Favorite Button" on thumbnails seem to be blocking the sound/time Thumbnail Labels.

Also could you add an option when you add a post to a "Set" it also "Upvote" the post?

bitWolfy

Former Staff

carb0n0x said: Thanks for the "select all" button, much appreciated.

No problem.

itskilroy said: The "Favorite Button" on thumbnails seem to be blocking the sound/time Thumbnail Labels.

Yes, I am aware.
I don't know where else to put those - all other corners of the thumbnail are also covered by something or other.
I'll have to think about it some more.

itskilroy said: Also could you add an option when you add a post to a "Set" it also "Upvote" the post?

Not at the moment.
It should be possible to add something like this to the "add to set" hotkeys - but not to the popup window that appears when you click on the "+ Set" button under the image. And I don't want to add one without the other.

bitwolfy said: Yes, I am aware.
I don't know where else to put those - all other corners of the thumbnail are also covered by something or other.
I'll have to think about it some more.

What about moving it under the "Favorite Button"? And instead of having the "Relations Ribbon" there you can have the whole post highlight green or orange, like how it shows up red with the "Blacklist Highlight".

Or have a border outline kinda like vanilla e621. Because it might be a little hard to see the score with a fully green/orange post.

@ItsKilroy Right now you can set the same hotkey for adding to a set and upvoting, if that helps.

Hey is there a feature similar to your E621 ReScaler script to make the thumbnails bigger without zooming in. The thumbnails are tiny on a 1440p monitor and the ReScaler script sadly breaks the search bar and zooming in causes images opened up to sometimes be scaled up past 100% making them blurry. I look around in the options menu but didn't see anything. Sorry if its something planned or already a feature and I just couldn't find it.

bitWolfy

Former Staff

migim789 said:
Hey is there a feature similar to your E621 ReScaler script to make the thumbnails bigger without zooming in. The thumbnails are tiny on a 1440p monitor and the ReScaler script sadly breaks the search bar and zooming in causes images opened up to sometimes be scaled up past 100% making them blurry. I look around in the options menu but didn't see anything. Sorry if its something planned or already a feature and I just couldn't find it.

Sure.
Go to the script settings (wrench icon in the top right corner) -> General tab -> Thumbnails -> Scaling Options. Enable "Thumbnail Rescaling" and change "Thumbnail Size" to your liking.
You'll probably also want to set the "Hi-Res Thumbnails" to "Always".

I'm guessing that one of the site updates broke the ReScaler. I have been really busy with IRL stuff lately, so I don't know when (or if) I'll get around to fixing it.
HoverZoom scaling up images past 100% is likely a bug. I don't exactly have a 1440p monitor to test it on, but I'll see what I can do regardless.

For me the rescaling doesn't work when browsing popular section. Maybe theres an option im missing?

bitWolfy

Former Staff

xvii said:
For me the rescaling doesn't work when browsing popular section. Maybe theres an option im missing?

Not a missing option specifically. RE621 does not handle thumbnail rescaling outside the search page.
I'll see if I can do something about that.

I tried doing some huge batch download for testing purposes (800+ pics at once) and I got some huge RAM consumption, like 70%+ of my 8GBs lol.
Anyways, would it be possible for the subscription window to at least store the "uncrossed pics" somewhere? I mean, the 320 item limit is fine right now, but since I have many subscriptions the older pics I haven't checked yet might be pushed off the "feed" if I happen to not check the subscription window for a week or so.

bitWolfy

Former Staff

carb0n0x said:
I tried doing some huge batch download for testing purposes (800+ pics at once) and I got some huge RAM consumption, like 70%+ of my 8GBs lol.
Anyways, would it be possible for the subscription window to at least store the "uncrossed pics" somewhere? I mean, the 320 item limit is fine right now, but since I have many subscriptions the older pics I haven't checked yet might be pushed off the "feed" if I happen to not check the subscription window for a week or so.

Weird on the first part - download batches should be limited to 800MB (blob size limit for most modern browsers). Might be a memory leak... I'll take a look.

I can bump up the cache size for subscriptions. The current size limit exists because originally, the cache was stored in the script's settings, which were severely limited in size. Nowadays, it's stored in localStorage, which has a size limit of 5MB on most browsers.
The cache size limit will still exist for the sake of performance - currently, all the thumbnails are rendered when you open the subscriptions window, which can cause some lag. But I don't see why I can't bump it up to 1000 or so.

Thanks for the hotkeys! Say, I've now reached around 300 followed tags, so I switched to update manually, but there are frequently no posts that show up in the 'tags' tab when I do a manual update. And I can't verify this, but I've been getting the feeling even before that not every tag was getting updated.

bitWolfy

Former Staff

krabitz said:
Thanks for the hotkeys! Say, I've now reached around 300 followed tags, so I switched to update manually, but there are frequently no posts that show up in the 'tags' tab when I do a manual update. And I can't verify this, but I've been getting the feeling even before that not every tag was getting updated.

You may be right, I've noticed something similar before myself. I am not certain what causes that.
I have started rewriting the subscription system from scratch a while back, but I have been really busy with IRL stuff for the past couple of weeks, so that kind of stalled.

I just had another idea: is it possible to have an option to specifically update the subscriptions when you open the website? Since that's what I do with manual updates anyway.

bitWolfy

Former Staff

krabitz said:
I just had another idea: is it possible to have an option to specifically update the subscriptions when you open the website? Since that's what I do with manual updates anyway.

Why not just set the update interval to "daily"? It'll update the subscriptions when you open the website for the first time that day.

bitwolfy said:
Why not just set the update interval to "daily"? It'll update the subscriptions when you open the website for the first time that day.

Ok thanks! I was under the impression it would update every day regardless of if I open the website or not.

bitWolfy

Former Staff

ingot said:
Appears to no longer be working, not sure on why.

Still working here.
Are there any errors in the dev console?

bitwolfy said:
Still working here.
Are there any errors in the dev console?

Dunno what was up - no errors in console, other scripts working fine, it was like it wasn't being loaded at all. I restarted firefox and everything is fine now /shrug

I have a problem where it doesn't load images if I enable Improved Thumbnails. But It only happens when my VPN is enabled. Any idea on how to fix that?

bitWolfy

Former Staff

reilit said:
I have a problem where it doesn't load images if I enable Improved Thumbnails. But It only happens when my VPN is enabled. Any idea on how to fix that?

Hmm. Not sure. Works on my end with a VPN. Are you connecting to a server in a specific country? Could be that they have e621 blocked.
Also, do you get any errors in the console when that happens?

bitWolfy

Former Staff

reilit said:
Where is the console?

In Chrome and Firefox, it can be opened by pressing F12 and going to the "Console" tab in the section that appears.