Name: Anonymous 2011-01-19 4:57
Write browser for dis.4chan.
Shortest solution wins.
Deadline: three weeks from now.
Shortest solution wins.
Deadline: three weeks from now.
import sys
from PyQt4.QtCore import QUrl
from PyQt4.QtGui import QApplication
from PyQt4.QtWebKit import QWebView
app = QApplication(sys.argv)
web = QWebView()
web.load(QUrl("http://dis.4chan.org/prog/"))
web.show()
app.exec_()
xdg-open http://4chan.org/prog
#!/sbin/safari
http://dis.4chan.org/prog/