Topic: RE:621 but for E6AI WHEN??? [IMPLAMENT RE:621]

Posted under Site Bug Reports & Feature Requests

To those who know of BitWolfy's RE:E621 quality of life features, can we please get that for E6AI PLEASE.
if you know how to code can someone please just edit the coding in tapermonkey and make it so it can be used for E6AI as well?
I tried to do it myself and I thought it worked but the images weren't loading.

So please, make a RE:6AI it had so many features that made browsing art 10x easier
https://e621.net/forum_topics/25872?page=1

General

Main Page
Reroute the title page to the one specified
Fixed Header - Make the page header stick to the top when scrolling
Fixed Sidebar - Leave the sidebar controls on the screen while scrolling
Fixed Edit Form - Make the quick tags form stick to the top when scrolling

Sidebar
Auto Focus Search - If true, the cursor will be set to the search bar automatically
Expanded Tag Count - Replace the rounded tag count in the sidebar with the precise one
Shorten Tag Names - Cut off long tag names to make them fit on one line
Hide + and - Icons - Remove these icons from view
Boldened Tags - Restore the classic boldened look on the sidebar tags

Thumbnails
Hi-Res Thumbnails - Replace 150x150 thumbnails with high-resolution ones
Auto-Play GIFs - If disabled, animated GIFs will only play on hover
Maximum number of playing GIFs - How many GIFs can be playing at one time. Set to -1 to disable.
Double-Click Action - Action taken when a thumbnail is double-clicked
Scaling Options
Thumbnail Rescaling - Resize thumbnail images according to settings below
Thumbnail Size - Thumbnail card width, in pixels
Crop Images - Restrict image size to the specified ratio
Image Ratio - Height to width ratio of the image
Compact Mode - Limit the image height to the same value as the width
Minimum Image Width - Images narrower than this percent value will be cropped to fit
Thumbnail Rescaling Buttons - Resize the images using the - and + buttons in the top right
Thumbnail Elements
Preserve Hover Text - Restores text displayed when hovering over the thumbnail
Voting Buttons - Adds voting buttons when hovering over a thumbnail
Favorite Button - Adds a +favorite button when hovering over a thumbnail
Relations Ribbons - Display ribbons for parent/child relationships
Status Ribbons - Display post status as a colored ribbon on the post
Alternative Ribbons - Place the ribbons on the bottom of the thumbnail
Underline Visited Posts - Adds an orange bottom border to visited posts
Show Post Info - Shows the score, favorites, and rating display under the post
Colored Favorites Counter - Changes the color of the favorites counter to yellow

just a few changes around and i was able to port re621 as re6AI

only thing i wasn't able to figure out is the thumbnail which i'm just too lazy to do it
not to mention there is stuff that gets pulled from https://re621.app/
in which we would have to ask bitwolfy to implement re6ai as well
but i'm pretty sure that, wolfy wouldn't care enough to make implementation to e6ai as well for this website being outdated

mintyflur said:
just a few changes around and i was able to port re621 as re6AI

only thing i wasn't able to figure out is the thumbnail which i'm just too lazy to do it
not to mention there is stuff that gets pulled from https://re621.app/
in which we would have to ask bitwolfy to implement re6ai as well
but i'm pretty sure that, wolfy wouldn't care enough to make implementation to e6ai as well for this website being outdated

can you send/give me what you got on your RE:621 to RE:6AI conversion. The quality of life, I NEED IT!

choombah said:
can you send/give me what you got on your RE:621 to RE:6AI conversion. The quality of life, I NEED IT!

i literally went to the code myself and changed the //@match to be instead of e621 be e6ai

// @match           https://e6ai.net/uploads/new*
// @match           https://e6ai.net/posts/*
// @match           https://e6ai.net/wiki_pages*
// @match           https://e6ai.net/forum_topics*

this is how i make it "oh but why not just (e6ai.net/*) ?"

