Topic: e621 greasemonkey script for direct images

Posted under General

If I adapted an existing greasemonkey script for dan/gelbooru that turns the thumbnail links into direct links to the images as opposed to the image page, would anybody be interested in that?

Updated by TonyCoon

I thought that thumbnail links already go directly to their images.

Updated by anonymous

No they go to the post's page with the score, comments, tag list, etc. He means making them link directly to the image file itself, the .jpg, .png, whatever.

Updated by anonymous

Tony has it right. Not sure if there's a problem with that or not. Figured I'd ask to see if there was interest or issues or anything before posting it.

Updated by anonymous

Oh I see what you mean. It would just skip directly to the "full size" view then.

Updated by anonymous

Agrinja said:
If I adapted an existing greasemonkey script for dan/gelbooru that turns the thumbnail links into direct links to the images as opposed to the image page, would anybody be interested in that?

Rainbow_Slash said:
Oh I see what you mean. It would just skip directly to the "full size" view then.

Like that FurAffinity galley script :]

is this script good enough for you cloppers? ;3

// ==UserScript==
// @name           better_booru
// @namespace      otani, Modified by Jawertae
// @description    Several changes to make Danbooru much better.  Including the viewing of loli/shota images on non-upgraded accounts. Modified to Work with other booru sites like e621.
// @include        http://danbooru.donmai.us/*
// @include        http://safebooru.donmai.us/*
// @include        http://*e621.net/*

Updated by anonymous

Mario583 said:
Like that FurAffinity galley script :]

is this script good enough for you cloppers? ;3

// ==UserScript==
// @name           better_booru
// @namespace      otani, Modified by Jawertae
// @description    Several changes to make Danbooru much better.  Including the viewing of loli/shota images on non-upgraded accounts. Modified to Work with other booru sites like e621.
// @include        http://danbooru.donmai.us/*
// @include        http://safebooru.donmai.us/*
// @include        http://*e621.net/*

post #128654

I'd actually remembered seeing this not too long ago.

Updated by anonymous

you guys should probably wait til the end of the month before doing anything like this. just saying

Updated by anonymous

Rainbow_Slash said:
What did you do?

I didn't do anything yet ;)

Updated by anonymous

I'm going to have to rewrite my monkey scripts before they even make it to alpha status aren't I?

Also, can you help me?

-added JSON call for pool/show (/pool/show.json?id=???)
What does this do?
-Fixed being unable to connect to IRC if your username has invalid IRC
nick characters in it(like parentheses)

My IRC page has always been nothing but a blue box
-Added tag tooltips to post #123 links
What are tool tips?

Updated by anonymous

Rainbow_Slash said:
I'm going to have to rewrite my monkey scripts before they even make it to alpha status aren't I?

Also, can you help me?

-added JSON call for pool/show (/pool/show.json?id=???)
What does this do?
-Fixed being unable to connect to IRC if your username has invalid IRC
nick characters in it(like parentheses)

My IRC page has always been nothing but a blue box
-Added tag tooltips to post #123 links
What are tool tips?

hover your mouse pointer over your image, that's a tooltip
irc requires java. furnet is dumb like that
and json calls for for ajaxing in the future,

also.. yeah.. I don't intend to. but I CONSTANTLY get beligered because we constantly update and change things.

Updated by anonymous

-irc requires java. furnet is dumb like that

But I have java, the IRC works fine on 20pc

-and json calls for for ajaxing in the future,

I try learning your new stuffs as soon as I can but this has me baffled.
Sorry I'm a pain about these things

Updated by anonymous

Rainbow_Slash said:
Also, can you help me?

-added JSON call for pool/show (/pool/show.json?id=???)
What does this do?
-Fixed being unable to connect to IRC if your username has invalid IRC
nick characters in it(like parentheses)

My IRC page has always been nothing but a blue box
-Added tag tooltips to post #123 links
What are tool tips?

JSON is a protocol (similar to XML) to request data from e621.net in a programming-friendly manner. I just added one call that was missing. Try going to http://e621.net/pool/show.json?id=500. Or http://e621.net/pool/show.xml?id=500. It's nothing you need to worry about unless you plan on writing your own web application that uses e621's data.

Hover your mouse over this link: post #123. You'll see a tooltip; that's what I added.

I don't know why the IRC page won't work for you, just make sure you have Java (NOT Javascript) installed (http://www.java.com/en/).

Updated by anonymous

  • 1