HoverCard: BoardGames.SE MTG Gatherer Card Link Rollover

Display MTG cards in tooltip when hovering over Gatherer and Autocard links

These are versions of this script where the code was updated. Show all versions.

  • v1.0.10 2018-07-03 StackExchange swapped `boardgames` and `meta` in the URL address.
  • v1.0.9 2016-10-07 Using encodeURIComponent after decoding to preserve special symbols like ampersand and questions marks.
  • v1.0.8 2016-10-07 Change URI string replacement to Regex. Fixes cards like "Lion's Eye Diamond".
  • v1.0.7 2016-10-05 Fix tricky card names like "Sphinx's Revelation".
  • v1.0.6 2016-10-05 Fixed [... i] attr case-sensitive bug in Chrome. Added 2 new MTG urls for loading cards.
  • v1.0.5 2016-04-22 Added z-index to rise hovercards above elements in the sidebar. Occurred when a hovercard was displayed on the far right side of the content.
  • v1.0.4 2016-04-15 Force imageUrl on HTTP, because gatherer.wizards.com doesn't respond on HTTPS connections. This will cause a mixed-content warning to people using HTTPS on stackexchange.com.
  • v1.0.3 2016-04-13 Tidier CSS. Support HTTPS. Split up show method into showCard and calcPos methods.
  • v1.0.2 2016-04-12 Fixed invisible overlay that prevents clicking on the page below it.
  • v1.0.1 2016-04-12
  • v1.0.0 2016-04-12