Template:DailyDilbert

    Table of contents
    No headers

    Version as of 18:33, 3 May 2024

    to this version.

    Return to Version archive.

    View current version

    var src = string.match(web.text('http://feedproxy.google.com/DilbertDailyStrip', 'channel/item/description'), 'src="([^"]+)"');
    if(src)
        web.image(src);
    else
        "Sorry, no Dilbert today. :(";