i dunno
for some reason the posts on the posts page don't load at all
also i guess i can do negatives by just doing e6ai.net/* and doing -e6ai.net/posts
but i'm not sure if i can do that

Edit:

// @match           https://e6ai.net/*
// @exclude         https://e6ai.net/posts

just learned you can do exclude
now the whole website works on the userscript but not the posts i believe?

Edit 2: nevermind
Edit 3: NEVERMIND THE NEVERMIND I WAS JUST STUPID

// @match           https://e6ai.net/*
// @exclude         https://e6ai.net/posts
// @exclude         https://e6ai.net/posts?*

this fixes every mistake i made

i'm trying to figure out why the posts tab keeps loading forever
checking the console for debugging and altering the userscript as it goes
also trying to figure out how to fix the post zoom not working as well

Edit 4:
I believe I found a way to fix this
Gonna take some hours to and i will return with news

Updated

mintyflur said:
i literally went to the code myself and changed the //@match to be instead of e621 be e6ai

// @match           https://e6ai.net/uploads/new*
// @match           https://e6ai.net/posts/*
// @match           https://e6ai.net/wiki_pages*
// @match           https://e6ai.net/forum_topics*

this is how i make it "oh but why not just (e6ai.net/*) ?"

i dunno
for some reason the posts on the posts page don't load at all
also i guess i can do negatives by just doing e6ai.net/* and doing -e6ai.net/posts
but i'm not sure if i can do that

Edit:

// @match           https://e6ai.net/*
// @exclude         https://e6ai.net/posts

just learned you can do exclude
now the whole website works on the userscript but not the posts i believe?

Edit 2: nevermind
Edit 3: NEVERMIND THE NEVERMIND I WAS JUST STUPID

// @match           https://e6ai.net/*
// @exclude         https://e6ai.net/posts
// @exclude         https://e6ai.net/posts?*

this fixes every mistake i made

i'm trying to figure out why the posts tab keeps loading forever
checking the console for debugging and altering the userscript as it goes
also trying to figure out how to fix the post zoom not working as well

Edit 4:
I believe I found a way to fix this
Gonna take some hours to and i will return with news

you are a GOD!
While you're add it can you figure out the thumbnails you said you put off? I'd like to enlarge the image upon hovering the posts. That was the BEST QoL there

choombah said:
you are a GOD!
While you're add it can you figure out the thumbnails you said you put off? I'd like to enlarge the image upon hovering the posts. That was the BEST QoL there

the reason the hover feature doesn't work is because e6ai is a little outdated from what i could get, previous version behind 1.5.70 have the hover feature working

the post page not loading is a whole can of worms

mintyflur said:

// @match           https://e6ai.net/*
// @exclude         https://e6ai.net/posts
// @exclude         https://e6ai.net/posts?*

this fixes every mistake i made

i'm trying to figure out why the posts tab keeps loading forever
checking the console for debugging and altering the userscript as it goes
also trying to figure out how to fix the post zoom not working as well

Edit 4:
I believe I found a way to fix this
Gonna take some hours to and i will return with news

let me know when you resolved this. I'm dying to get RE:6ai running as close to its source

mintyflur said:
the reason the hover feature doesn't work is because e6ai is a little outdated from what i could get, previous version behind 1.5.70 have the hover feature working

the post page not loading is a whole can of worms

that's a shame. I really love that feature. I didn't know this site was outdated compared to e621. That makes me question who's manning this ship and how long it'll will stay afloat.
Unlike e621's mission to preserve art, e6ai is MAKING the art, so it's not really a preserving website. DO we have admins, moderators, and janitors at work? Oh yeah, I remember that they're looking for coders

choombah said:
let me know when you resolved this. I'm dying to get RE:6ai running as close to its source

that's a shame. I really love that feature. I didn't know this site was outdated compared to e621. That makes me question who's manning this ship and how long it'll will stay afloat.
Unlike e621's mission to preserve art, e6ai is MAKING the art, so it's not really a preserving website. DO we have admins, moderators, and janitors at work? Oh yeah, I remember that they're looking for coders

don't shame the devs
they are busy
and so is almost every staff member that is actively working on here because most of them have the attention directed to e621

mintyflur said:
don't shame the devs
they are busy
and so is almost every staff member that is actively working on here because most of them have the attention directed to e621

I meant no disrespect of course.

mintyflur said:
I have news

re6AI is real

Oh my stars, Bitwolfy the mad laaaaad! Thanks for showing me this!

choombah said:
Oh my stars, Bitwolfy the mad laaaaad! Thanks for showing me this!

HA
not this time tho
as me quoting Cinder

From what I understand, bitWolfy outright refused to support e6ai precisely because of issues like this.
It's basically a whole new version of the script that needs to be maintained =S

I came into contact with Cinder to check what's up with the re621 to e6ai
I came in figuring i would do all the coding myself but no
Cinder came in and made re6ai fixing the problems

it's literally re621 but a bit rewritten so some parts of re621 is still there
Have fun and thank Cinder the greatest good boy

Also if you are having some problems adjusting
Go to Utilities and Export your settings from re621 and Import to the new userscript re6ai

  • 1