Ask your own question, for FREE!
Miscellaneous 19 Online
mhchen:

What else should I add/remove in with my QC extension? So far it looks like this: - removes medals (so I don't get addicted to medals) - removes avatars - makes everyone the same color (so I don't judge people, not saying you're equal xd) - adds a collapse button to replies - gets rid of questions by 0SS users - removes the giveaway announcement (sorry xd I kinda just want to see homework questions on top) What would you guys add or change about it? Make the chat bigger? So far the suggestions have been: - change color theme (done) - add Ultri-Is-Watching-You posters for Orwellian-state feel (I need a poster design)

mhchen:

|dw:1570838589458:dw| Here's a screenshot to give an idea. I'm considering maybe adding a border

Nnesha:

QC extension? ???

Nnesha:

:/.. seems boring. usernames, pfp: removed

Nnesha:

own this place huh??

akshay:

nice but it's not really an extension x'D

akshay:

It doesn't really extend the features of the site it's just removing a lot of it and making it seem too blank lol just my opinion

Nnesha:

exactly lol.

akshay:

hahah see what I mean XD it looks like a page that's lagging

Nnesha:

"makes everyone the same color" lol equality ?? do u want me to post the same math link again..

akshay:

I would keep everything as it is and add a search bar to past questions. but I don't know if it can be done with this kind of editing

Nnesha:

I see. if you're not comfortable seeing pfp and name great! remove everything! ;P

mhchen:

I'm not skilled enough to add a search bar for that.

akshay:

change the background to any picture of your preference maybe?

akshay:

and maybe change up the whole color scheme of the site

mhchen:

That sounds easy enough, and I like it. I'll do it.

akshay:

great!

mhchen:

I've settled on yellow background: |dw:1570845096314:dw| I can't find a good background image to use. maybe I'll try this: |dw:1570845359026:dw|

mhchen:

The document.body of this website is a little weird... |dw:1570845748737:dw| @Ultrilliam From my perspective, it looks like document.body only covers the left-half of the screen. Is there a way to make a 'background-image' extend through the entire width?

TheSmartOne:

I actually like the idea of removing avatars. I'd like a QC code for that. Would be helpful in not having to load so many images and having to see it

mhchen:

\(\color{#0cbb34}{\text{Originally Posted by}}\) @TheSmartOne I actually like the idea of removing avatars. I'd like a QC code for that. Would be helpful in not having to load so many images and having to see it \(\color{#0cbb34}{\text{End of Quote}}\) I can only make an extension for you that hides avatars. Avatars will always be loaded when you load this site imo. You can use something like the uBlock-origin chrome extension to block images (rightclick -> Block Element -> select image to filter -> create) Here's a demo: |dw:1570849824224:dw|

TheSmartOne:

Mhmm, too complicated for me. Also the yellow color is way too much

mhchen:

@TheSmartOne Do you know how to use tampermonkey? anyways I came up with this tampermonkey script for you: ```javascript // ==UserScript== // @name For TheSmartOne // @version 1.0 // @description removes avatars // @author mhchen // @match https://questioncove.com/* // @grant none // ==/UserScript== (function() { //code starts here function removeAvatars(){ if(document.getElementsByClassName('avatar')){ for (let i=0;i<document.getElementsByClassName('avatar').length;i++){ document.getElementsByClassName('avatar').style.display = "none"; } } setTimeout(removeAvatars,100); } setTimeout(removeAvatars,100); })(); ``` Basically it just hides avatars every 0.1 seconds xd You can copy-paste the code in the console to test it out

mhchen:

It looks like this now: |dw:1570858626220:dw| I'll probably add my flower border image later

Nnesha:

history repeating itself

Nnesha:

isn't that first thing jay did on os x'd and then took over ;p

mhchen:

Should I add "Ultriiliam is Watching You" posters everywhere then? or posters saying "3 x 3 = Gender Equality"

Nnesha:

yeah add "ultrilliam is watching you" that would be funny. Gender equality topic will lead to a debate, becasue the way you define "gender equality" might not be the same for others.

Nnesha:

IDk how you're tolerating that color combination.

mhchen:

Yeah this color theme is my favorite for now. It's the same theme as my homepage |dw:1570890166064:dw| Maybe it'll look better when I add pink lotus flowers around

mhchen:

I need a design for the Ultri-is-watching-you poster first

TheSmartOne:

\(\color{#0cbb34}{\text{Originally Posted by}}\) @Nnesha IDk how you're tolerating that color combination. \(\color{#0cbb34}{\text{End of Quote}}\) This. So much. Like how, why, and for how long??

Nnesha:

??

TheSmartOne:

I'm emphasizing and asking mhchen the same questions

mhchen:

Some like it sweet, some like it salty, some like it bitter, and some like it spicy.

Nnesha:

isn't it amazing? everyone is different.

mhchen:

oof I found a glitch for QC's javascript markdown

MLYS2:

ok :)

Ultrilliam:

Ah, sorry for the late response, that is entirely possible actually @mhchen

mhchen:

oh hey Ultri, if you type a [ i ] (without spaces) it removes everything in the brackets and oof this is the best of my knowledge xd

Ultrilliam:

If I do recall, background-size: cover;

mhchen:

alright ill try it out

mhchen:

...so I think the background-size:cover zooms in waaay too far. Like super super zoomed in

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!