diff --git a/4chan_x.user.js b/4chan_x.user.js index e265d2953..134a45a15 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2177,7 +2177,7 @@ for (_i = 0, _len = _ref.length; _i < _len; _i++) { home = _ref[_i]; a = $.el('a', { - textContent: '4chan X', + textContent: '4chan X Settings', href: 'javascript:;' }); $.on(a, 'click', Options.dialog); diff --git a/script.coffee b/script.coffee index c9e50c6e9..3073dedbb 100644 --- a/script.coffee +++ b/script.coffee @@ -1684,7 +1684,7 @@ Options = init: -> for home in [$.id('navtopr'), $.id('navbotr')] a = $.el 'a', - textContent: '4chan X' + textContent: '4chan X Settings' href: 'javascript:;' $.on a, 'click', Options.dialog $.replace home.firstElementChild, a