> For the complete documentation index, see [llms.txt](https://docs.sboxr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sboxr.com/view-issues/js-code-issues/view-cross-origin-code.md).

# View Cross-Origin Code

![Cross-Origin JS Code (refresh page to view from start)](https://73151925-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lgwbks2UGHSbePWCNz0%2F-LhGiqqCS4qKdQEqKlUL%2F-LhGvrA2KnV0fFn7_j0A%2FViewCrossOriginCode.gif?alt=media\&token=dc6bf244-348c-4860-ab8c-9b679c07b2d7)

Sboxr identifies all JS code loaded by the site from cross-origin servers. The code details section has the following categories:

* **Named Source Files:** This lists names of files with .js extension and containing JS code
* **Unnamed Source Files:** This shows, as a tree, the URLs that don't have a .js extension but still contains JS code
* **JSONP:** This shows, as a tree, the URLs that are JSONP endpoints
* **Inline JS Code:** This shows, as a tree, the URLs that have HTML content with inline JS code
