nexushoratio / userscripts

Random userscripts for browsers.
GNU General Public License v3.0
2 stars 0 forks source link

Issues on Greasemonkey userscript manager #187

Closed nexushoratio closed 1 year ago

nexushoratio commented 1 year ago

LinkedIn Tool: 5.24 NexusHoratio libraries: xunit: 12 base: 22 userscript: 2 web: 1 widget: 1 Userscript manager: Greasemonkey 4.11

nexushoratio commented 1 year ago
Unable to extract license information from the userscript.
{
  "description": "Minor enhancements to LinkedIn. Mostly just hotkeys.",
  "excludes": [],
  "includes": [],
  "matches": [
    "https://www.linkedin.com/*"
  ],
  "name": "LinkedIn Tool",
  "namespace": "dalgoda@gmail.com",
  "resources": {
    "w2uiCss": {
      "name": "w2uiCss",
      "mimetype": "text/css; charset=utf-8",
      "url": ""
    }
  },
  "runAt": "end",
  "uuid": "c8ee39fc-15ab-4af1-8209-eeb6e6f9b5e5",
  "version": "5.24"
}
---