Street Artist 'The Decapitator' Strikes London Once Again

For the past 6 months, a rogue street artist nicknamed “The Decapitator” has been assaulting the streets of London with his unique brand of tag - mutating popular advertisements into headless corpses. There’s only one word to describe this - awesome. At the present moment, his identity is unknown, but he is definitely making a statement. Some may argue that the concept of shock value overlaying crass, in-your-face capitalism is nothing new. But, one thing that everyone can agree on is that this artist’s execution is truly original and spectacular. I tend to interpret these actions as one man’s response to the ever increasing shift that society is taking toward embracing materialism.

Read More

// $(document).ready(function () { // // To get the most commented posts // var disqusPublicKey = "1gK0KABqNLANnjQPocoCIHrCPPiWkNkXanwRBOPF4XDu4NNCuoivLa25x2wZL5g9"; // var disqusShortname = "jetcomx"; // var mostCommentedArray = []; // // $('article').each(function () { // var url = $(this).attr('data-disqus-url'); // mostCommentedArray.push('link:' + url); // }); // // $.ajax({ // type: 'GET', // url: "https://disqus.com/api/3.0/threads/set.jsonp", // data: { api_key: disqusPublicKey, forum : disqusShortname, thread : mostCommentedArray }, // cache: false, // dataType: 'jsonp', // success: function (result) { // for (var i in result.response) { // var countText = " comments"; // var count = result.response[i].posts; // if (count === 1) // countText = " comment"; // $('article[data-disqus-url="' + result.response[i].link + '"]').html('

' + count + countText + '

'); // } // } // }); // });