Extends the Developer Tools, adding a sidebar that displays the Tieba FE code and modules associated with the selected DOM element.
Extends the Developer Tools, adding a sidebar that displays the Tieba FE code and modules associated with the selected DOM element.
在贴吧页面的开发人员工具中选择DOM,该扩展会根据所选DOM的clas、ID查询其在FE代码中的位置。如果是<script>格式化JS文件的代码。代码搜素使用贴吧内部代码搜索工具。
1.2 更新:
(1)增加选项;
(2)fixed bug;
1.3 更新
(1)修复modal遮挡关键词的bug
1.3.1 更新
(1)加入优化过的贴吧寻码的页面URL
1.3.2 更新
(1)取class时加入DOMTokenList的支持
(https://developer.mozilla.org/en-US/docs/Web/API/DOMTokenList)