Advertisement
LifeAndHometown

4chan Monster Waifu Browsing

Mar 29th, 2014
4,727
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. body::after {
  2.  
  3. position: fixed !important;
  4. content: url('http://i.imgur.com/tkOQeR6.png');
  5.  
  6. bottom: -350px !important;
  7.  
  8. right: 0px !important;
  9.  
  10. opacity:0.8;
  11.  
  12. z-index:-1;
  13. }
  14.  
  15. /*How to Install
  16. To use this, you will need either 4chan X or Stylish. Both are applications you can get for Chrome and I'd assume Firefox. I'm using Chrome for both, but I'd assume this'll be the same for Firefox.
  17.  
  18. Method One: 4chan X
  19. 1. Click the three-bared button on the top and go to 4chan X settings.
  20. 2. Click on the Rice tab
  21. 3. Scroll down to the bottom, where you'll see Custom CSS. Click the box next to it.
  22. 4. Now, copy and paste this entire code into the box. You don't have to paste these instructions, but I'd recommend you do in case you want to refer back to them.
  23. 5. Click apply CSS. You might have to refresh the page, but it should appear with your waifu. Alter as you see fit.
  24.  
  25. Method Two: Stylish
  26. 1. Go to your Stylish Settings (For Chrome, this'll be in your settings menu, Extensions, find Stylish, and click Options.
  27. 2. Click 'Write New Style'.
  28. 3. Give it a name, and copy-paste this entire code into the code box. You don't have to paste these instructions, but I'd recommend you do in case you want to refer back to them.
  29. 4. Below, set Applies to "URLs on the Domain Boards.4chan.org"
  30. 5. Click Save, refresh, and your waifu should appear. Alter as you see fit.
  31. */
  32.  
  33. /*How to Customize
  34. There are four main parts you can customize. What image appears, where on the horizontal axis it sits, where on the vertical axis it sits, and how opaque it is.
  35.  
  36. 1. Image
  37. content: url('http://i.imgur.com/tkOQeR6.png');
  38. This is the line of code that determines what appears. The default image is set to the Chesire Cat. Very simple, just change the URL to the image of what you want to appear. Remember though that Opacity in the image is important, so if there's unwanted white backgrounds, you'll need to use an image editor to remove them, like Photoshop, Gimp, Sai, etc. Also remember to save in a file format that supports opacity, like .png. Below are some KC Monster Girls that have been edited to be Opaque, and can simply be put in to browse 4chan with.
  39.  
  40. 2. Vertical Axis
  41. bottom: -350px !important;
  42. This is the default setting. This line of code determines how high or low your image will be. Basically, the closer to zero the number is, the higher it'll be. For example, let's say my Living Doll waifu only appears from the waist-up. The current value is set to -350. If I changed it to -150, the Living Doll would go up, and we'd say her legs. Alter this if your image is cut off, or you want your image to appear at the top of the screen.
  43.  
  44. 3. Horizontal Axis
  45. right: 0px !important;
  46. This will determine how left or right your image is. Honestly, there isn't much reason to mess with this one since 4chan messages are left bound. But regardless, if you want the image to move more to the right, change it to the negatives (I.E. -150px). If you want your image to move to the left, change it to the positives (I.E. 150px).
  47.  
  48. 4. Opacity
  49. opacity:0.8;
  50. This determines how opaque, or clear, your image is. 1 is completely opaque, and 0 is invisible. Use any number inbetween to find your sweet spot.
  51. */
  52.  
  53. /*Monster Girl Images
  54. Apophis: http://i.imgur.com/ZN9yhNN.png
  55. Cancer: Coming Soon
  56. Chesire Cat: http://i.imgur.com/tkOQeR6.png
  57. Devil: Coming Soon
  58. Dormouse: Coming Soon
  59. Gazer: Coming Soon
  60. Glacie: http://i.imgur.com/N08ak86.png
  61. Jinko: Coming Soon
  62. Khepri: http://i.imgur.com/HcsFpRq.png
  63. Kikimori: Coming Soon
  64. Kraken: http://i.imgur.com/APriV8I.png
  65. Jabberwocky: Coming Soon
  66. Lava Golem: Coming Soon
  67. Lich: http://i.imgur.com/uLFEraL.png
  68. Living Doll: http://i.imgur.com/Xq1jDc2.png
  69. Mad Hatter: Coming Soon
  70. Manticore: http://i.imgur.com/czqTYw3.png
  71. March Hare: Coming Soon
  72. Mothman: Coming Soon
  73. Parasite Slime: Coming Soon
  74. Pharoah: http://i.imgur.com/1FELApA.png
  75. Sand Worm: http://i.imgur.com/llAPuPz.png
  76. Selkie: http://i.imgur.com/D6ILyVA.png
  77. Tentacle: Coming Soon
  78. Thunder Bird: http://i.imgur.com/8dFmIiN.png
  79. Wight: http://i.imgur.com/iMCZ0Mq.png
  80. Wurm: http://i.imgur.com/QwaEAKt.png
  81. Yeti: http://i.imgur.com/bFbNrDe.png
  82. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement