Add wikia.com.js
This commit is contained in:
parent
bdf10f3999
commit
b910dc6bc0
14
.js/wikia.com.js
Normal file
14
.js/wikia.com.js
Normal 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();
|
||||
})();
|
Loading…
x
Reference in New Issue
Block a user