var container = document.createElement("div");
container.innerHTML = "<h3 class=\"feed-title\"><a href=\"https://journal.bio.unsoed.ac.id/index.php/scribio\" target=\"_blank\">Scripta Biologica: Announcements<\/a><\/h3><div style=\"text-align: end;\">\n  <a href=\"https://rss.bloople.net/\" target=\"_blank\" style=\"color: #000000;\">Powered by RSS 2 HTML<\/a>\n<\/div>\n\n<!-- To create this output, visit: https://rss2html.net/build_embeds/new?embed_render_title=false&feed_render_description=false&feed_render_image=false&strip_html=false&template=legacy&url=http%3A%2F%2Fjournal.bio.unsoed.ac.id%2Findex.php%2Fscribio%2Fgateway%2Fplugin%2FAnnouncementFeedGatewayPlugin%2Frss -->\n";
var nodes = [].slice.call(container.childNodes);
var script = document.scripts[document.scripts.length - 1];
var parent = script.parentNode;
while(nodes.length > 0) parent.insertBefore(nodes.shift(), script);
parent.removeChild(script);
