These examples show how to use the extension in everyday situations, from work focus to study schedules and site-specific blocking.
A common use case is blocking distracting sites during work or study time. This keeps the browser from drawing attention to social media, news feeds, and video platforms during important tasks.
The blocker automatically enforces the schedule and makes it much easier to stay focused during critical work windows.
If you want a stricter productivity setup, enable Whitelist Mode in Extra Config and allow only the websites you trust.
Students, remote workers, or anyone who wants a strong “only approved sites” browsing policy.
Sometimes you do not want to block the entire domain. For example, you may want to block only a distracting page while keeping the rest of the site available.
| Go to | Rules |
| Set the URL | linkedin.com |
| Action | Block |
| Keyword | mynetwork |
Block linkedin.com/mynetwork without blocking the whole LinkedIn site.
This is a useful pattern for websites that have both helpful and distracting sections. You can block one page while leaving the main site available.
This keeps the main product or service usable while cutting off the specific page that causes distraction.
Some setups need to block specific pages of a website without blocking the entire site. This is easy to manage with a proper Rules setup.
If you want to block specific pages of a site, such as youtube.com/shorts, use a rule:
| URL | Action | Keyword |
|---|---|---|
| youtube.com | Block | shorts |
Note: This will block pages containing shorts while keeping the rest of youtube.com available.
Useful when you want to restrict specific sections or pages of a website without blocking the entire domain.
If you want to block youtube.com while keeping music.youtube.com accessible, you can use Rules to create a host-specific exception.
Add the following two rules. The random keyword is required to enable the rule, but since it is unlikely to appear in a URL, the rule effectively acts as a host-specific exception.
| URL | Action | Keyword |
|---|---|---|
| music.youtube.com | Block | some_random_text |
| youtube.com | Allow | some_random_text |
Note: Rules apply only to the specified host and do not automatically apply to its subdomains.
Useful when you want to block a website while keeping a specific subdomain, such as music.youtube.com, accessible.
Use Block by Keywords when you want to block any URL containing a keyword, even if the site itself is not in your normal blocked list.
This is global and can affect unrelated URLs that contain the same text, so it is best used when a broad keyword is intentional.
Advanced Rules are ideal when you want to block a specific request type, such as a script, stylesheet, API call, or tracker, without blocking the whole site.
Block an analytics script or an ad-serving endpoint while keeping the rest of the page usable.
Instead of showing a block screen, you can redirect users to a useful page, such as a productivity dashboard, a knowledge article, or a home page.
Redirect youtube.com to a study page, a work dashboard, or a custom focus page.
Rules are useful when the website itself is allowed, but only one section should be blocked or allowed.
| URL | Action | Keyword | Example Result |
|---|---|---|---|
| linkedin.com | Block | mynetwork | Blocks linkedin.com/mynetwork but keeps other LinkedIn pages available. |
| youtube.com | Block | music | Blocks music-related results or pages while leaving general YouTube content alone. |
| facebook.com | Allow | profile | Allows only profile-related pages while other sections remain controlled by normal rules. |
Advanced Rules are perfect for blocking scripts, trackers, and API calls without turning off the whole website.
| URL Pattern | Match Type | Resource Type | Use Case |
|---|---|---|---|
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | Contains | script | Blocks Google AdSense scripts from loading. |
| c.amazon-adsystem.com | Contains | script | Blocks Amazon ad scripts that inject ads in pages. |
| analytics.example.com/collect | Contains | xmlhttprequest | Stops tracking and analytics requests from being sent. |