SE Preview on hover

Shows preview of the linked questions/answers on hover

这些是代码更新过的版本。 显示所有版本

  • v1.1.7 2022-10-05

    fix additional matching patterns

  • v1.1.6 2021-10-09

    fix cross-site relative links

  • v1.1.5 2021-09-27

    load library from source

  • v1.1.4 2021-07-09

    catch up

  • v1.1.3 2021-07-08

    catch up with the site

  • v1.1.2 2021-01-11 catch up with the redesigned site
  • v1.1.1 2020-09-13 tweak highlighter
  • v1.1.0 2020-09-12 switch to highlight.js
  • v1.0.9 2020-08-28 adjust rem scale + fixes
  • v1.0.8 2020-08-27 fixups
  • v1.0.7 2020-08-27 fixes for site update
  • v1.0.6 2020-04-25 dark theme various minor fixes
  • v1.0.5 2020-03-12 patch new SO styles for deleted answers
  • v1.0.4 2019-12-18 restore "more comments" link
  • v1.0.3 2019-08-28 update answer selectors
  • v1.0.2 2019-03-08 fix some console errors
  • v1.0.1 2019-02-22 disable debug logging
  • v1.0.0 2019-01-10 switch to Shadow DOM
  • v0.6.3 2018-05-21 preserve stylesheet order
  • v0.6.2 2018-03-18
  • v0.6.1 2018-03-18
  • v0.6.0 2018-03-18 fix previewing of hot network questions
  • v0.5.9 2018-02-27 fix another <table> leftover
  • v0.5.8 2018-02-16 fix the link that expands more comments
  • v0.5.7 2018-01-31 fix data-remaining-comments-count
  • v0.5.6 2017-03-14 Show the timeline link on answers too
  • v0.5.5 2017-03-12 Preview when hovering "# answers" block in question list on SE sites
  • v0.5.4 2017-03-11 Show "accepted" checkmark on a previewed answer badge
  • v0.5.3 2017-03-09 Show 'wait ' cursor after 1 second; text-decoration-skip:ink for Chrome 57+
  • v0.5.2 2017-03-04 Remove document.hasFocus check
  • v0.5.1 2017-03-04 Disable document focus detection in Firefox as it's buggy; circumvent transitionend FF bug
  • v0.5.0 2017-03-04 Increase specificity on style overrides
  • v0.4.9 2017-03-04 Rework onStyleSheetsReady and make it animate the frame border when XHR is required
  • v0.4.8 2017-03-03 Reuse stylesheet elements
  • v0.4.7 2017-03-03 Preload CSS properly to avoid FOUC. Show previews on bing, yahoo
  • v0.4.6 2017-03-03 Handle relative links by adding BASE element in the preview
  • v0.4.5 2017-02-28 autokill foreign elements in the iframe; don't show the preview after downloading if the link is no longer hovered
  • v0.4.3 2017-02-23 Don't preview when browser window isn't focused
  • v0.4.2 2017-02-21 Show user cards only if mouse still hovers the link
  • v0.4.1 2017-02-21 Make the preview resizable
  • v0.4.0 2017-02-20 Show user cards when hovering name links
  • v0.3.9 2017-02-20 writeCache LZString 2x speedup
  • v0.3.8 2017-02-20 Show the post menu, delinkify/remove non-functional items, add timeline link
  • v0.3.7 2017-02-19 Delay writeCache for 1 second to speed up preview appearance
  • v0.3.6 2017-02-19 Don't prevent default action of events in preview when passing through
  • v0.3.5 2017-02-19 Work on google search; workaround for the "Direct Google" userscript that overwrites String.prototype
  • v0.3.4 2017-02-19 Lock page scroll better by ignoring bubbled events
  • v0.3.3 2017-02-19 release key down listener; code cosmetics
  • v0.3.2 2017-02-18 user card hover fixes
  • v0.3.1 2017-02-18 instanceof Node doesn't work
  • v0.3.0 2017-02-18 Show user details on hover on a gravatar; persist lockScroll listeners; use a uniform check mark on accepted answers
  • v0.2.9 2017-02-18 faster fade-in when cached
  • v0.2.8 2017-02-18 Add close button and Esc key
  • v0.2.7 2017-02-18 preview links to comments
  • v0.2.6 2017-02-17 Close status notification is now at the top
  • v0.2.5 2017-02-17 typos
  • v0.2.4 2017-02-17 Force-show loaded comments
  • v0.2.3 2017-02-17 Show answer shelf items as gravatars with score
  • v0.2.2 2017-02-17 Closed question preview is now yellowish
  • v0.2.1 2017-02-17 DELAY = 200
  • v0.2.0 2017-02-16 Show post votes, date
  • v0.1.9 2017-02-16 Don't spam in console with scroll prevention messages
  • v0.1.8 2017-02-15 Show the author, not editor, in answers minishelf tooltips
  • v0.1.7 2017-02-15 Cache previews for 1-5 minutes; use DOM to render the preview; deleted posts in red color
  • v0.1.6 2017-02-14 Display only one question status + tweak CSS for the bottom one
  • v0.1.5 2017-02-14 Don't remove the preview at opacity=0 transitionend if it's shown for another link
  • v0.1.4 2017-02-14 Show question status, rework abortPreview
  • v0.1.3 2017-02-14 Handle iframe already loaded state; track abortPreview using a separate timer
  • v0.1.2 2017-02-14 Reuse loaded data when switching answers in the same question preview
  • v0.1.1 2017-02-14 Wrap long list of answer number links in preview, display vote count in tooltip
  • v0.1.0 2017-02-14 Show clickable answers; code cosmetics
  • v0.0.9 2017-02-13 release link listeners when preview is shown
  • v0.0.8 2017-02-13 code cosmetics
  • v0.0.7 2017-02-13 More FireFox workarounds, code cosmetics
  • v0.0.6 2017-02-13 Make it run on Firefox 52
  • v0.0.5 2017-02-13 Switch to new setMutationHandler interface
  • v0.0.4 2017-02-13 Add "Show more comments" link
  • v0.0.3 2017-02-13 Don't activate on "Share" links
  • v0.0.2 2017-02-13 fix main doc scroll prevention when hovering the preview
  • v0.0.1 2017-02-13

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址