How do I set a time limit for a news homepage but not its articles? #697
-
|
I want to give myself 2 minutes to look for articles to read, but have no limit on the articles themselves. I tried making a rule for |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
@OutshineIssue hi, sorry for replying you late. take this repository as an example. I set up these three site patterns:
this way, I can only access all the pages of this repository, while other pages on GitHub are inaccessible. in your case, you can try to set these two patterns:
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks! That was very helpful and now it works as expected. I actually made a feature request to improve this, I would really appreciate if you also take a look at it: #741 |
Beta Was this translation helpful? Give feedback.

@OutshineIssue hi, sorry for replying you late.
take this repository as an example. I set up these three site patterns:
github.commeans that all the pages of GitHub will be blocked+github.com/sheepzh/time-tracker-4-browsermeans that the repository's homepage, an exact URL will not be blocked+github.com/sheepzh/time-tracker-4-browser/**means that all the sub pages of this repository will not be blocked.this way, I can only access all the pages of this repository, while other pages on GitHub are inaccessible.
in your case, you can try to set these two patterns:
www.newsite.comto block all the pages on NewSite+www.newsite.com/article/**to allow all the articles