Edit: it’s far too late to get this information out but the ‘Cookie Consent’ button does not appear to be available unless you’re in the EU where the GDPR applies.
If you’ve logged in to Tumblr in the last few days, you will have seen the GDPR warning, telling you Tumblr is part of the Oath family of sites, and requiring you to opt-in to their privacy settings.
You may not have realised that, in contravention of the GDPR rules which ban default opt-ins, if you don’t go into the ‘more options’ button and opt out of each individual sharing partner, Tumblr will share your data with a whole huge list of other companies. Like, 300 of them.
If you’ve already opted in to the Oath privacy stuff, you need to go to your Settings page:
Click the Privacy button on the right:
Then, click the little button next to ‘Cookie Consent’ to revoke it.
After confirming you want to revoke consent, you will immediately be taken to that big privacy opt-in page again. From that point we follow the steps @the-mad-duchess described - first click ‘Manage Options’:
Then, click the blue ‘Manage’ button, and expand the two lists. You’ll see five kinds of data sharing, and like 300 different companies:
The first five you can click manually more easily than using javascript. That might be enough to opt out of any data sharing - but I want to be sure. So, let’s make sure we disable every single enabled partner as well.
However, clicking on 300 little buttons to opt out of is an absurd demand. There is, thankfully, a shortcut, using your browser’s developer tools.
What you want to do is open the web console. In Firefox, you do it like this: click the little menu in top right, then go down to where it says Web Developer:
Then, click the Web Console option:
This will open up the web console in the bottom of the screen. It will have a bunch of messages in it that you can ignore:
As shown, what we want to do is copy and paste some JavaScript code into this, then hit ‘enter’, which will make the browser simulate a mouseclick on every single one of these little buttons and thereby turn them all off. The code is this:
var rows = document.getElementsByClassName("vendor-options")[0].children;
for (var i = 0; i < rows.length; i++) {rows[i].lastChild.firstChild.click();}
If you’re not familiar with JavaScript, let me briefly explain what this is doing. The first line finds the part of the page with all the buttons in it - specifically, the rows in the table of vendors, which is identified by the “vendor-options”. The second line goes through each of them one by one, and for each row of the table, goes inside and finds the button, and simulates a click on it.
If it works correctly, you will abruptly scroll to the bottom of the page and all those little buttons will slide to the ‘greyed out’ position. Now you can go ahead and click Done, click the OK button, and carry on using Tumblr, trusting that if they keep their word, they won’t share your data with those 300 companies.
I’m gonna chat with the New XKit devs to see if this can be added (they may already be working on it). But I hope this saves you some time.
Note also - this is not actually compliant with the new GDPR laws. The rule is that you have to explicitly opt in to letting companies use your data, you can’t have a list of default opt-ins behind a button like this. At some point, somebody will hopefully sue Yahoo/Oath and establish that in court. In the meantime, let’s keep our data to ourselves.
Am programmer, can verify the JavaScript code is legit/safe.
“But here’s some advice, boy. Don’t put your trust in revolutions. They always come around again. That’s why they’re called revolutions.”
― Samuel Vimes, Night Watch
I joined my first game jam this past weekend, the Ludum Dare #33. The theme was ‘You are the monster’, which I took into a different direction: instead of designing a game around an actual monster, I designed the game so that you take the role of the person that is charge of buying up all the homes in a neighbourhood so that it can all be replaced by a mega mall.
It was a lot of work, but it was also a lot of fun. Despite my lousy art skills, I think I managed to make something playable, so hey. That’s what is important, right?
You can try out my game, Mega Mall Lawyer, by following the link at the top. If you try it out, I hope you enjoy it.
Sam Vimes fought an ancient mind-controlling spirit and won. Sam Vimes killed a werewolf with his bare hands. Sam Vimes happily wears the awful lumpy itchy socks his wife knits him. Sam Vimes causes traffic jams in order to be home in time to read his baby a bedtime story. Sam Vimes fought at the barricades— twice. Sam Vimes waited until his interviewee had left and then put his coat over his head so no one could hear him laughing hysterically at her silly name. Sam Vimes is my hero.
Sam Vimes overcame a crippling alcohol dependency. Sam Vimes examines and confronts his internal prejudices. Sam Vimes lived in poverty because he was giving his salary to the widows and orphans of fellow officers. Sam Vimes cleaned up a corrupt police force and made it inclusive of the different ethnicities in his city.
Sam Vimes is my hero too.
He turned to leave, then seemed to have a thought. “Sergeant Dorfl!” he said, turning back. “D’you think you’ll believe in gods now?”
Every eye in the Watch House turned to the golem sergeant. “Not Gods, Yet.” said Sergeant Dorfl. “But Always Sam Vimes.”
Sam Vimes once violated his country’s foreign policy to help a group of frightened women, who then launched a cultural revolution.
I wish Sam Vimes were real so I could hug that man.
I have so fucking many Sam Vimes feels it is fucking ridiculous.
One time Sam Vimes went on a vacation. While away, the entire Watch except for Corporal Colon went on strike, leaving no law enforcement of any kind for a period of time. The entire criminal population of Ank Morpork decided to take a break from crime, because they knew that if anything disastrous happened while he was away, Sam Vimes would be very, very irritated with whoever was responsible. And none of them dared to be responsible.
Reblogging this as I just finished Snuff and I am saddened because it is the last of the Sam Vimes novels.
Here is to one of the most well-written characters to have ever existed in fiction.
I’ve had this list sitting around for a while (in case I ever want to try something new) and I thought I’d share it, because why the hell not, everybody loves free stuff. I’ve only used a couple, so for all I know these could be complete shit. BUT YOU NEVER KNOW, RIGHT?
*= available for both windows and mac os
GIMP * - Does a lot of the same stuff as Photoshop.
FireAlpaca * - Similar to Paint Tool Sai, so it’s a good alternative for Mac users.
Some good stuff in there. I have used GIMP, Blender, and SketchUp myself, although beware with Blender: its user interface is bloody complicated. Not advisable for the easily intimidated.