This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY.
60616263646566676869707172737475
if (i >= hand.getRSSChannel().getItems().size()) { break; } // add it final RSSItem itm = (RSSItem) hand.getRSSChannel().getItems().get(i); addLink(itm.getTitle(), icon + "_web", new AE() { @Override public void run() { SystemHelper.openUrl(itm.getLink()); } }); } }