Youtube ad blocking problem

how do you implement youtube ad skip for qute. Because, when I tried to implement ad skipping using this script and it just skips the whole video how can I fix that the ad gets skipped pretty fast but the video is also done.

// ==UserScript==

// for more updated scripts, see: https://greasyfork.org/en/scripts/by-site/youtube.com

// u/nameAuto Skip YouTube Ads

// u/version1.1.0

// u/description Speed up and skip YouTube ads automatically

// u/authorjso8910 and others

// u/match*://*.youtube.com/*

// ==/UserScript==

document.addEventListener('load', () => {

const btn = document.querySelector('.videoAdUiSkipButton,.ytp-ad-skip-button-modern')

if (btn) {

btn.click()

}

const ad = [...document.querySelectorAll('.ad-showing')][0];

if (ad) {

document.querySelector('video').currentTime = 9999999999;

}

}, true);

reddit.com
u/Danaykroid — 17 hours ago

XFCE - multiple monitor setup issue

Hi guys,

I am facing this issue where if I try to extended display to my personal monitor using XFCE as DE then it doesn't work but with my office screen it works.

but, first time it was working fine.

Please help me..!!

reddit.com
u/Danaykroid — 8 days ago

(Please help)! Parquet compression issue

Hi guys,

I have data where it have 80 columns of float64 that is then stored into a single parquet file with raw size of 31MB

I tried compression on it with multiple algorithms zstd, snappy, brotli, gzip and others that are there but all of them were only able to reduce the size to at max 29MB even on max level of compression**.**

In reality the data is around 22.5 GB I tested for a small subset of data.

but even for 22.5 GB it doesnt make much of a difference. how to compress it to atleast 30-40% of its original size

library used: parquet-go
language: golang

reddit.com
u/Danaykroid — 8 days ago
▲ 3 r/xfce

XFCE - multiple monitor setup issue

Hi guys,

I am facing this issue where if I try to extended display to my personal monitor using XFCE as DE then it doesn't work but with my office screen it works.

but, first time it was working fine.

Please help me..!!

reddit.com
u/Danaykroid — 8 days ago