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