javascript - Prepend() does not work on certain sites -


so following code:

javascript:$(document.body).prepend("hi"); 

when put in address bar, working on of sites (i.e. current page), nothing other sites (i.e. google).

i using chrome. , curious, problem?

it work if site has jquery loaded, since you're using $ synonym jquery.


Comments

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -