Stop Distractions

Use This To Block Out Any Unwanted Distracting Websites!

  1. // ==UserScript==
  2. // @name Stop Distractions
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.3.1
  5. // @author You
  6. // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
  7. // @grant none
  8. // @run-at document-start
  9. // @exclude https://www.youtube.com/watch?v=9Deg7VrpHbM
  10. // @license MIT
  11.  
  12. // @description Use This To Block Out Any Unwanted Distracting Websites!
  13. // @match https://www.tiktok.com/*
  14. // ==/UserScript==
  15.  
  16. (function() {
  17. 'use strict';
  18. location.href="https://Stop_It_Get_Some_Help";
  19. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址