From 1b6ff1e9092ddb80287010ff8ebbc211acf96980 Mon Sep 17 00:00:00 2001 From: BurungHantu1605 Date: Sun, 5 May 2019 12:18:43 +0800 Subject: [PATCH] shorter description --- _includes/cardv2.html | 21 ------------------- _includes/sections/browser-addons.html | 2 +- .../sections/browser-recommendation.html | 3 +-- 3 files changed, 2 insertions(+), 24 deletions(-) diff --git a/_includes/cardv2.html b/_includes/cardv2.html index 9efa14de..7d25d9b5 100644 --- a/_includes/cardv2.html +++ b/_includes/cardv2.html @@ -5,28 +5,7 @@

{{include.title}} - - {% if include.labels %} - {% assign labels = include.labels | replace:", ", "," | split:"," %} -

- {% for label in labels %} - {% assign label_data = label | split:":" %} - {% assign color = label_data[0] %} - {% assign text = label_data[1] %} - {% assign tooltip = label_data[2] | default: "" %} - {% assign help_icon = '' %} - {{text}} {{ help_icon - }} - {% else %} - >{{text}} - {% endif %} - - {% endfor %} -
- {% endif %} - {{include.description}} -

Website {% if include.forum %} diff --git a/_includes/sections/browser-addons.html b/_includes/sections/browser-addons.html index 6c7ac8e7..bcbcce9a 100644 --- a/_includes/sections/browser-addons.html +++ b/_includes/sections/browser-addons.html @@ -91,7 +91,7 @@ safari="" {% include cardv2.html title="uMatrix: Stop Cross-Site Requests" image="/assets/img/addons/umatrix.png" -description="uMatrix gives you control over the requests that websites make to other websites. Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics. This gives you greater and more fine-grained control over the information that you leak online." +description="uMatrix gives you control over the requests that websites make to other websites. Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics." website="https://addons.mozilla.org/firefox/addon/umatrix/" forum="https://forum.privacytools.io/t/discussion-umatrix/271" github="https://github.com/gorhill/uMatrix" diff --git a/_includes/sections/browser-recommendation.html b/_includes/sections/browser-recommendation.html index 64275ca9..4168efe5 100644 --- a/_includes/sections/browser-recommendation.html +++ b/_includes/sections/browser-recommendation.html @@ -34,8 +34,7 @@ bsd="" {% include cardv2.html title="Brave Browser" image="/assets/img/tools/Brave.png" -description="The new open source browser \"Brave\" automatically blocks ads and trackers, making it faster and safer than your current browser. Brave is based on Chromium." -labels="warning:experimental:Brave is a good choice if you want to use a Chromium-based browser. But at this point in Brave's development, it's not as good as Firefox with privacy addons." +description="The new open source browser Brave automatically blocks ads and trackers, making it faster and safer than your current browser. Brave is based on Chromium. experimental " website="https://brave.com/" forum="https://forum.privacytools.io/t/discussion-brave-browser/280" github="https://github.com/brave"