Last active
July 1, 2025 06:07
-
-
Save serkash/b6171f68a434dfb2bf9894560966f49f to your computer and use it in GitHub Desktop.
Fix for Gamespot article "The Final Hours of Metal Gear Solid 2: Sons of Liberty"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Link to original article: | |
| * https://www.gamespot.com/articles/the-final-hours-of-metal-gear-solid-2-sons-of-liberty/1100-6376810/ | |
| * | |
| * Just use Stylus: | |
| * | |
| * 1. Install extension | |
| * Firefox: https://addons.mozilla.org/en-US/firefox/addon/styl-us/ | |
| * Chrome: https://chromewebstore.google.com/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=ru | |
| * 2. Go to article link | |
| * 3. Click on extension icon in browser (or "Pin to toolbar", if it's Firefox, and then click on extension icon) | |
| * 4. In "Write style for" select full link to article | |
| * 5. Copy and paste code below in opened window | |
| * 6. Click "Save". | |
| */ | |
| .typography-format--large [data-align="center"], | |
| .typography-format--large [data-embed-type="video"] { | |
| clear: left; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment