troleo hacia pornhub xd

xd

  1. // ==UserScript==
  2. // @name troleo hacia pornhub xd
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.2
  5. // @description xd
  6. // @author Aslanpel
  7. // @match https://classroom.google.com/u/1/h
  8. // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
  9. // @grant none
  10. // @license MIT
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15.  
  16. var mensaje = confirm ("te gusta el porno?")
  17.  
  18. if (mensaje) {
  19. alert("pues toma porno pajero de mierda");
  20. window.location.href = "https://pornhub.com"
  21. }
  22. else {
  23. alert("khe pro");
  24. }
  25. })();