Contact Us/Help!
Handle:
Password:
Forget Your Password?    Join for FREE!

gg1234
Level 0 Male
AttributeLevel
Overall0
Safety0
Compliance0
Integrity0
Reliability0
Karma0

 48 yrs old
Marina Del Rey, LA, CA
Registered Dec 1 2020
Released Dec 29 2020

3 blogs/41 comments
See Photo Albums
gg1234's Blog Blogs about gg1234 4 people have subscriptions!
Back  |  NextShowing 3 from 1 of 3
Jan 15 2021 12:41PM
     UserScript for Improved Legibility
Pages on Humaniplex are WIDE. They span the whole width of the browser window, and for those of you with wide screens, it can make things hard to read. Your eyes are forced to continually scan side to side to take in the content. This problem is made worse if a wide image forces the content to become wider than the browser window which makes you have to scroll horizontally to see all of the content. For example, take a look at The Most Popular Incoming Prez Ever. There are a few wide images there that really messed the layout up and forced the page to be too wide for comfort.

This UserScript fixes this, by introducing a little bit of CSS to constrain the width of the content and make HX skinnier.


body {
width: 75%;
margin: auto;
max-width: 1020px;
min-width: 20rem;
}
table.outline div.float_left img {
max-width: 100%;
}


This is all we're adding to the page, but it makes a big difference especially if you have a wide screen. Those of you who browse Humaniplex with a narrow window won't need this, though. It's not for everybody, but I think it'll help a lot of people.

If you have the Violentmonkey extension installed, you can:
1. Click on hx-style.humaniplex.user.js;
2. Click on "Raw"; and
3. Confirm the installation (on the top-right), and you should be good to go.




Attached Links
The Most Popular Incoming Prez Ever

7 comments

Jan 11 2021 10:10AM
     Everyone On Parler Got Doxxed
Those of you who made accounts on Parler need to be careful. Be wary of any service that asks for your phone number or other information that could be used to identify you in real life. More details are in the links below.




Attached Links
70TB of data was taken from Parler servers.
This is how they did it.
Who is responsible?
Attached Pictures

40 comments

Jan 9 2021 07:19AM
     Photo Albums UserScript for Faster Browsing
I wrote a little UserScript to make Humaniplex's photo albums a lot easier to browse. It puts each image in a lightbox so you don't have to hit the back button on your browser so much. Watch the linked video to see it in action. If you want to install it, add a userscript manager like Violentmonkey to your browser, and then install this code by visiting the "UserScript for HX Photos" link and then clicking on "Raw".



Attached Links
Demo Video
UserScript for HX Photos
Violentmonkey

32 comments

Back  |  NextShowing 3 from 1 of 3