Anonymous 10/30/2019 (Wed) 07:49:55 No.251 del
>>247
You could add a "Show" tag to all whitelisted items. I actually uses a "visibility" namespace and I use the subtags "public","school","work","politics","family","personal", and "private". Unfortunately, this way if you want to show "school" and "work" you still have to '-' the other tags, but to prevent people from knowing I have edge lord "offensive" memes like PePe, NRA, and right wing memes, I just stick them in politics instead of public, and I do a similar thing with the "private" tag which is also a namespace for "sexy", "porn", "ecchi", and "hentai" Maybe that will help you if all you want to do is keep people from seeing your dank memes when working with colleagues when searching for a flowcart, etc? Still not perfect though and the having an | operator for queries would be really nice.

That said, my question is, is there an easy way to download galleries from sites like https://mangakakalot.com/
https://e-hentai.org/
https://nhentai.net/
while preserving all the tags? I actually wrote a macro to automatically use hotkeys to grab URLs to the clipboard and generate the image downloads to attempt(by parsing the URL to the gallery and generating 3 entries per image (the page number followed by the extension[jpg,png,gif]) but this is slow, and wastes a lot of time waiting for non existent images to timeout, as well as having sites like https://e-hentai.org/ using obfuscated URLs that make it impossible to tell how to generate the image from the URL pattern alone(and I'm not a web developer, so I don't know how to loop over the next pages on the site through script to grab the image links...).