Use Cases

Explore practical examples and use cases for the Website Access Restriction Tool across different scenarios and environments.

Productivity Enhancement

Use the tool to improve focus and productivity by blocking distracting websites during work hours.

Work Focus Mode

Block social media and entertainment websites during work hours to maintain focus:

{
  "blocked_sites": [
    {"url": "facebook.com", "reason": "Social media distraction", "enabled": true},
    {"url": "twitter.com", "reason": "Social media distraction", "enabled": true},
    {"url": "youtube.com", "reason": "Video entertainment", "enabled": true},
    {"url": "reddit.com", "reason": "Time-consuming content", "enabled": true}
  ],
  "schedule": {
    "enabled": true,
    "active_hours": {
      "start": "09:00",
      "end": "17:00",
      "weekdays_only": true
    }
  },
  "notifications": {
    "enabled": true,
    "message": "This website is blocked during work hours. Stay focused!"
  }
}

Study Session

Create a focused study environment by blocking non-educational websites:

{
  "blocked_sites": [
    {"url": "instagram.com", "reason": "Social media", "enabled": true},
    {"url": "tiktok.com", "reason": "Short-form video distraction", "enabled": true},
    {"url": "netflix.com", "reason": "Streaming service", "enabled": true}
  ],
  "schedule": {
    "enabled": true,
    "active_hours": {
      "start": "18:00",
      "end": "22:00"
    }
  }
}

Parental Control

Protect children from inappropriate content and manage screen time effectively.

Child Safety Filter

Block inappropriate content and set time limits for children:

{
  "blocked_sites": [
    {"url": "adult-site.com", "reason": "Adult content", "enabled": true},
    {"url": "gambling-site.com", "reason": "Gambling content", "enabled": true},
    {"url": "violent-content.com", "reason": "Violent content", "enabled": true}
  ],
  "schedule": {
    "enabled": true,
    "active_hours": {
      "start": "08:00",
      "end": "20:00"
    },
    "weekdays_only": false
  },
  "notifications": {
    "enabled": true,
    "message": "This website is not appropriate for your age group."
  }
}

Bedtime Mode

Ensure children get proper sleep by blocking all entertainment content at night:

{
  "blocked_sites": [
    {"url": "youtube.com", "reason": "Bedtime restriction", "enabled": true},
    {"url": "twitch.tv", "reason": "Bedtime restriction", "enabled": true},
    {"url": "roblox.com", "reason": "Bedtime restriction", "enabled": true}
  ],
  "schedule": {
    "enabled": true,
    "active_hours": {
      "start": "21:00",
      "end": "07:00"
    }
  }
}

Digital Wellness

Promote healthy digital habits and reduce screen time with thoughtful restrictions.

Digital Detox

Implement periodic digital detox sessions to reduce dependency:

{
  "blocked_sites": [
    {"url": "instagram.com", "reason": "Digital detox", "enabled": true},
    {"url": "facebook.com", "reason": "Digital detox", "enabled": true},
    {"url": "twitter.com", "reason": "Digital detox", "enabled": true},
    {"url": "tiktok.com", "reason": "Digital detox", "enabled": true}
  ],
  "schedule": {
    "enabled": true,
    "active_hours": {
      "start": "19:00",
      "end": "23:00"
    },
    "weekdays_only": true
  },
  "notifications": {
    "enabled": true,
    "message": "Digital detox time! Consider reading a book or going for a walk."
  }
}

Mindful Social Media

Limit social media access to specific times to prevent mindless scrolling:

{
  "blocked_sites": [
    {"url": "instagram.com", "reason": "Time-limited access", "enabled": true},
    {"url": "facebook.com", "reason": "Time-limited access", "enabled": true},
    {"url": "twitter.com", "reason": "Time-limited access", "enabled": true}
  ],
  "schedule": {
    "enabled": true,
    "active_hours": {
      "start": "12:00",
      "end": "13:00"
    }
  }
}

Workplace Environment

Maintain professional environment and ensure network resources are used appropriately.

Corporate Network Policy

Implement company-wide internet usage policies:

{
  "blocked_sites": [
    {"url": "streaming-service.com", "reason": "Bandwidth conservation", "enabled": true},
    {"url": "gaming-site.com", "reason": "Non-work related activity", "enabled": true},
    {"url": "adult-content.com", "reason": "Inappropriate for workplace", "enabled": true}
  ],
  "schedule": {
    "enabled": true,
    "active_hours": {
      "start": "08:00",
      "end": "18:00"
    },
    "weekdays_only": true
  },
  "notifications": {
    "enabled": true,
    "message": "This website is blocked according to company policy."
  }
}

Secure Environment

Block potentially malicious or security-risk websites:

{
  "blocked_sites": [
    {"url": "file-sharing-site.com", "reason": "Security risk", "enabled": true},
    {"url": "suspicious-download.com", "reason": "Security risk", "enabled": true},
    {"url": "torrent-site.com", "reason": "Security risk", "enabled": true}
  ],
  "schedule": {
    "enabled": true,
    "active_hours": {
      "start": "00:00",
      "end": "23:59"
    }
  }
}

Legacy Version Usage Instructions

We are committed to providing users with the best product experience and technical support. With the continuous development of technology, we have had to adjust our support strategy for older versions:

Versions No Longer Supported

Except for versions 1+ and 2+, all other older versions (including but not limited to v0.1-v1.0, v2.0-v2.9, etc.) are no longer supported. This means:

Reasons for Discontinuation

  1. Outdated Technology: Older versions are based on outdated technical architectures and cannot adapt to modern operating systems and browser environments
  2. Security Risks: Older versions have potential security vulnerabilities that cannot be fixed in a timely manner
  3. High Maintenance Costs: Maintaining multiple versions simultaneously diverts development resources, affecting the iteration speed of new versions
  4. Large Function Differences: Older versions have significant functional differences from the current version, resulting in high support costs

Recommended Upgrade Path

If you are still using an unsupported older version, we strongly recommend upgrading to the latest version:

  1. Back up your current configuration data (if any)
  2. Uninstall the old version of the software
  3. Download the latest version from our official website: https://websiteblocker.vercel.app/download
  4. Install the latest version and reconfigure your settings
Important Note

Continuing to use unsupported older versions may cause the software to not work properly, pose security risks, and may be incompatible with new operating systems. Please upgrade to the latest version as soon as possible for the best experience and security.