Add wikia.com.js
This commit is contained in:
parent
bdf10f3999
commit
b910dc6bc0
|
@ -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…
Reference in New Issue