Alantag26

learn_technology_now

Jan 30th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         learn_technology_now
  3. // @namespace    http://tampermonkey.net/
  4. // @version      0.1
  5. // @description  try to take over the world!
  6. // @author       You
  7. // @match        *://www.learntechnologynow.com/*
  8. // @match        *://www.internetallabout.com/*
  9. // @match        *://www.technologyallabout.com/*
  10. // @grant        none
  11. // ==/UserScript==
  12.  
  13. (function() {
  14.     'use strict';
  15.  
  16.     window.close();
  17. })();
Add Comment
Please, Sign In to add comment