From b910dc6bc06b22d3bcbf11d4820a7399e4ad80e1 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 10 Sep 2016 11:04:27 -0400 Subject: [PATCH] Add wikia.com.js --- .js/wikia.com.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .js/wikia.com.js diff --git a/.js/wikia.com.js b/.js/wikia.com.js new file mode 100644 index 0000000..6217589 --- /dev/null +++ b/.js/wikia.com.js @@ -0,0 +1,14 @@ +// remove "Trending Fandom Articles" section +(function() { + $("section.group-FANDOM_TOPIC").hide(); +})(); + +// remove Wikia notifications +(function() { + $("ul#WikiaNotifications").hide(); +})(); + +// remove Wikia bar +(function() { + $("div#WikiaBar").hide(); +})(); \ No newline at end of file