ooba for ctrlaltdel-online
#1
Thumbs Up 
i don't know if this is of any use for anyone but i recently modded my xbox and started using ooba. unfortunatly ctrlaltdel-online changed their layout so the built in regexp didn't work. i was able to build my own and i thought this might help someone out...

Quote:<item>
<title>ctrl+alt+del</title>
<url>http://www.ctrlaltdel-online.com/archives.php?y=2006</url>
</item>

<action type="submenu">
<url><![cdata[^http://www.ctrlaltdel-online.com/archives.php]]></url>
<linkpattern>
<pattern><![cdata[<ahref="/comic.php\?d=(?p<year>\d+)-(?p<month>\d+)-(?p<day>\d+)">(?p<name>[^<>]+)</a><br/>]]></pattern>
<titleformat><![cdata[\g<year>-\g<month>-\g<day> - \g<name>]]></titleformat>
<urlformat><![cdata[/comics/\g<year>\g<month>\g<day>.jpg]]></urlformat>
</linkpattern>
</action>

this will only show the comics for 2006 but could be easily edited for all years.

now the only problem is the images are to small to read (because of my 27'' tv -=[ ) anyone know of a way to zoom in on a jpg with ooba?
Reply

Logout Mark Read Team Forum Stats Members Help
ooba for ctrlaltdel-online0