Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blocktube completley stopped working on me. #496

Open
mason321 opened this issue Dec 2, 2024 · 16 comments
Open

Blocktube completley stopped working on me. #496

mason321 opened this issue Dec 2, 2024 · 16 comments

Comments

@mason321
Copy link

mason321 commented Dec 2, 2024

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

@mason321
Copy link
Author

mason321 commented Dec 2, 2024

It keeps activating and then stop activating.

@mason321
Copy link
Author

mason321 commented Dec 2, 2024

2024-12-02.23-38-.mp4

@mason321
Copy link
Author

mason321 commented Dec 2, 2024

And now I can't use Youtube

@nestg
Copy link

nestg commented Dec 3, 2024

Same problem, block channels not working, possibly Youtube was change the IDs system.

@mason321
Copy link
Author

mason321 commented Dec 3, 2024

Do you know, how long it normally takes for it to catch up?

@sebibasti0815
Copy link

Same problem here.

@Luca-Feelgood
Copy link

not working...real pitty...when it works is it the best plugin.

@Micromause
Copy link

Micromause commented Dec 4, 2024

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

@shrimp-dude
Copy link

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.

@Rowsol
Copy link

Rowsol commented Dec 5, 2024

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.

@StartaroBubble
Copy link

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...

@sebibasti0815
Copy link

sebibasti0815 commented Dec 6, 2024

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

@Deadsy81
Copy link

Deadsy81 commented Dec 7, 2024

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.

@Deadsy81
Copy link

Deadsy81 commented Dec 7, 2024

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.

@825i
Copy link

825i commented Dec 8, 2024

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.

@DanSleeman
Copy link

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;
 };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests