tel8618217223380 / restylegc

Automatically exported from code.google.com/p/restylegc
0 stars 0 forks source link

no issue, just a tip, add <base> tag in proxy to solve all image links at once #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At first, restylegc is great stuff !!

Just an idea, adding a base tag in the header could helps us to get rid of all 
the image stuff. This is what I changed at line 168 in restylegc.php:

....
<script>
<base href="https://www.google.com/calendar/">
</head>
RGC;
$buffer = preg_replace($pattern, $replacement, $buffer);
...

Original issue reported on code.google.com by hhebb...@gmail.com on 24 Nov 2011 at 11:42