sites blocker

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         sites blocker
// @namespace    http://tampermonkey.net/
// @version      2.0
// @description  Block sites you don't want your kid, student and self to see.
// @author       Thundercatcher
// @match        http://example.com/
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    // 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

     document.write('<h3 style="text-align: center;">Site Blocked by site blocker</h3>');
    document.write('<h3 style="text-align: center;">This site has been blocked by your administer</h3>');
    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>');
    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>');
    document.write('<h3 style="text-align: center;">All credits belong to <a href="https://greatest.deepsurf.us/en/users/918560-thundercatcher">Thundercatcher</a></h3>');
(document.body.style.backgroundColor = "#32CD32");
})();