Skip to content

Instantly share code, notes, and snippets.

@reefbarman
Created January 29, 2021 08:05
Show Gist options
  • Select an option

  • Save reefbarman/40e0e981ae58e6f3bf6ef230769fcc22 to your computer and use it in GitHub Desktop.

Select an option

Save reefbarman/40e0e981ae58e6f3bf6ef230769fcc22 to your computer and use it in GitHub Desktop.
Expands the Floatplane video to fill the horizontal space it has available within the website. Create as a bookmarklet http://www.prowebguru.com/2017/01/javascript-bookmarklet-create-javascript-bookmarklet-in-google-chrome/
javascript:(function()%7Bfunction callback()%7B(function(%24)%7Bvar jQuery%3D%24%3B%24(".player-container").css("max-width"%2C "none")%7D)(jQuery.noConflict(true))%7Dvar s%3Ddocument.createElement("script")%3Bs.src%3D"https%3A%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fjquery%2F1.11.1%2Fjquery.min.js"%3Bif(s.addEventListener)%7Bs.addEventListener("load"%2Ccallback%2Cfalse)%7Delse if(s.readyState)%7Bs.onreadystatechange%3Dcallback%7Ddocument.body.appendChild(s)%3B%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment