Ivan
Ivan

Reputation: 5248

Remove tracker javascript after </html> elemnt

After moving app to shared hosting i see i have new javascript code after </html> tag. This code create big problems for ajax requests and other. I try to found script but i cant. I use Laravel framework and i have only custom js abd CDN jquery, bootstrap, dataTables and Select2 plugin included in page but on every request this code is here.

What i try:

Does somebody have idea to remove this? I cant reinstall project becouse project is so big.

Thanks

enter image description here

enter image description here

Upvotes: 1

Views: 131

Answers (1)

Nitatemic
Nitatemic

Reputation: 26

Did you try to open the site without chrome extension (via private browsing mode for example), it already happened to me that extensions add JavaScript in my files and that it causes problem because it is a development environment.

The "live server" can also add scripts, maybe it is involved. (But it seems to me not very probable).

Upvotes: 1

Related Questions