Skip to content

Instantly share code, notes, and snippets.

@Tenderfeel
Last active May 5, 2022 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tenderfeel/9adf420ffc99d7d381083c254b049d09 to your computer and use it in GitHub Desktop.
Save Tenderfeel/9adf420ffc99d7d381083c254b049d09 to your computer and use it in GitHub Desktop.
DMM Player Full With Bookmarklet
javascript:(function f(){document.getElementById("head").style.display="none";const e=document.getElementById("content");e.style.marginTop="0",e.querySelector(".area-main").style.width="100%",e.querySelector(".area-main > p").style.display="none";const t=document.getElementById("container");t.style.width="100%",t.style.height="auto";const n=document.getElementById("player");n.style.transform="none",n.style.top="0",document.querySelector("html").style.background="#000",document.getElementById("page").style.margin="0",document.body.style.margin="10px",document.body.style.minWidth='0'})()
@Tenderfeel
Copy link
Author

  1. 上のソースをコピー
  2. ブラウザのブックマークマネージャを開く
  3. 新しいブックマークを追加を選択
  4. タイトルを適当に入力して1でコピーしたソースをURLにペースト
  5. 4で保存したブックマークを選択で実行

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment