User:Brian0918/Hotlist/js

In order to get the list of only the red links of this page type the following into your browser's console.

var sors = "{{User:Brian0918/Hotlist/js}}<br>"; $("#mw-content-text ol li .new,#mw-content-text ol li .partlynew").each(function(){ sors += "#{{l|en|" + $(this).text() + "}}<br>";}); sors += "[[Category:Requested entries]]";
document.write(sors);