-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTurbowarp Swap
1 lines (1 loc) · 901 Bytes
/
Turbowarp Swap
1
javascript:(function()%7Blet url %3D window.location.href%3B%0Alet projectID %3D "no one here by that name!"%3B%0Aleaveonlynumbers()%3B %0Alet embedcode %3D '<iframe src%3D"https%3A%2F%2Fstaging.turbowarp.org%2F'%2BprojectID%2B'%2Fembed" width%3D"482" height%3D"406" allowtransparency%3D"true" frameborder%3D"0" scrolling%3D"no" allowfullscreen><%2Fiframe>'%0AreplaceContentInContainer("guiPlayer"%2C embedcode)%3B%0Afunction leaveonlynumbers() %7B%0A let regex %3D %2F%5CD%2Fg%3B%0A projectID %3D url.replace(regex%2C "")%3B%0A%7D%0Afunction replaceContentInContainer(matchClass%2C content) %7B%0A var elems %3D document.getElementsByTagName('*')%2C i%3B%0A for (i in elems) %7B%0A if((' ' %2B elems%5Bi%5D.className %2B ' ').indexOf(' ' %2B matchClass %2B ' ')%0A > -1) %7B%0A elems%5Bi%5D.innerHTML %3D content%3B%0A %7D%0A %7D%0A%7D%7D)()%3B