| Ah, I get it, I think. I think these things have hardcoded offsets to where the compressed data begins. Try replacing the text with whitespace of the same length and see if that works.
By the way, you can use "tail +2218" instead of "tail -n 153735". It might not work in the latest version of coreutils, though. I don't know why they've removed it, but they seem to have done so. You can still use "tail -n +2218*, at least. |