Resolved! How can I remove a List Collector variable's filter.
I implemented this script I found through the wiki:Name: Hide List Collector Filters Sectionfunction onLoad() { document.getElementById("ep").rows[0].style.display="none"; document.getElementById("ep").rows[1].style.display="none"; // Hi...