diff options
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 -->// |