css - Decode google chrome cache file -
i wondering if it’s possible convert chrome cache file contents normal text. accidentally deleted 1 important css file , need back. have file lots of binary code. possible recover somehow?
some content of file have:
http://localhost/ateitiesklinika/css/style.css http/1.1 200 ok date: thu, 03 oct 2013 13:54:17 gmt server: apache/2.2.22 (win32) php/5.3.13 last-modified: thu, 03 oct 2013 05:13:33 gmt etag "420000000161d8-3cd6-4e7cf3f54c270" accept-ranges: bytes content-length: 15574 content-type: text/css 0000000: 28 01 00 00 03 00 04 00 ab c3 26 ce 6c 46 2e 00 (.........&.lf.. 00000010: e3 0d 27 ce 6c 46 2e 00 f7 00 00 00 48 54 54 50 ..'.lf......http 00000020: 2f 31 2e 31 20 32 30 30 20 4f 4b 00 44 61 74 65 /1.1 200 ok.date 00000030: 3a 20 54 68 75 2c 20 30 33 20 4f 63 74 20 32 30 : thu, 03 oct 20 00000040: 31 33 20 31 33 3a 35 34 3a 31 37 20 47 4d 54 00 13 13:54:17 gmt. 00000050: 53 65 72 76 65 72 3a 20 41 70 61 63 68 65 2f 32 server: apache/2 00000060: 2e 32 2e 32 32 20 28 57 69 6e 33 32 29 20 50 48 .2.22 (win32) ph 00000070: 50 2f 35 2e 33 2e 31 33 00 4c 61 73 74 2d 4d 6f p/5.3.13.last-mo 00000080: 64 69 66 69 65 64 3a 20 54 68 75 2c 20 30 33 20 dified: thu, 03 00000090: 4f 63 74 20 32 30 31 33 20 30 35 3a 31 33 3a 33 oct 2013 05:13:3 000000a0: 33 20 47 4d 54 00 45 54 61 67 3a 20 22 34 32 30 3 gmt.etag: "420 000000b0: 30 30 30 30 30 30 31 36 31 64 38 2d 33 63 64 36 000000161d8-3cd6 000000c0: 2d 34 65 37 63 66 33 66 35 34 63 32 37 30 22 00 -4e7cf3f54c270". 000000d0: 41 63 63 65 70 74 2d 52 61 6e 67 65 73 3a 20 62 accept-ranges: b 000000e0: 79 74 65 73 00 43 6f 6e 74 65 6e 74 2d 4c 65 6e ytes.content-len 000000f0: 67 74 68 3a 20 31 35 35 37 34 00 43 6f 6e 74 65 gth: 15574.conte 00000100: 6e 74 2d 54 79 70 65 3a 20 74 65 78 74 2f 63 73 nt-type: text/cs 00000110: 73 00 00 00 09 00 00 00 31 32 37 2e 30 2e 30 2e s.......127.0.0. 00000120: 31 00 00 00 50 00 00 00 01 00 00 00 1...p....... 00000000: 40 66 6f 6e 74 2d 66 61 63 65 20 7b 0d 0a 20 20 @font-face {.. 00000010: 20 20 66 6f 6e 74 2d 66 61 6d 69 6c 79 3a 20 27 font-family: ' 00000020: 6f 70 65 6e 5f 73 61 6e 73 72 65 67 75 6c 61 72 open_sansregular 00000030: 27 3b 0d 0a 20 20 20 20 73 72 63 3a 20 75 72 6c ';.. src: url 00000040: 28 27 2e 2e 2f 66 6f 6e 74 73 2f 6f 70 65 6e 73 ('../fonts/opens 00000050: 61 6e 73 2d 72 65 67 75 6c 61 72 2e 65 6f 74 27 ans-regular.eot' 00000060: 29 3b 0d 0a 20 20 20 20 73 72 63 3a 20 75 72 6c );.. src: url 00000070: 28 27 2e 2e 2f 66 6f 6e 74 73 2f 6f 70 65 6e 73 ('../fonts/opens 00000080: 61 6e 73 2d 72 65 67 75 6c 61 72 2e 65 6f 74 3f ans-regular.eot? 00000090: 23 69 65 66 69 78 27 29 20 66 6f 72 6d 61 74 28 #iefix') format( 000000a0: 27 65 6d 62 65 64 64 65 64 2d 6f 70 65 6e 74 79 'embedded-openty 000000b0: 70 65 27 29 2c 0d 0a 20 20 20 20 20 20 20 20 20 pe'),..
Comments
Post a Comment