User:GKFX/cologneblue.js

Source: Wikipedia, the free encyclopedia.
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.
var ol = window.onload;
window.onload = function()
{
 try {
  ol();
 } catch (e) {
  if (console) if (console.error) console.error(e);
 }
 var q = document.querySelectorAll('.suggestions'); //IE8 compat.
 q = q[q.length-1];
 var o = document.getElementById('p-search');
 o.appendChild(q.parentNode.removeChild(q));
}