在给定网址的情况下,是否有任何工具执行以下操作?
答案 0 :(得分:1)
您可以为此编写一个浏览器插件,因为使用Javascript并不难:
color: transparent;
使文本透明outline: 1px solid red;
$('*').css( 'color', 'transparent !important' );
$('div, span, table, tr, td, ...').css( 'outline', '1px solid red !important' );