GDC Vault no Survey

try to take over the world!

// ==UserScript==
// @name         GDC Vault no Survey
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       GilbertoBitt
// @match        *.gdcvault.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    sponsorRegPopup = function(bullshit, id_midia, another_bullshit){
        let new_window = window.open("//gdcvault.com/play/" + id_midia, another_bullshit);
        new_window.blur();
    }
    // Your code here...
})();