html - Run JavaScript function in Google search console -


my result in console confusing picture. want excecute decodeuricomponent() fix that.

enter image description here

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:

enter image description here

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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -