Jump to content
  • So, at the moment there are two topics in "Featured topics" on the side bar, F@H, and CS. I've already read the CS, and I can't participate in F@H because I don't have a powerful enough computer for myself, let alone F@H. So, that is unnecessarily taking up space, which could rather just be used for showing more Recent Topics or something else. I'd like an option to hide it. Or at least move it below the Recent Topics.
  • Is there any way to hide the recent videos from LMG? I check YouTube regularly and don't want to see that here. I've either watched it, or ignored it. It just takes too much space which I'd appreciate if was rather used for the Recent Status Update section, which I(can't tell if others do) do check frequently.
  • How about a customization feature, where you can choose what and in which order you want to be shown on the side bar? Like Recent Topics, Status Updates, Bookmarked/pinned topics(could be added, for example, I'd like to pin the banning game, Experiences with non techies and Rate the Photo Above you).
On 4/5/2024 at 10:13 PM, LAwLz said:

I am getting pretty fucking sick and tired of the "watch something else" responses. It's such a cop out answer because you could say that about basically anything, and it doesn't address the actual complaints. People use it as some kind of card they pull when they can't actually respond to the criticism raised but they still feel like they need to defend some company/person. If you don't like this thread then stop reading it. See how stupid it is? It's basically like telling someone "shut the fuck up". It's not a clever responsive, it doesn't address anything said, and it is rude. 

 ^

-----

MKBHD is but an Apple propagandist and fanboy. Take his videos with a grain of salt, especially about anything Apple. In his video titled "I Visited Apple's Secret iPhone Testing Labs!", he has shown that he makes no effort to fact check Apple's claims, and takes it at face value. I do not believe he can be trusted as an Reviewer/Influencer.

-----

bruh switch to dark mode its at the bottom of this page

VPN Server Guide

Link to post
Share on other sites

15 hours ago, RockSolid1106 said:

Is there any way to hide the recent videos from LMG?

+1 on this one.

It would be great if we can hide LMG's videos.

Spoiler

I'm here for the forum itself, not their latest uploads, seeing those thumbnails everyday is getting annoying.

 

Link to post
Share on other sites

3 hours ago, lewdicrous said:

+1 on this one.

It would be great if we can hide LMG's videos.

  Hide contents

I'm here for the forum itself, not their latest uploads, seeing those thumbnails everyday is getting annoying.

 

It also makes load times much worse for slower connections. 

Link to post
Share on other sites

3 minutes ago, Arika S said:

You're in luck.

 

If you use uBlock origin, add these to your filters, you can ! out or just delete the ones you still want to show up

 


!LTT
linustechtips.com##li.ipsResponsive_block.ipsBox.ipsWidget_vertical.ipsWidget:nth-of-type(4)  

!TechQuickie
linustechtips.com##li.ipsBox.ipsWidget_vertical.ipsWidget:nth-of-type(5)  

!TechLinked
linustechtips.com##li.ipsBox.ipsWidget_vertical.ipsWidget:nth-of-type(6)

!ShortCircuit
linustechtips.com##li.ipsBox.ipsWidget_vertical.ipsWidget:nth-of-type(7)

!MacAddress
linustechtips.com##li.ipsResponsive_block.ipsBox.ipsWidget_vertical.ipsWidget:nth-of-type(8)

!ChannelSuperFun
linustechtips.com##li.ipsBox.ipsWidget_vertical.ipsWidget:nth-of-type(9)

 

though it would be nice if it was a native option to disable certain channels

Number of videos varies if I am not mistaken. So you will most likely hide "Recent Status Updates" on the home page sometimes... better to use nth-child range selector and add an exclusion for last child if on home page.

-

Link to post
Share on other sites

1 minute ago, Arika S said:

Numbers will only need to be changed if they delete a channel or when the featured topics disappears. It's not perfect, but it works for me.

Oh yeah, honestly I haven't been paying attention to what videos are displayed on the right.
Heh true, these are all user hacks, they don't need be perfect 🙂.

Speaking of hacks, here is a quick and dirty one in case someone uses js injectors (like Violentmonkey plugin for example),
it leaves only Topics. quick links (Discord, merch, etc.) and Recent Status Updates (if on root page):

const cjsAddCSS = s => document.head.appendChild(document.createElement('style')).innerHTML=s;
if(location.pathname == '/'){
  cjsAddCSS('#ipsLayout_sidebar > div.cWidgetContainer > ul.ipsList_reset > li:not(:nth-child(n+2):nth-child(-n+3)):not(:last-child) {display:none!important}');
}else{
  cjsAddCSS('#ipsLayout_sidebar > div.cWidgetContainer > ul.ipsList_reset > li:not(:nth-child(n+2):nth-child(-n+3)) {display:none!important}');
};

 

-

Link to post
Share on other sites

On 10/20/2021 at 5:18 AM, Arika S said:

You're in luck.

 

If you use uBlock origin, add these to your filters, you can ! out or just delete the ones you still want to show up

 



!LTT
linustechtips.com##li.ipsResponsive_block.ipsBox.ipsWidget_vertical.ipsWidget:nth-of-type(4)  

!TechQuickie
linustechtips.com##li.ipsBox.ipsWidget_vertical.ipsWidget:nth-of-type(5)  

!TechLinked
linustechtips.com##li.ipsBox.ipsWidget_vertical.ipsWidget:nth-of-type(6)

!ShortCircuit
linustechtips.com##li.ipsBox.ipsWidget_vertical.ipsWidget:nth-of-type(7)

!MacAddress
linustechtips.com##li.ipsResponsive_block.ipsBox.ipsWidget_vertical.ipsWidget:nth-of-type(8)

!ChannelSuperFun
linustechtips.com##li.ipsBox.ipsWidget_vertical.ipsWidget:nth-of-type(9)

 

though it would be nice if it was a native option to disable certain channels

This is good, but it doesn't work on the main page, only in topics.

 

Edit: nvm, I'm just dumb and forgot to enable it on the main page lol

Edited by Red :)

