膜法小工具

方便生活,快乐分享

< Feedback on 膜法小工具

Review: OK - script works, but has bugs

§
Posted: 2018-03-09

又被混淆数据破坏的功能, 我改了下获取table#id的代码, 可用, 分享出来

var ss_id;
$("table").each(function (_i, obj){
if(_i!=0){
if( ($(obj).text()).indexOf("data available in table")<1){
ss_id = '#'+$(obj).attr("id");
}
}
});

dolaCmeoAuthor
§
Posted: 2018-03-11

经过测试,现在代码还能用。感谢分享

Post reply

Sign in to post a reply.