Page 1 of 1

How to use the EBI forum effectively?

PostPosted: Wed Jul 24, 2019 8:00 pm
by alpha68
I'm an inactive forum member because I find the forum not effective to discover porn. For me only the Who's that girl? section is highly effective.

My problem is that 95% of the threads are not interesting and I keep opening the same ugly threads again and again because I cannot remember many threads.

I guess it would be possible to code a Chrome Extension that allows to upvote/downvote or rate threads and such threads would then be shown with smaller font size or different font color.

Besides building such an extension might there be other ways to use the forum effectively?

Would such an extension be difficult to build? Is the DOM manipulation difficult to do? How/where would I store the ratings? I'm not good in web tech, would probably need several days to build this.

Re: How to use the EBI forum effectively?

PostPosted: Tue Jul 30, 2019 1:56 pm
by alpha68
I've got the code running now, turned out it was relative easy to do even for somebody with little web tech talent like me.

There is a vote button to up vote and down vote a thread, after a thread was down voted, the link will be shown in red color in the views 'View new posts' and 'View active topics', up vote is uses green color.

The data is stored using localStorage.

I might be willing to share the code, enabling it in developer mode is easy, probably even for somebody who is not a developer.

Re: How to use the EBI forum effectively?

PostPosted: Tue Aug 06, 2019 6:37 am
by alpha68
Maybe you find this extension useful.

https://postimg.cc/gallery/3hxli5yro/