Is it possible to detect if a picture have been included by a javascript? Or even better, which script has loaded it?
But I do not know if this is possible to track down. Perhaps someone knows more.
pictures included by scripts
Re: pictures included by scripts
there's a little trick I use for that. If I want to know if something is generated with JS, I just activate a:Master X wrote:Is it possible to detect if a picture have been included by a javascript? Or even better, which script has loaded it?
But I do not know if this is possible to track down. Perhaps someone knows more.
*.js*
...filter.
If it doesn't show up on a reload, then I can assume that is is from js. After that you will have to find which one is doing it from the 'script' listings in the blockable items list.
Re: pictures included by scripts
To make that easier, most often you can find which script is the culprit by clicking on the headers in the sidebar so it won't be sorted, and see if the image is in the list immediatly after a script.rick752 wrote:After that you will have to find which one is doing it from the 'script' listings in the blockable items list.
Matt Nordhoff
Re: pictures included by scripts
Right you are, Peng. That is USUALLY the case (even though there are exceptions from time to time) ... but that would still be the best "first" way to check.Peng wrote: To make that easier, most often you can find which script is the culprit by clicking on the headers in the sidebar so it won't be sorted, and see if the image is in the list immediatly after a script.