diff --git a/resources/contents.html b/resources/contents.html
index 1ba0457..42e3b19 100644
--- a/resources/contents.html
+++ b/resources/contents.html
@@ -13,5 +13,9 @@ contentsToggle = function() {
b.innerText = "Switch to turn order"
}
}
+window.onload = function(){
+ if (location.search.search("byturn") > 0)
+ contentsToggle();
+}