Skip to content

Commit

Permalink
Rewritten description of features
Browse files Browse the repository at this point in the history
  • Loading branch information
dash14 committed Sep 25, 2023
1 parent 742f820 commit 7656420
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
12 changes: 7 additions & 5 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ BLOCKoli は、簡単な設定で Web におけるネットワークリクエス
* Web開発において、特定のリクエストをブロックして失敗させ、システムの動作をチェックする
* 従量課金制のネットワークを利用する場合に、画像やメディアリソースのリクエストをブロックすることで、通信料金を抑制する

以下の機能が利用できます:
* ブラウザ上で発生するネットワーク要求のブロックまたは許可(ブロッキングの例外)の条件をルールとして定義する
* ルール全体を有効または無効にする
* ブラウザのタブにおいて実際にブロックまたは許可されたルールのリストを表示する
* 他のブロッカー系拡張とは異なり、閲覧履歴やサイトのデータ読み取り権限を必要とせず、安全です
特徴:
* 柔軟なルールの定義
* ドメイン・URL・リクエストメソッド・リソース種別を条件に、ネットワーク要求のブロックまたは許可(ブロッキングの例外)ルールを定義できます
* 必要最小限のパーミッションしか要求せず安全
* 他の多くのネットワークブロック系の拡張とは異なり、サイトのデータ読み取りや変更、閲覧履歴にアクセスするパーミッションを必要としません
* 動作結果を確認できる
* 特定のタブ内でリクエストをブロックまたは許可したルールのリストを表示できます

ブロックまたは許可の条件として以下が指定できます:
* リクエスト先ドメイン
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ For example, it is useful in the following situations:
* In web development, block specific requests and make them fail to check the system behavior.
* When using a pay-as-you-go network, suppress communication charges by blocking request for image and media resources.

The following features are available:
* Define the conditions for blocking or allowing (exceptions to blocking) network requests that occur on the browser as rules
* Enable or disable entire rules
* Display a list of blocked or passed rules in a browser tab
* Unlike other blocker extensions, this extension is secure, not requiring permissions to read browsing history or data from the sites you visit
Features:
* Rule definition with flexibility
* Rules can be defined to block or allow (exceptions to block) network requests based on domain, URL, request method, and resource type
* Safe as only minimal permissions are required
* Unlike many other network blocking extensions, this extension does not require permissions to read and change all your data on all websites or to read your browsing history
* Work results can be checked
* Users can view a list of rules that blocked or allowed requests within a specific tab

The conditions for blocking or allowing, definable as rules, are as follows:
* Request Domains
Expand Down
2 changes: 1 addition & 1 deletion src/components/brand/Copyright.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { FaGithub } from "react-icons/fa";
export const Copyright: React.FC = () => {
return (
<HStack justifyContent="center" alignItems="center">
<Text as="span">MIT Licensed | Copyright &copy; 2023 dash14.ack</Text>
<Text as="span">Copyright &copy; 2023 dash14.ack</Text>
<Link
href="https://github.com/dash14/BLOCKoli"
target="_blank"
Expand Down

0 comments on commit 7656420

Please sign in to comment.