Skip to content

v1.5.0

Compare
Choose a tag to compare
@magicoflolis magicoflolis released this 22 Aug 00:49
· 6 commits to main since this release
79d3c28

What's New

  • Fixed Hover card may crash Twitter when opened in sidebar.
  • Switched to Semantic Versioning
  • UserJS will now @run-at document-body.
  • UserJS can now use GM_* or GM.*
  • Improved overall file size from ~487 KB down to ~113 KB.
  • Improved CSS.
  • Reduced unused HTML elements from the menu.
  • Reworked favicon injections.

Favicons will now be fetched from UserJS GitHub repository, then formatted to a DataURL, previous versions have the DataURLs embedded in the UserJS.

In addition, favicons will be fetched using jsdelivr, this may be changed to GitHubs default "raw.githubusercontent.com" or any other preferred method.

ghCDN = 'https://cdn.jsdelivr.net/gh'; // Can be founded near the start, Feel free to change this URL

BUGS/ISSUES:

  • Internal Translations for User Bios may not load on TweetDeck.
  • Auto Theme + Auto Color may not work on Chromium based browsers.
  • [Logged out] Duplicate "Translate with..." injections may occur while on a users profile page.
  • [Translators] Azure Cognitive Services is not implemented.
  • [Translators] Translation API is UNTESTED.
  • [Translators] Yandex API is UNTESTED.