Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. // ==UserScript==
  2. // @name 레스토랑스 방지
  3. // @namespace none
  4. // @version 1.0
  5. // @description 히오스 홍보를 방어하세요!
  6. // @author 오늘도신문고
  7. // @include http://kr.battle.net/heroes/ko/**
  8. // @grant none
  9. // ==/UserScript==
  10. /*
  11. 레스토랑스의 홍보를 막아버릴 것입니다.
  12. 돈은 안주셔도 됩니다. 이 프로그램을 홍보해주세요
  13. */
  14. (function() {
  15. 'use strict';
  16. self.close();
  17. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement