diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-06-30 22:27:24 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-06-30 22:27:24 -0400 |
commit | 2631b600d153aeda1d4201164dafc023dfdceedb (patch) | |
tree | eb3458af979ed98230e5d5ce40709202df14f2ed /bin | |
parent | 99011e7fcebeccc26a3da591e3445a93ffadad3c (diff) |
download the actual data
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/wayfore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/wayfore b/bin/wayfore new file mode 100755 index 0000000..b0bde8a --- /dev/null +++ b/bin/wayfore @@ -0,0 +1,4 @@ +#!/usr/bin/sed -zrf +# The opposite of 'wayback' +s/(<[hH][eE][aA][dD]>).*<!-- End Wayback Rewrite JS Include -->/\1/ +s/<!-- BEGIN WAYBACK TOOLBAR INSERT -->.*<!-- END WAYBACK TOOLBAR INSERT -->// |