MCPcopy Create free account
hub / github.com/Yantesoft/LinuxdoAssistant / getNewTopicFirstMode

Function getNewTopicFirstMode

linuxdo-helper.user.js:297–299  ·  view source on GitHub ↗

* 获取新话题优先模式状态 * @returns {boolean} 是否启用新话题优先

()

Source from the content-addressed store, hash-verified

295 * @returns {boolean} 是否启用新话题优先
296 */
297 function getNewTopicFirstMode() {
298 return GM_getValue(STORAGE_KEYS.newTopicFirstMode, false);
299 }
300
301 /**
302 * 保存新话题优先模式状态

Callers 2

loadPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected