Skip to content

Commit 75138fb

Browse files
committed
feat(quick-javascript-switcher)
1 parent 249b301 commit 75138fb

File tree

7 files changed

+17
-0
lines changed

7 files changed

+17
-0
lines changed
File renamed without changes.
9.69 KB
Loading
4.9 KB
Binary file not shown.
9 KB
Loading
4.62 KB
Binary file not shown.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Quick JavaScript Switcher
3+
description: description
4+
menuWeight: 9.9
5+
paths:
6+
- tools/quick-javascript-switcher
7+
---
8+
9+
# Quick JavaScript Switcher
10+
11+
**Quick Javascript Switcher** is a very simple Chrome extension that allows you to switch on/off the JavaScript for the current page with one click. It can be added to your browser via the [Chrome Web Store](https://chrome.google.com/webstore/category/extensions). After adding it to Chrome, you'll see its respective button next to any other Chrome extensions you might have installed.
12+
13+
If JavaScript is enabled - clicking the button will switch it off and reload the page. The next click will re-enable JavaScript and refresh the page. This extension is useful for checking whether a certain website will work without JavaScript (and thus could be parsed without using a browser with a plain HTTP request) or not.
14+
15+
![JavaScript toggled on (enabled)]({{@asset tools/images/js-on.webp}})
16+
17+
![JavaScript toggled off (disabled)]({{@asset tools/images/js-off.webp}})
File renamed without changes.

0 commit comments

Comments
 (0)