Removes the annoying super search box at the bottom of the page.
MyHeritage: Remove SuperSearch Box by whi7ed3vil
Details
Authorwhi7ed3vil
LicenseNo License
Categorywww.myheritage.com
Created
Updated
Size472 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name MyHeritage: Remove SuperSearch Box
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Removes the annoying super search box at the bottom of the page.
@author Jonathan C. Nilson
==/UserStyle== */
@-moz-document domain("www.myheritage.com") {
/* Remove the annoying "super search" box at the bottom of the page. */
div#name_page_root_docked_super_search {
display: none;
}
}