The GIF thing was cute for awhile, but somewhere along the way — maybe when your company’s HR director sent you a very extended cats-and-Emma Stone-oriented “thumbs up” GIF for finally sending in your healthcare forms — they lost some of the punch they once had.
But, thank god, some Brooklyn techies have come up with a great solution: just make every GIF sexy Edward Snowden.
It’s called Snowdenize and it’s the work of artist/hacker Trammell Hudson, who was inspired by a conversation between his friends @corcra and @carlolinesinders on Twitter.
@carolinesinders browser plugin that replaces all gifs with sexy snowden
— s t e p h (@corcra) January 27, 2016
The Edward Snowden-sex-symbol trope isn’t new, but it does rule. Just check out some of these comments on a reddit post titled, I think Edward Snowden is really sexy.
Watch the documentary about him, it has lots of footage of him being really hot and a badass. –imnormalreally
What about those sexy moles on his face and his neck –klbouchan
I’m a guy, but yeah… –oh_no_not_canola_oil
Snowden himself gave us a hint of the rampant sliding-into-of-DMs that goes on on his Twitter.
https://twitter.com/Snowden/status/689092733315739649?ref_src=twsrc%5Etfw
If you want to install the Snowdenize browser plugin, here’s the code, from Hudson’s site:
// ==UserScript== // @name Snowdenize All Images // @namespace net.trmm.snowdenize // @author Trammell Hudson <hudson@trmm.net> // @include * // @Grant none // @version 2 // ==/UserScript== var snowden = 'https://media.giphy.com/media/l0NwuLOY7KkpCERSo/giphy.gif'; window.setInterval(function() { for(var i = 0 ; i < document.images.length ; i++) { var match = /\.gif/.exec(document.images[i].src); if (match) document.images[i].src = snowden; } }, 1000);
Before you go...
Please consider supporting Technical.ly to keep our independent journalism strong. Unlike most business-focused media outlets, we don’t have a paywall. Instead, we count on your personal and organizational support.
3 ways to support our work:- Contribute to the Journalism Fund. Charitable giving ensures our information remains free and accessible for residents to discover workforce programs and entrepreneurship pathways. This includes philanthropic grants and individual tax-deductible donations from readers like you.
- Use our Preferred Partners. Our directory of vetted providers offers high-quality recommendations for services our readers need, and each referral supports our journalism.
- Use our services. If you need entrepreneurs and tech leaders to buy your services, are seeking technologists to hire or want more professionals to know about your ecosystem, Technical.ly has the biggest and most engaged audience in the mid-Atlantic. We help companies tell their stories and answer big questions to meet and serve our community.
Join our growing Slack community
Join 5,000 tech professionals and entrepreneurs in our community Slack today!