Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sub pre_format_html_hook {
- my ($url, $html) = (shift, shift);
- if ($url =~ m|news.ycombinator.com/item\?id=|) {
- $html =~ s|<img src="s.gif" height=1 width=([0-9]{1,3})>|' 'x($1/10)|eg;
- }
- return $html;
- }
Advertisement
Add Comment
Please, Sign In to add comment