This does not appear to be real I cannot find any other references to this graphic nor can I find the graphic itself anywhere else
Vanguard type shit. Typical "liberal" behavior
Cat.
Always some ancient bad of bones pulling shit like this
Wow looks so much better. And has better retry handling, Im going to be updating, thanks to all who contributed!
That would make a kick ass tattoo, awesome art
This is how these pigs view all black people. Maybe don't advertise your racism when police brutality has been such a big issue for decades? That would require critical thinking, though, and we know cops are never smart.
This shit should be illegal. Apple got smacked by the EU for this exact practice. Do we think that will applied evenly?
Are those leopards I hear?
I'm going to start a discussion in the comments here about methods to bypass the message. I will add suggestions here, so leave comments if you find a method!
Methods to bypass Youtube Anti-Adblock:
- The easiest method is simply to comply and turn off your adblock extension.
My Method
- My method, and the one that will likely work universally is as follows:
Install Extension Enhancer for YouTube™
Go to the extensions settings and ensure that under the Ads Management section, "Block Ads" is turned OFF

Now find the Custom Script box at the very bottom and enter the following script. I did not write this code, it comes from egaudette on GitHub
(function() {
'use strict';
var clickInterval = setInterval(skipAds, 5);
var ytpAdModule;
var miniAdd;
var skipButton;
var currentVideo;
function skipAds() {
ytpAdModule = document.querySelector('.ytp-ad-module');
skipButton = document.querySelector('button[class*="ad-skip"]');
miniAdd = document.querySelector('.ytp-ad-overlay-container');
if (ytpAdModule !== null && ytpAdModule.innerHTML !== '') {
ytpAdModule.style.display = 'none';
}
if (skipButton !== null) {
skipButton.click();
return;
}
currentVideo = document.querySelector('video[class*="main-video"]')
if (currentVideo !== null && currentVideo.duration <= 5) {
currentVideo.muted = true;
currentVideo.play();
currentVideo.currentTime = currentVideo.duration;
}
}
})();
Lastly, ensure the "Automatically execute the script when YouTube is loaded in a tab" box is checked, and press Save

I'll add more methods as they are discovered!
Honse
0 post score0 comment score


Well shit