Update GoogleSearchReplace.plugin.js

This commit is contained in:
Mirco Wittrien 2024-06-03 17:37:21 +02:00
parent 7696b2f85f
commit 9c15cb5852
1 changed files with 1 additions and 3 deletions

View File

@ -14,9 +14,7 @@
module.exports = (_ => {
const changeLog = {
improved: {
"Own Search Engines": "You can now add your own engines in the settings"
}
};
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {