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
Post a Comment