Skip to content

Commit d6b61e9

Browse files
committed
Updated Readme
1 parent 57a7a73 commit d6b61e9

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

.prettierignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Ignore all JavaScript files
2+
*.html

README.md

+44-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1-
# browser-snippets
1+
# browser-scripts
22

3-
Browser Javascript Snippets and Tools.
3+
One Click Javascript Scripts and Tools for the browser.
4+
5+
# Tested on Chrome Mobile and Desktop. But primarily targets Mobile
6+
7+
## Touch DIV remover
8+
9+
Removes a certain <div/> element on long press. Useful to remove interstitials blocking the screen.
10+
11+
## Audio Downloader Generic
12+
13+
Download Audio file that is playing in the browser
14+
15+
## Video Downloader Generic
16+
17+
Download Video file that is playing in the browser
18+
19+
## Touch Div Fullscreen
20+
21+
Make the long pressed <div/> go fullscreen.
22+
23+
## Enter Fullscreen
24+
25+
Make the browser window go fullscreen.
26+
27+
## Instagram Multi Downloader
28+
29+
Download Instagram videos and images by long pressing on the image/video.
30+
31+
## Div : Copy and Remove
32+
33+
Removes a div on long press and copies it's classes to the clipboard. Useful for adding adblock rules on mobile.
34+
35+
## Show Video Only
36+
37+
Show only the video that is playing in the browser.
38+
39+
## Remove Scroll Lock
40+
41+
Remove Scroll Lock from the HTML <body/>.
42+
43+
## Open Dev Tools
44+
45+
Open Eruda Dev Tools for Mobile Debugging

0 commit comments

Comments
 (0)