Skip to content

Instantly share code, notes, and snippets.

View anthonybastien87's full-sized avatar

Anthony Paul Bastien anthonybastien87

View GitHub Profile
@anthonybastien87
anthonybastien87 / Bookmarklet
Created December 26, 2021 05:40 — forked from ChrisAkridge/Bookmarklet
Rebuild the Universe scripts
javascript:(function()%7Bfunction%20callback()%7Binit()%7Dvar%20s%3Ddocument.createElement(%22script%22)%3Bs.src%3D%22https%3A%2F%2Fcdn.rawgit.com%2FCelarix%2Fcd009edde135c196f6a8%2Fraw%2F54297cb3fc7d30220676224e444e7ab61a144ae5%2Frtu_scripts.js%22%3Bif(s.addEventListener)%7Bs.addEventListener(%22load%22%2Ccallback%2Cfalse)%7Delse%20if(s.readyState)%7Bs.onreadystatechange%3Dcallback%7Ddocument.body.appendChild(s)%3B%7D)()