Greasy Fork镜像 支持简体中文。

sites blocker

Block sites you don't want your kid, student and self to see.

  1. // ==UserScript==
  2. // @name sites blocker
  3. // @namespace http://tampermonkey.net/
  4. // @version 2.0
  5. // @description Block sites you don't want your kid, student and self to see.
  6. // @author Thundercatcher
  7. // @match http://example.com/
  8. // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14. // Go to match and type the home url for the sites that you want to be blocked. Omegle and Tinder are the defult sites you can easily change them if you want
  15.  
  16. document.write('<h3 style="text-align: center;">Site Blocked by site blocker</h3>');
  17. document.write('<h3 style="text-align: center;">This site has been blocked by your administer</h3>');
  18. document.write('<h3 style="text-align: center;">( If you think this is a mistake you can contact to your administer to unblock this site</h3>');
  19. document.write('<h3 style="text-align: center;">We do our best to ensure the internet is a safe and fun place for everyone. As an important reminder, we dont have access to your computer and we did not set this up.</h3>');
  20. document.write('<h3 style="text-align: center;">All credits belong to <a href="https://gf.qytechs.cn/en/users/918560-thundercatcher">Thundercatcher</a></h3>');
  21. (document.body.style.backgroundColor = "#32CD32");
  22. })();

QingJ © 2025

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