返回首頁 

Greasy Fork is available in English.

SteamGifts: Look for Similar

Adds buttons to search for similar giveaways and removes redirect from existing links.

นี่คือเวอร์ชันของสคริปต์นี้ที่โค้ดมีการอัปเดต แสดงเวอร์ชันทั้งหมด

  • v4.318-09-2020And a bit more cleanup.
  • v4.218-09-2020And code beautifier pass.
  • v4.118-09-2020A bit more refactoring. Previous revision consists of refactoring and added feature of redirect remover.
  • v4.018-09-2020
  • v3.709-12-2016Removed "app=" from detector of native LFS button to make it work for "sub=" and others as well.
  • v3.628-11-2016Missed case when LFS button were shown inside of a giveaway.
  • v3.528-11-2016Updated code to support native LFS link. Also, added option "Local" in the "Won" list to check if won a second copy by mistake.
  • v3.416-10-2016Compatibility fix for https://greasyfork.org/scripts/23859-sg-entered-giveaway-page/
  • v3.329-09-2016Added support for steamcommunity links in RaCharts as well.
  • v3.229-09-2016+nowrap, to make sure menu text won't wrap.
  • v3.129-09-2016Replaced width for menu with min-width, added min-width to menu items.
  • v3.029-09-2016Rewritten big portion of the script. Now LFS button won't "explode" in width on hover and will display drop-down menu instead. Added support for LFS links for RACharts (example: https://www.steamgifts.com/discussion/F7fgE/bundle-stars-gamepedia-anniversary-bundle )
  • v2.126-04-2016Removed 1 debug line and cleaned up the rest a bit.
  • v2.026-04-2016Added support for search options. Now it's possible to choose search location from a list.
  • v1.713-04-2016Forgot about 'https' protocol in the @match section and as the r###lt script stopped to work when site moved to https.
  • v1.611-03-2016It looks pointless to search for similar titles on the "Won" page, but it could be useful to search for the same giveaways in the "Entered"section to remove them if they are active.
  • v1.510-03-2016Better SG++ compatibility and fix for search r###lts in the new giveaway drop-down list (not sure if it's useful there, though).
  • v1.406-03-2016Fixed link detector in appendLFSLink function.
  • v1.306-03-2016Fixed case when search yielded no r###lts for the long titles due to the ellipsis in the end.
  • v1.206-03-2016Removed default parameter trick from one more place to avoid compatibility issues. Modified links to work without click handler for middle-click support (maybe implement middleclick handler?)
  • v1.105-03-2016If header is a link then only /giveaway/ links have to be parsed. Also, there are edge cases when header is not a link, but contains one (like on giveaway winners page).
  • v1.005-03-2016Restored A element and generation of HREF value for that element removed in a previous commit - were useful in my "Open in pop-in" script.
  • v0.905-03-2016Made LFM script a bit more generic. It should also work with SGPP now and shouldn't fail in browsers without function default value support (some Mac versions of popular browsers).
  • v0.802-03-2016Enabled LFS button on search pages because manual search may return different r###lts and LFS button could be used to refine them. Also entered/created/won giveaways pages are using search to load next pages.
  • v0.702-03-2016Added LFS button to featured giveaways (useful to search for similar giveaways from a giveaway page);
  • v0.602-03-2016Made LFS button generic. Now it should also work on created, entered and won lists. Restricted list of pages where script should work to avoid adding LFS buttons on forum and trades.
  • v0.523-02-2016
  • v0.423-02-2016Oops! Forgot to remove console.log from code. -_-
  • v0.317-02-2016Added support for dynamically added giveaway blocks (autopaging in various SG extensions), search link shouldn't appear on the invite-only giveaways.
  • v0.217-02-2016Removed two class names, copied over from the other button.
  • v0.117-02-2016