|
@@ -486,7 +486,7 @@ const scriptInfo = Object.freeze({
|
|
|
name: GM.info.script.name,
|
|
|
version: GM.info.script.version,
|
|
|
namespace: GM.info.script.namespace,
|
|
|
- lastCommit: "df39e39", // assert as generic string instead of union
|
|
|
+ lastCommit: "fab275d", // assert as generic string instead of union
|
|
|
});
|
|
|
|
|
|
|
|
@@ -611,13 +611,6 @@ const featInfo = {
|
|
|
default: true,
|
|
|
visible: false,
|
|
|
},
|
|
|
- dismissPopup: {
|
|
|
- desc: "TODO: Automatically dismisses the \"are you still there\" popup",
|
|
|
- type: "toggle",
|
|
|
- category: "layout",
|
|
|
- default: true,
|
|
|
- visible: false,
|
|
|
- },
|
|
|
//#SECTION lyrics
|
|
|
geniusLyrics: {
|
|
|
desc: "Add a button to the media controls to open the current song's lyrics on genius.com in a new tab",
|