html - Run JavaScript function in Google search console -
my result in console confusing picture. want excecute decodeuricomponent()
fix that.
i want work tampermonkey extension chrome don't know how that. think should select confusing value , sending decodeuricomponent()
value.
this tree of tags value in search console:
and code:
var url = $("table.google-visualization-table-table>tbody>tr:nth-child(1)>td:nth-child(2)>div>span"); var decoded_url = decodeuricomponent(url); $("table.google-visualization-table-table>tbody>tr:nth-child(1)>td:nth-child(2)>div>span").replacewith(decoded_url);
but doesn't work.
Comments
Post a Comment