Danbooru
Login Posts Comments Notes Artists Tags Pools Wiki Forum More » Listing Upload Hot Changes Help

Search

Blacklisted (help)

  • guro
  • scat
  • furry -rating:g
Disable all Re-enable all

Copyrights

  • ? danbooru (site) 138
  • ? github 17

General

  • ? dated 209k
  • ? english text 279k
  • ? no humans 167k
  • ? user interface 3.9k

Meta

  • ? highres 6.0M
  • ? off-topic 7.8k
  • ? screenshot 693

Information

  • ID: 9320972
  • Uploader: Raynare »
  • Date: about 1 month ago
  • Size: 109 KB .png (1916x833) »
  • Source:
  • Rating: General
  • Score: 2
  • Favorites: 2
  • Status: Deleted

Options

  • Resize to window
  • View smaller
  • View original
  • Find similar
  • Download

History

  • Tags
  • Pools
  • Notes
  • Moderation
  • Commentary

This post was deleted for the following reason:

WRong (about 1 month ago)
Resized to 44% of original (view original)
danbooru and 1 more
  • ‹ prev Search: user_interface status:deleted status:deleted next ›
  • Comments
  • ANON TOKYO
    about 1 month ago
    [hidden]

    @Raynare please, I need to known how this happened.

  • 9
  • Reply
    • Copy ID
    • Copy Link
    WRS
    about 1 month ago
    [hidden]

    Huh?

  • 3
  • Reply
    • Copy ID
    • Copy Link
    Raynare
    about 1 month ago
    [hidden]

    ANON_TOKYO said:

    @Raynare please, I need to known how this happened.

    @ANON_TOKYO LOL so i keep often pretag when i see a photo i know will be uploaded as a better version later Using a random screenshot on my pc. So for example, seihekiog often posts a paid fanbox version that’s locked behind a paywall. So i grabbed some random screenshot on my pc and pretagged as it if was the actual image until he posts the free fantia version usually 2 minutes later. I often do this when i see a version of an image that’s been posted on twitter but will be posted on oixiv as a higher size/res later because i don’t believe it posting inferior versions even if it’s online first. Somehow i manually posted this one (because i don’t have an automatic uploader nor would I even know how to use one). I actually don’t even know how i posted this one so when I saw I did, i just deleted it.

    Updated by Raynare about 1 month ago

  • 6
  • Reply
    • Copy ID
    • Copy Link
    nonamethanks
    about 1 month ago
    [hidden]

    @Raynare from the danbooru discord:

    // ==UserScript==
    // @name        Danbooru - add tag box on /uploads/new
    // @version     0.1.0
    // @author      imapiekindaguy
    // @match       *://*.donmai.us/uploads/new
    // @grant       GM_addStyle
    // @run-at      document-idle
    // ==/UserScript==
    
    GM_addStyle(`
    div#c-uploads div#a-new textarea {
      width: 100%;
      max-width: 100%;
      height: 20vh;
    }
    `);
    
    document.querySelector("div#a-new").insertAdjacentHTML("beforeend", `
    <div>
      <div class="flex justify-between">
        <label for="post_tag_string">Tags</label>
    
        <span data-tag-counter="" data-for="#post_tag_string" class="text-muted text-sm">
          <span class="tag-count"></span>
        </span>
      </div>
    
      <div class="input text optional post_tag_string"><textarea data-autocomplete="tag-edit" data-shortcut="e" class="text optional ui-autocomplete-input" name="post[tag_string]" id="post_tag_string" autocomplete="off" title="Shortcut is e"></textarea></div>
    </div>`
    );
    Danbooru.Autocomplete.initialize_all();
  • 4
  • Reply
    • Copy ID
    • Copy Link
    Raynare
    about 1 month ago
    [hidden]

    nonamethanks said:

    @Raynare from the danbooru discord:

    // ==UserScript==
    // @name        Danbooru - add tag box on /uploads/new
    // @version     0.1.0
    // @author      imapiekindaguy
    // @match       *://*.donmai.us/uploads/new
    // @grant       GM_addStyle
    // @run-at      document-idle
    // ==/UserScript==
    
    GM_addStyle(`
    div#c-uploads div#a-new textarea {
      width: 100%;
      max-width: 100%;
      height: 20vh;
    }
    `);
    
    document.querySelector("div#a-new").insertAdjacentHTML("beforeend", `
    <div>
      <div class="flex justify-between">
        <label for="post_tag_string">Tags</label>
    
        <span data-tag-counter="" data-for="#post_tag_string" class="text-muted text-sm">
          <span class="tag-count"></span>
        </span>
      </div>
    
      <div class="input text optional post_tag_string"><textarea data-autocomplete="tag-edit" data-shortcut="e" class="text optional ui-autocomplete-input" name="post[tag_string]" id="post_tag_string" autocomplete="off" title="Shortcut is e"></textarea></div>
    </div>`
    );
    Danbooru.Autocomplete.initialize_all();

    🙏🙏🙏

  • 2
  • Reply
    • Copy ID
    • Copy Link
    Blank User
    about 1 month ago
    [hidden]

    Raynare said:

    @ANON_TOKYO LOL so i keep often pretag when i see a photo i know will be uploaded as a better version later Using a random screenshot on my pc. So for example, seihekiog often posts a paid fanbox version that’s locked behind a paywall. So i grabbed some random screenshot on my pc and pretagged as it if was the actual image until he posts the free fantia version usually 2 minutes later. I often do this when i see a version of an image that’s been posted on twitter but will be posted on oixiv as a higher size/res later because i don’t believe it posting inferior versions even if it’s online first. Somehow i manually posted this one (because i don’t have an automatic uploader nor would I even know how to use one). I actually don’t even know how i posted this one so when I saw I did, i just deleted it.

    You're not taking a new screenshot every time, are you? If I were doing that, I'd save the asset page in my favorites and fill in the tags for that asset each time (without uploading it, of course). Or if I don't need the autocorrect, I'd just store them in a text file. I often do that for the non-general tags when uploading long comics.

    I know it probably won't impact the amount of storage taken up too much, but these uploads could add up over time and I think it would pay off to be conscientious of that kind of stuff.

  • 2
  • Reply
    • Copy ID
    • Copy Link
    Raynare
    about 1 month ago
    [hidden]

    Blank_User said:

    You're not taking a new screenshot every time, are you? If I were doing that, I'd save the asset page in my favorites and fill in the tags for that asset each time (without uploading it, of course). Or if I don't need the autocorrect, I'd just store them in a text file. I often do that for the non-general tags when uploading long comics.

    I know it probably won't impact the amount of storage taken up too much, but these uploads could add up over time and I think it would pay off to be conscientious of that kind of stuff.

    I don’t what the assets page is and haven’t really looked around to find it nor figure out what that is. But yea, i do use a new screenshot every time. However, usually if the artist doesn’t post the better version as expected, then i just take those pretags and paste them onto notepad.

  • 2
  • Reply
    • Copy ID
    • Copy Link
    GabrielWB
    about 1 month ago
    [hidden]

    Raynare said:

    I don’t what the assets page is and haven’t really looked around to find it nor figure out what that is.

    If you upload a random image, you end up on a page like https://danbooru.donmai.us/uploads/XXXXXXXX with the text field, rating buttons, and your random screenshot.
    This link can be revisited in the future if you need access to it again for your textbox shenanigans, so you don't need to keep uploading new random screenshots.

    See also https://danbooru.donmai.us/users/558208/uploads (don't worry this page is personal and cannot be viewed by others) which can be reached from the My Uploads button on https://danbooru.donmai.us/uploads/new

    I imagine that browsing your "Unposted" tab would be very interesting.

  • 2
  • Reply
    • Copy ID
    • Copy Link
    Blank User
    about 1 month ago
    [hidden]

    Raynare said:

    I don’t what the assets page is and haven’t really looked around to find it nor figure out what that is. But yea, i do use a new screenshot every time. However, usually if the artist doesn’t post the better version as expected, then i just take those pretags and paste them onto notepad.

    When you upload an image, a hyperlink will appear directly below it. Clicking on it will take you to the media asset page for that image. All uploads are stored as a media asset until they're uploaded.

    It may be harder to find as you upload more images since you can't really search for them well in your own uploads page, which is why I recommended saving the URL in your browser's favorites.

  • 2
  • Reply
    • Copy ID
    • Copy Link
    ANON TOKYO
    about 1 month ago
    [hidden]

    Raynare said:

    @ANON_TOKYO LOL so i keep often pretag when i see a photo i know will be uploaded as a better version later Using a random screenshot on my pc. So for example, seihekiog often posts a paid fanbox version that’s locked behind a paywall. So i grabbed some random screenshot on my pc and pretagged as it if was the actual image until he posts the free fantia version usually 2 minutes later. I often do this when i see a version of an image that’s been posted on twitter but will be posted on oixiv as a higher size/res later because i don’t believe it posting inferior versions even if it’s online first. Somehow i manually posted this one (because i don’t have an automatic uploader nor would I even know how to use one). I actually don’t even know how i posted this one so when I saw I did, i just deleted it.

    Thank you, incredible.

  • 2
  • Reply
    • Copy ID
    • Copy Link
    Terms / Privacy / Upgrade / Contact /