// ==UserScript== // @name Taste of The World Auto-Collapse Instructions /hotel hits // @namespace localhost // @author zingy // @description collapase instructions on the hotel hits for TOTW // @include * // @version 0.006 // @downloadURL https://update.greasyfork.icu/scripts/4215/Taste%20of%20The%20World%20Auto-Collapse%20Instructions%20hotel%20hits.user.js // @updateURL https://update.greasyfork.icu/scripts/4215/Taste%20of%20The%20World%20Auto-Collapse%20Instructions%20hotel%20hits.meta.js // ==/UserScript== document.getElementById('instructions').style.display = 'none';