github quoid/userscripts v4.2.3
v4.2.3, v.1.2.3

latest releases: v4.5.4, v5.0.0-beta.3, v5.0.0-beta.2...
2 years ago

Userscripts v4.2.3 (macOS), v1.2.3 (iOS)

App Store link

Changes:

  • [macOS/iOS] - GM.xmlHttpRequest onloadstart bugfix - #304 (thank you @spd2last!)
  • [macOS/iOS] - GM.getTab if tab is null, return empty object - #306 (thank you @maggch97!
  • [macOS/iOS] support for GM_info.script.icon - #302
  • [macOS/iOS] update@match matching - #301
  • [macOS] clarify acceptable blocklist values #283
  • [macOS/iOS] fix userscript install checking bug when dom elements manipulated - #295
  • [macOS/iOS] add GM.getTab and GM.saveTab - #296 (thank you @maggch97!)
  • [macOS/iOS] further changed the way @grant interacts with @inject-into
    • if @inject-into is not set, then @inject-into is set to auto
    • if @inject-into is auto
      • if @grants are requested, then @inject-into is content
      • if @grant is none, then @inject-into is page
        • if page content security policy blocks script execution, @inject-into becomes content
    • if @inject-into is content, all @grants are provided
    • if @inject-into is page, no @grants are provided (+ warning in the console)
    • thank you @scholtzm!

Don't miss a new userscripts release

NewReleases is sending notifications on new releases.