How to search javascript file in google?

So, I recently launched the jQuery plugin, and people download it, but I'm trying to figure out how I can determine where it is used. The only way I can think of is to try to find the .js or .css file, possibly the name of the folder.

Is there any way to search?

+6
source share
1 answer

It seems such an obvious idea that I'm sure you thought about it, and there is some problem, but how about taking a piece of code long enough to uniquely identify it and look for it? He definitely won’t get everything, but maybe the results are better than nothing.

+1
source

Source: https://habr.com/ru/post/908809/


All Articles