Skip to content

Instantly share code, notes, and snippets.

@Loliver1224
Created January 16, 2023 11:50
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 Loliver1224/a3d2cda55621bd17d8c1991cce1038aa to your computer and use it in GitHub Desktop.
Save Loliver1224/a3d2cda55621bd17d8c1991cce1038aa to your computer and use it in GitHub Desktop.
pixivのブクマの表示域をWQHDモニターに合わせるブックマークレット
javascript:(function(){const width='2500px';const padding='20px';const wrapper=document.querySelectorAll('.iClkCH')[4];wrapper.style.width=width;wrapper.style.paddingLeft=padding;wrapper.style.paddingRight=padding;document.querySelector('.gTaKEp').style.width=width;})();
@Loliver1224
Copy link
Author

最新版↓

javascript:(function(){const width='2500px';const padding='20px';const wrapper=document.querySelector('.FIoEP');wrapper.style.width=width;wrapper.style.paddingLeft=padding;wrapper.style.paddingRight=padding;document.querySelector('.cDZIoX').style.width=width;})();

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