sir is this code execute every 3 seconds , even when you are not playing any video . like when you are simply scrolling , is it still checking for skip button class?
Love it, good job! Can you please make a video how to make adjustments for the extension so it always works. My extension works sometimes and sometimes the Ad still plays fully...
Hello Bro. Very Good Video bro. A small help bro I am need of a codes of you tube complete ad blocking extension using javascript bro . I am not at all interested in viewing ad for 5 seconds also bro in my laptop bro and so I am asking it bro. Can you able to please help me bro. By sending the codes bro.
chrome.webRequest.onBeforeRequest.addListener( function(details) { console.log("I am gpoing to block:", details.url) return {cancel:true}}, {urls: blocked_sites}, ["blocking"] ) This above code is for blocking request in mv2 how to migrate this in mv3 webRequest api is not supported for mv3 so i get error like Error 1: 'webRequestBlocking' requires manifest version of 2 or lower. Error 2: Uncaught TypeError: Cannot read properties of undefined (reading 'onBeforeRequest')
I am a professional coder I've been coding in vs since 5 yrs rn I'm in CALTYECH UNIVERSITY OF ENGINEERING I liked your code it was good
That's a huge compliment for me.
sir is this code execute every 3 seconds , even when you are not playing any video . like when you are simply scrolling , is it still checking for skip button class?
Explanation simple and easy to understand..keep going❤️👍
Thanks :)
No link in description?
Well done it is working 👍😁
Love it, good job! Can you please make a video how to make adjustments for the extension so it always works. My extension works sometimes and sometimes the Ad still plays fully...
Thanks for the detailed explanation! Very helpful!
AMAZING MAN. I CAN'T BELIEVE THAT I YES I MADE AN EXTENTION(ALTHOUGH I COPIED FROM YOU). HATSOFF MAN
Thanks
Thank you for this awsome idea.
I worked on modifying the code to skip ad without showing it can you reply me how to do that. Please.
it would be very useful if you put the script in the flipping description
Great video. Can you please make a video on how to make multiple comments for same video?
tnq for showing how to make chrome extensions
can it skip unskippable ads??
but what about unskippable ads?
Hello Bro. Very Good Video bro. A small help bro I am need of a codes of you tube complete ad blocking extension using javascript bro . I am not at all interested in viewing ad for 5 seconds also bro in my laptop bro and so I am asking it bro. Can you able to please help me bro. By sending the codes bro.
how to add delay in the script so it will skip the ad after 15 seconds
Thank you very much
😀
where is the link? please help
Tanks
Good job !
Thanks
Ty
And i have lots of errors in tge second script
😮
Yaa I wamt
i used stone to destroy stone
😄
love from nepal go o
Thank you man 😊
When i upload it i get an error: Manifest is not valid JSON
its a scam just use the ublock orgin extension.
@@danielmancera6080 it's definitely not a scam. works perfectly.
recheck your spellings/typos in the code. surely sth is wrong there
@@pratikamatya5190 mine dont work.
change your manifest version to 3 instead of 2
HARD HARD HARD!!! When i upload, ocurrs the error: Uncaught SyntaxError: Unexpected token [
chrome.webRequest.onBeforeRequest.addListener(
function(details) {
console.log("I am gpoing to block:", details.url)
return {cancel:true}},
{urls: blocked_sites},
["blocking"]
)
This above code is for blocking request in mv2 how to migrate this in mv3
webRequest api is not supported for mv3 so i get error like
Error 1:
'webRequestBlocking' requires manifest version of 2 or lower.
Error 2:
Uncaught TypeError: Cannot read properties of undefined (reading 'onBeforeRequest')
for version error you can change version to 3, it will work fine.