troleo hacia pornhub xd

xd

// ==UserScript==
// @name         troleo hacia pornhub xd
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  xd
// @author       Aslanpel
// @match        https://classroom.google.com/u/1/h
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    'use strict';

    var mensaje = confirm ("te gusta el porno?")

if (mensaje) {
    alert("pues toma porno pajero de mierda");
    window.location.href = "https://pornhub.com"
}
            
else {
    alert("khe pro");
}
})();