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)
|dw:1570838589458:dw| Here's a screenshot to give an idea. I'm considering maybe adding a border
QC extension? ???
:/.. seems boring. usernames, pfp: removed
own this place huh??
nice but it's not really an extension x'D
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
exactly lol.
hahah see what I mean XD it looks like a page that's lagging
"makes everyone the same color" lol equality ?? do u want me to post the same math link again..
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
I see. if you're not comfortable seeing pfp and name great! remove everything! ;P
I'm not skilled enough to add a search bar for that.
change the background to any picture of your preference maybe?
and maybe change up the whole color scheme of the site
That sounds easy enough, and I like it. I'll do it.
great!
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|
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?
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{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|
Mhmm, too complicated for me. Also the yellow color is way too much
@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
It looks like this now: |dw:1570858626220:dw| I'll probably add my flower border image later
history repeating itself
isn't that first thing jay did on os x'd and then took over ;p
Should I add "Ultriiliam is Watching You" posters everywhere then? or posters saying "3 x 3 = Gender Equality"
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.
IDk how you're tolerating that color combination.
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
I need a design for the Ultri-is-watching-you poster first
\(\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??
??
I'm emphasizing and asking mhchen the same questions
Some like it sweet, some like it salty, some like it bitter, and some like it spicy.
isn't it amazing? everyone is different.
oof I found a glitch for QC's javascript markdown
ok :)
Ah, sorry for the late response, that is entirely possible actually @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
If I do recall, background-size: cover;
alright ill try it out
...so I think the background-size:cover zooms in waaay too far. Like super super zoomed in
Join our real-time social learning platform and learn together with your friends!