Add wikia.com.js

This commit is contained in:
Shadowfacts 2016-09-10 11:04:27 -04:00
parent bdf10f3999
commit b910dc6bc0
No known key found for this signature in database
GPG Key ID: F802198A7D7F309D
1 changed files with 14 additions and 0 deletions

14
.js/wikia.com.js Normal file
View File

@ -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();
})();