View Single Post
Old 06-03-2016, 02:32 AM   #233
pipcat
Connoisseur
pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.
 
Posts: 65
Karma: 200153
Join Date: Apr 2016
Device: Kobo Glo Hd
Quote:
Originally Posted by bigbless View Post
Is there a way to do with 2 digits replacements so that I can get the KoboRoot.tgz file?
If you don't need to replace left/right margin in this same patch, you can get one more digit. Example with 150px:
Code:
replace_string = B8A1A4, `%\01\0p\0x\0 \00`, `1\05\00\0p\0x\0 `
Css code: @page{margin:%1px 00px %1px}body{ will change to: @page{margin:150px 0px %1px}body{

Last edited by pipcat; 06-03-2016 at 02:44 AM. Reason: address in replace string is B8A1A4
pipcat is offline   Reply With Quote