github PhantomGamers/SFP 0.0.65

5 hours ago

Changes

  • Fixed issue where youtube embeds would be targeted by steam page patches due to them containing the steam url within the embed url as a referrer.
  • Updated dependencies

Note for patch authors:

If you use the default SFP patches without specifying them yourself, you are fine.

If you manually set your patches in skin.json, make sure to double check any URL matches

The new default SFP patches for the steam store and community look like the following:

{
  "MatchRegexString": "^https://([A-Za-z0-9-]+\.)*steampowered\.com(?=/|$)",
  "TargetCss": "webkit.css",
  "TargetJs": "webkit.js"
},
{
  "MatchRegexString": "^https://steamcommunity\.com(?=/|$)",
  "TargetCss": "webkit.css",
  "TargetJs": "webkit.js"
}

Don't miss a new SFP release

NewReleases is sending notifications on new releases.