Update BetterNsfwTag.plugin.js
This commit is contained in:
parent
7f53b36b8a
commit
4e39d2fa5a
|
@ -13,8 +13,13 @@ module.exports = (_ => {
|
||||||
"info": {
|
"info": {
|
||||||
"name": "BetterNsfwTag",
|
"name": "BetterNsfwTag",
|
||||||
"author": "DevilBro",
|
"author": "DevilBro",
|
||||||
"version": "1.2.6",
|
"version": "1.2.7",
|
||||||
"description": "Add a more noticeable tag to NSFW channels"
|
"description": "Add a more noticeable tag to NSFW channels"
|
||||||
|
},
|
||||||
|
"changeLog": {
|
||||||
|
"fixed": {
|
||||||
|
"Works again": "Yes"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
|
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
|
||||||
|
@ -49,7 +54,7 @@ module.exports = (_ => {
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.patchedModules = {
|
this.patchedModules = {
|
||||||
after: {
|
after: {
|
||||||
ChannelItem: "render"
|
ChannelItem: "default"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -82,4 +87,4 @@ module.exports = (_ => {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
})(window.BDFDB_Global.PluginUtils.buildPlugin(config));
|
})(window.BDFDB_Global.PluginUtils.buildPlugin(config));
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in New Issue