Skip to content

Instantly share code, notes, and snippets.

@nerdfiles
Created May 11, 2023 22:33
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 nerdfiles/b87e1fd67cb4dba3b003752c5842910c to your computer and use it in GitHub Desktop.
Save nerdfiles/b87e1fd67cb4dba3b003752c5842910c to your computer and use it in GitHub Desktop.
special cases outside of the loa stylebook.
/**
* @author aha
* @version wtfpl, version 2
* @description css hacks for pinterest to make the /WebSite anticipate my needs.
*/
/* @description preparing for loa stylebook situated elsewhere in a different
* extension.
*/
/* remove background of carousel interface elements */
[class="moreIdeasBoardRepCarousel"] ~ div,
[class="moreIdeasBoardRepCarousel"] + div {
display: none;
}
/** EOF */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment