Libraryless. Click here for Pure Java version (677L/5K/16K).
1 | !752 |
2 | |
3 | static S titleImg = "http://eyeocr.sourceforge.net/filestore/filestore.php?cmd=serve&file=blob_1002549&contentType=image/gif"; |
4 | |
5 | static S html(S subUri, Map<S, S> params) {
|
6 | S html = cast callBot("#1002213", "html", subUri, params);
|
7 | |
8 | // title image & link |
9 | |
10 | html = html.replace(htmlQuote("http://sister.tinybrain.de") + " border=0><img", htmlQuote("http://ai1.lol/1002213/raw") + " border=0><img");
|
11 | |
12 | S origImg = cast get(getBot("#1002213"), "titleImg");
|
13 | html = html.replace(origImg, titleImg); |
14 | |
15 | // stylesheet |
16 | |
17 | html = html.replace( |
18 | "http://tinybrain.de:8080/getraw.php?id=1002160&contentType=text/css", |
19 | "http://tinybrain.de:8080/getraw.php?id=1002603&contentType=text/css"); |
20 | |
21 | ret html; |
22 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1002602 |
| Snippet name: | Sister Homepage |
| Eternal ID of this version: | #1002602/1 |
| Text MD5: | 1911463bbca50eb5fd9ec7eaf1e9c994 |
| Transpilation MD5: | 8abdbaeeb8a41d0bc89f4d44a5d0f1cc |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-02-08 01:00:38 |
| Source code size: | 746 bytes / 22 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 988 / 1091 |
| Referenced in: | [show references] |