Sleazy Fork is available in English.

YouTube prompt troll

Troll other people trying to go on youtube but this pops up Made by starcodeJasonYT

  1. // ==UserScript==
  2. // @name YouTube prompt troll
  3. // @namespace http://youtube.com/
  4. // @version 0.2
  5. // @description Troll other people trying to go on youtube but this pops up Made by starcodeJasonYT
  6. // @author starcodeJasonYT
  7. // @match https://youtube.com
  8. // @icon https://www.google.com/s2/favicons?domain=starcodejasonyt-site.tk
  9. // @grant none
  10. // ==/UserScript==
  11. (function() {
  12. 'use strict';
  13. var x
  14. prompt("Hello what is your name before you go on youtube?")
  15. alert("Its "-x-" right?")
  16. })();