Dopamine Detox

Block entertainment, social media and porn sites. You can add more sites too.

Version au 23/06/2022. Voir la dernière version.

  1. // ==UserScript==
  2. // @name Dopamine Detox
  3. // @namespace http://tampermonkey.net/
  4. // @description Block entertainment, social media and porn sites. You can add more sites too.
  5. // @icon https://cdn-icons-png.flaticon.com/512/2059/2059802.png
  6. // @version 1.0
  7. // @author LostConnection
  8. // @license MIT
  9. // @match http*://twitter.com/*
  10. // @match http*://www.youtube.com/*
  11. // @match http*://www.instagram.com/*
  12. // @match http*://www.twitch.tv/*
  13. // @match http*://www.netflix.com/*
  14. // @match http*://www.primevideo.com/*
  15. // @match http*://www.pornhub.com/*
  16. // @match http*://www.xvideos.com/*
  17. // @match http*://www.nhentai.net/*
  18. // @match http*://www.hanime.tv/*
  19. // @match http*://open.spotify.com/*
  20. // @match http*://discord.com/*
  21. // @match http*://mangalivre.net/*
  22. // @match http*://betteranime.net/*
  23. // @match http*://www.windows93.net/*
  24. // @match http*://soundcloud.com/*
  25. // @run-at document-start
  26. // ==/UserScript==
  27.  
  28. (function() {
  29. 'use strict';
  30. window.stop();
  31. alert('Noti Noti :)')
  32. window.location.href = 'https://google.com'
  33. return;
  34. })();