Blocktube completley stopped working on me.
I just had it working, but for some reason it stopped working, I don't see the block options. I can't wait for an update
It keeps activating and then stop activating.
https://github.com/user-attachments/assets/b9c0b1fe-d5ce-4a52-887d-694c1cac919c
And now I can't use Youtube
Same problem, block channels not working, possibly Youtube was change the IDs system.
Do you know, how long it normally takes for it to catch up?
Same problem here.
not working...real pitty...when it works is it the best plugin.
not working...real pitty...when it works is it the best plugin.
Sadly it's become a must need addon after the algorithm changes 4 or 5 years ago now. It's like yes, I know that video has been on my homepage now for two weeks. I didn't want it then, I don't want it now. This addon is a must, I'm up to 8.450 channels banned in the last 4 years.
edit: spelling
not working...real pitty...when it works is it the best plugin.
This addon is a must, I'm up to 8.450 channels banned in the last 4 years.
I have around 16,000 channel ids blocked through this addon - but sometimes I keep seeing identical looking channels to what I've already blocked... can't tell if it's just clones/remakes of what I already blocked or if the addon is not working properly. Regardless I consider YT unusable without this addon.
not working...real pitty...when it works is it the best plugin.
This addon is a must, I'm up to 8.450 channels banned in the last 4 years.
I have around 16,000 channel ids blocked through this addon - but sometimes I keep seeing identical looking channels to what I've already blocked... can't tell if it's just clones/remakes of what I already blocked or if the addon is not working properly. Regardless I consider YT unusable without this addon.
I have 1000, I thought that was a lot. I need to pump those numbers up... if this ever gets fixed.
If I could throw money at them for motivation I would, because I use this extension religiously, YT is unbearable without it... not knowing if they even working on fixing it is unbearable T-T If they ARE working on it then boy I'd be the happiest lil bean ever please take your time...
This extension is a working replacement, you can import your block list with minimal effort:
https://chromewebstore.google.com/detail/ytblock-block-any-content/nedcanggplmbbgmlpcjiafgjcpdimpea
This extension is a working replacement, you can import your block list with minimal effort:
https://chromewebstore.google.com/detail/ytblock-block-any-content/nedcanggplmbbgmlpcjiafgjcpdimpea
Your link target points to this repository. I could not figure out how to get my ID based blocks from blocktube to work in that one. Also, copying my massive video block list broke something and it no longer displayed the block options.
This extension is a working replacement, you can import your block list with minimal effort: https://chromewebstore.google.com/detail/ytblock-block-any-content/nedcanggplmbbgmlpcjiafgjcpdimpea
Your link target points to this repository. I could not figure out how to get my ID based blocks from blocktube to work in that one. Also, copying my massive video block list broke something and it no longer displayed the block options.
Ok, had to remove all comment lines from blocktube blocklist to get it to work for videos. But, it's so damn slow. Page unresponsive on every page load. I have 190k blocks which seems to be more than it can handle. Still no idea about the channel blocks. I think I need to wait and see if blocktube gets fixed.
v0.4.5 of Blocktube was just released which does work, although still has a few bugs. However, it is not available on the Chrome or Firefox store yet.
v0.4.5 of Blocktube was just released which does work, although still has a few bugs. However, it is not available on the Chrome or Firefox store yet.
I'm on 0.4.5 and it still isn't working for me. All my advanced filtering rules are completely broken and throw errors in the console.
Custom function exception TypeError: video.title is undefined
I turned off all other extensions to confirm this was causing the error.
Tested on Firefox 133.0.3 as well as Waterfox 6.5.2 with the same results.
Advanced filters below:
(video, objectType) => {
const titleFilters = [
/Jerma/i,
/TEMU/,
/ UIM /,
/SECRET LIFE/,
/WILD LIFE/,
/Trash Taste/i,
/iceberg/i,
/CA Locked/i,
/minecraft bedrock/i,
/minecraft create/i,
/hermitcraft/i,
/skyblock/i,
/one.?block/i,
/\d+ days/i,
/kirsche/i,
/#hologta/i
];
// Allow all videos in unblockablePages
const unblockablePagess = [
/\/channel\// // channel page (contains "/channel/")
, /\/@/ // channel page (contains "/@")
,/\/history/
,/\/playlist/
,/list=/
,/\/subscriptions/
];
if (unblockablePagess.some(page => page.test(window.location.pathname)) && !(titleFilters.some(vid => vid.test(video.title)))){
return false;
};
if(unblockablePagess.some(page => page.test(window.location.search))){
return false;
};
if (titleFilters.some(vid => vid.test(video.title))){
return true;
};
if (video.title.match("bedrock") && !(video.title.match("java"))){
return true;
};
if (video.percentWatched >= 10){
return true;
};
return false;
};
Deadsy81: https://github.com/amitbl/blocktube/issues/496#issuecomment-2525086125 : (YTBlock) But, it's so damn slow. Page unresponsive on every page load.
Yes, same issue for me on Firefox (didn't try on Chrome), YTBlock is lagging like horse's shit.
Deadsy81: https://github.com/amitbl/blocktube/issues/496#issuecomment-2525086125 : I have 190k blocks which seems to be more than it can handle.
It's unrelated to your 190000 blocks, because I have 3000 videos blocked and it's still lagging like horse's shit. I just tried it for an half of hour and went back to Blocktube.