您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
just comment tag like plain text
当前为
// ==UserScript== // @name facebook tag list enabler // @description just comment tag like plain text // @match https://www.facebook.com/* // @version 2 // @grant none // @namespace https://gf.qytechs.cn/users/4947 // ==/UserScript== __d("getMentionsTextForContentState", ["ComposedEntityType", "DocumentCharacters", "DocumentEntity", "emptyFunction"], function (a, b, c, d, e, f, g, h, i, j) { var k = j.thatReturnsTrue, l = /[\\\]:]/g; function m(n) { var o = n.getBlockMap().map(function (p) { var q = p.getText(), r = ''; p.findEntityRanges(j.thatReturnsTrue, function (s, t) { var u = p.getEntityAt(s); if (u === null) { r += q.slice(s, t); } else { var v = i.get(u); if (v.getType() === k) { r += v.getData().originalEmoticon; } else r += q.slice(s, t); } }); return r; }); return o.join(l); } function n(o, p) { if (p) { var q = i.get(p); if (q.getType() === g.MENTION) { o = o.replace(l, function (r) { return '\\' + r; }); return '@[' + q.getData().id + ':' + o + ']'; } else if (q.getType() === g.EMOTICON) return q.getData().originalEmoticon; } return o.replace('@[', '@ ['); } e.exports = m; }, null);
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址