FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
https-everywhere/diff-noscript.sh at master · wertarbyte/https-everywhere · GitHub
wertarbyte
/
https-everywhere
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
https-everywhere
/
diff-noscript.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
13 lines (10 loc) · 302 Bytes
Breadcrumbs
https-everywhere
/
diff-noscript.sh
Copy path
File metadata and controls
executable file
·
13 lines (10 loc) · 302 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
#!
/bin/sh
#
Used to import upstream changes to the NoScript code that use for request
#
rewriting.
FROM=../noscript-2.0.5.1
TO=../noscript-2.0.9.8rc1
for
i
in
./src/chrome/content/code/
*
.js
do
name=
`
basename
$i
`
diff -u
$FROM
/chrome/content/noscript/
$name
$TO
/chrome/content/noscript/
$name
done
Back
|
FazBrowse Home
|
New Git URL