// are we in the right place? if ( location.href.indexOf( 'etsy.com/create_listing2' ) >- 1 ) { // set up some short references d = document; q = 'getElementsByTagName'; a = allTagPointers; f = d.forms[ 1 ]; // remove all the tags except for the first one while( a.length > 1 ) removeTag( a[ 1 ] ); // reset the main category selector f[ q ]( 'select' )[ 0 ].selectedIndex = 0; mainCategorySelector( '- - -' ); // hide some of the extra bits and pieces we don't want d.getElementById( 'inputDiv' ).style.visibility = 'hidden'; d.getElementById( 'mainCategoryReccomendations' ).style.display = 'none' }