Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
$(document).ready(function() {
  if (document.URL.indexOf('Special:Watchlist') == -1) return;
  $.get("https://en.wikipedia.org/w/index.php?title=Special:Recentchangeslinked&target=Wikipedia:WikiProject Estonia/publicwatchlist&hideminor=0&days=7&limit=100",
	function(data) {
		var $changelist = $(".mw-changeslist");
		var $changes = $($.parseHTML(data));
    	$changelist.prepend($changes.find(".mw-changeslist").wrap("<p style='font-size:80%;background-color: HoneyDew '></p>").parent());
	}
);
});


popupDelay=0.3;
popupHideDelay=0.1;
popupImages=false;
importScript('User:Sander Säde/allest4test.js');