This website requires JavaScript.
Explore
Help
Register
Sign In
chalec
/
ctrlv-privatebin
Watch
6
Star
0
Fork
You've already forked ctrlv-privatebin
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
90a62ba040
ctrlv-privatebin
/
compress
/
dewindowize.pl
9 lines
105 B
Perl
Executable File
Raw
Blame
History
#!/usr/bin/env perl
while
(
<
>
)
{
s/window\.sjcl\s*=/var sjcl=/g
;
s/window\.sjcl/sjcl/g
;
print
;
}
Reference in New Issue
View Git Blame
Copy Permalink