Skip to content

The Hunt: Great Yolktales Icon (homepage) by Parrot

Screenshot of The Hunt: Great Yolktales Icon (homepage)

Details

AuthorParrot

LicenseNONE

Categoryuserstyles

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This adds the Great Yolktales (egg hunt 2018) icon to The Hunt:First Edition.

Notes

Source code

/* ==UserStyle==
@name       The Hunt: Great Yolktales Icon (homepage)
@version    20240322.01.18
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://www.roblox.com/home") {
/* Target the game icon on the homepage */
img[src="https://tr.rbxcdn.com/61c6be662f482fc059953c6e2742a60c/150/150/Image/Png"] {
  /* Replace the URL with the URL of the 2018 Egg Hunt icon image */
  content: url('https://tr.rbxcdn.com/fdc1a53a3dc5794d9592bb43f352327e/150/150/Image/Png') !important;
  /* Hide original text label */
  text-indent: -9999px !important;
}

/* Set the replacement text and title */
img[src="https://tr.rbxcdn.com/61c6be662f482fc059953c6e2742a60c/150/150/Image/Png"]::before {
  content: "Egg Hunt: The Great Yolktales" !important;
  display: block !important;
  font-size: 14px !important;
  text-indent: 0 !important;
}

/* Target the game card container and set the title to "Egg Hunt 2018" */
.game-card-container[data-testid="game-tile"] .game-card-name.game-name-title[title="The Hunt: First Edition"] {
  /* Replace the original title with the new title */
  content: "Egg Hunt 2018" !important;
}

}

Reviews

No reviews yet.