Update GoogleSearchReplace.plugin.js
This commit is contained in:
parent
7696b2f85f
commit
9c15cb5852
|
@ -14,9 +14,7 @@
|
||||||
|
|
||||||
module.exports = (_ => {
|
module.exports = (_ => {
|
||||||
const changeLog = {
|
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 {
|
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
|
||||||
|
|
Loading…
Reference in New Issue