hnai

Focus on school

От 14.09.2024. Виж последната версия.

  1. // ==UserScript==
  2. // @name hnai
  3. // @namespace http://tampermonkey.net/
  4. // @version 24.0914.a
  5. // @description Focus on school
  6. // @author symo.chan
  7. // @run-at document-start
  8. // @match *://*.youku.com/*
  9. // @match *://*.iqiyi.com/*
  10. // @match *://*.iq.com/*
  11. // @match *://*.le.com/*
  12. // @match *://v.qq.com/*
  13. // @match *://m.v.qq.com/*
  14. // @match *://*.tudou.com/*
  15. // @match *://*.mgtv.com/*
  16. // @match *://tv.sohu.com/*
  17. // @match *://film.sohu.com/*
  18. // @match *://*.1905.com/*
  19. // @match *://*.bilibili.com/*
  20. // @match *://*.pptv.com/*
  21. // @match *://haokan.baidu.com/*
  22. // @match *://mbd.baidu.com/*
  23. // @match *://*.douyin.com/*
  24. // @match *://shequ.codemao.cn/*
  25. // @match *://poki.com/*
  26. // @match *://www.4399.com/*
  27. // @match *://*.2345.com/*
  28. // @match *://*.microsoft.com/*
  29. // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
  30. // @grant none
  31. // @license MIT表
  32. // ==/UserScript==
  33.  
  34. (function() {
  35. 'use strict';
  36.  
  37.  
  38. // Your code here...
  39. window.location.replace("https://www.hnai.net");
  40.  
  41. })();