diff options
Diffstat (limited to 'plugins/style/style.js')
-rw-r--r-- | plugins/style/style.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/plugins/style/style.js b/plugins/style/style.js index 23f68a6..a0cd7c0 100644 --- a/plugins/style/style.js +++ b/plugins/style/style.js @@ -45,7 +45,13 @@ if (document.domain == "forum.nunosempere.com" ){ } ` } - +if (document.domain == "search.nunosempere.com" ){ + styles = ` + footer { + display: none; + } + ` +} if(styles != null){ var styleSheet = document.createElement('style') styleSheet.innerText = styles |