Skip to content

Commit b15c8d8

Browse files
authored
Merge pull request #8 from jhonatasrm/release-v1.0.8
Version update: v1.0.8
2 parents 7e1df8b + 60b2830 commit b15c8d8

3 files changed

Lines changed: 11 additions & 14 deletions

File tree

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77

88
# bScript [<img align="right" style="width:auto;height:32px;" src="https://raw.githubusercontent.com/jhonatasrm/jhonatasrm.github.io/master/images/addon-firefox.png">](https://addons.mozilla.org/en-US/firefox/addon/bScript/)
99

10-
This Add-on works by blocking the operation of JavaScript in your browser, you can also block elements of the page. The recommendation is not to enable JavaScript for all pages. This Add-on launches the tab with JavaScript enabled, because some pages may not load correctly. The recommended is to disable JavaScript as soon as possible on the page by clicking the Add-on icon, the preference will be saved for the next visit.
10+
This Add-on works by blocking the operation of JavaScript in your browser, and it also allows you to block elements on the page. The recommendation is not to enable JavaScript for all pages. This Add-on launches the tab with JavaScript enabled because some pages may not load correctly without it. The recommended approach is to disable JavaScript as soon as possible on the page by clicking the Add-on icon.
11+
12+
When you disable JavaScript, it will only affect the current tab, and this preference will be saved for future visits to the same site, ensuring that JavaScript remains blocked the next time you visit that site.
1113

1214
![bScript Screenshot](bScript.gif)
1315

@@ -19,20 +21,15 @@ This Add-on works by blocking the operation of JavaScript in your browser, you c
1921
## Features
2022
The Add-on currently has the following features:
2123

22-
1. Block Ads with the Block Element option
23-
24-
2. Block JavaScript by Tab
25-
26-
3. See the Blocked Elements in the page
27-
28-
4. Unblock Elements in the page
24+
* Block Ads with the Block Element option
25+
* Block JavaScript by Tab
26+
* See the Blocked Elements in the page
27+
* Unblock Elements in the page
2928

3029
## Shortcuts
31-
1. Block Element: Alt + Shift + N
32-
33-
2. See Blocked Elements: Alt + Shift + X
34-
35-
3. Unblock Elements: Alt + Shift + M
30+
* Block Element: Alt + Shift + N
31+
* See Blocked Elements: Alt + Shift + X
32+
* Unblock Elements: Alt + Shift + M
3633

3734
## How Contribute
3835
Have a suggestion, doubt or encountered an error? Please open a new [issue](https://github.com/jhonatasrm/bScript/issues).

bScript.gif

3.43 MB
Loading

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_extensionName__",
44
"description": "__MSG_extensionDescription__",
5-
"version": "1.0.7",
5+
"version": "1.0.8",
66
"homepage_url": "https://github.com/jhonatasrm/bScript",
77
"default_locale": "en",
88
"author": "Jhonatas Machado",

0 commit comments

Comments
 (0)