If you can read this you're using the wrong theme.  You can change it at the bottom.

#MuricaParrotGang

The meme thread

 

 

 

All of my image memes are made with GIMP.

 

My specs are crap but if you are interested:

Spoiler

 

The meme-making machine - Optiplex 780:

CPU: Intel Core 2 Duo E8400 @ 3.0 GHz

GPU: NVidia Quadro FX 580

RAM: 2 GB

SSD: Non-existent

HDD: 1 TB

OS: Windows 7

 

Laptop: HP 255 G7

CPU: Ryzen 5 3500U

GPU: Radeon Vega 8

RAM: 8 GB

SSD: 500 GB NVMe

OS: Windows 10

 

Link to post
Share on other sites

12 hours ago, Arika S said:

You're in luck.

 

If you use uBlock origin, add these to your filters, you can ! out or just delete the ones you still want to show up

 


!LTT
linustechtips.com##li.ipsResponsive_block.ipsBox.ipsWidget_vertical.ipsWidget:nth-of-type(4)  

!TechQuickie
linustechtips.com##li.ipsBox.ipsWidget_vertical.ipsWidget:nth-of-type(5)  

!TechLinked
linustechtips.com##li.ipsBox.ipsWidget_vertical.ipsWidget:nth-of-type(6)

!ShortCircuit
linustechtips.com##li.ipsBox.ipsWidget_vertical.ipsWidget:nth-of-type(7)

!MacAddress
linustechtips.com##li.ipsResponsive_block.ipsBox.ipsWidget_vertical.ipsWidget:nth-of-type(8)

!ChannelSuperFun
linustechtips.com##li.ipsBox.ipsWidget_vertical.ipsWidget:nth-of-type(9)

 

though it would be nice if it was a native option to disable certain channels

This is amazing.

I will recommend an NHu12s (or an NHd15 (maybe)) for your PC build. Quote or @ me @Prodigy_Smit for me to see your replies.

PSU Teir List | Howdy! A Windows Hello Alternative 

 

 

Desktop :

i7 8700 | Quadro P4000 8GB |  64gb 2933Mhz cl18 | 500 GB Samsung 960 Pro | 1tb SSD Samsung 850 evo

Laptop :

ASUS G14 | R9 5900hs | RTX 3060 | 16GB 3200Mhz | 1 TB SSD

Link to post
Share on other sites

I've made a Chrome extension to customize what is shown on the side bar. Note that this only removes the elements after they've loaded, so won't help in loading the page faster or anything like that. As I've tested this, it removes the stuff you've selected on all pages.

It's on Github: https://github.com/RockSolid1106/LTT-Sidebar-customizer

On 4/5/2024 at 10:13 PM, LAwLz said:

I am getting pretty fucking sick and tired of the "watch something else" responses. It's such a cop out answer because you could say that about basically anything, and it doesn't address the actual complaints. People use it as some kind of card they pull when they can't actually respond to the criticism raised but they still feel like they need to defend some company/person. If you don't like this thread then stop reading it. See how stupid it is? It's basically like telling someone "shut the fuck up". It's not a clever responsive, it doesn't address anything said, and it is rude. 

 ^

-----

MKBHD is but an Apple propagandist and fanboy. Take his videos with a grain of salt, especially about anything Apple. In his video titled "I Visited Apple's Secret iPhone Testing Labs!", he has shown that he makes no effort to fact check Apple's claims, and takes it at face value. I do not believe he can be trusted as an Reviewer/Influencer.

-----

bruh switch to dark mode its at the bottom of this page

VPN Server Guide

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×