vite-userscript-plugin

⚡️ A Vite plugin to build userscripts for Tampermonkey, Greasemonkey and Violentmonkey.

MIT License

Stars
42
Committers
1

Bot releases are visible (Hide)

vite-userscript-plugin - 1.11.0

Published by crashmax-dev about 1 month ago

⚠️ Breaking changes:

Before:

import './style.css' // currently not working

After:

import style from './style.css?raw'

// adds the given style to the document and returns the injected style element
const styleElement = GM_addStyle(style)

// you can remove the style element
styleElement.remove()

Full Changelog: https://github.com/greasify/vite-userscript-plugin/compare/1.10.0...1.11.0

vite-userscript-plugin - 1.10.0 Latest Release

Published by crashmax-dev over 1 year ago

What's Changed

Full Changelog: https://github.com/crashmax-dev/vite-userscript-plugin/compare/1.9.2...1.10.0

vite-userscript-plugin - 1.9.2

Published by crashmax-dev over 1 year ago

vite-userscript-plugin - 1.9.1

Published by crashmax-dev over 1 year ago

vite-userscript-plugin - 1.9.0

Published by crashmax-dev over 1 year ago

What's Changed

Full Changelog: https://github.com/crashmax-dev/vite-userscript-plugin/compare/1.8.0...1.9.0

vite-userscript-plugin - 1.8.0

Published by crashmax-dev over 1 year ago

vite-userscript-plugin - 1.6.6

Published by crashmax-dev almost 2 years ago

vite-userscript-plugin - 1.6.5

Published by crashmax-dev almost 2 years ago

What's Changed

  • chore: bump dependencies
  • chore(types): update violentmonkey

Full Changelog: https://github.com/crashmax-dev/vite-userscript-plugin/compare/1.6.4...1.6.5

vite-userscript-plugin - 1.6.4

Published by crashmax-dev almost 2 years ago

vite-userscript-plugin - 1.6.3

Published by crashmax-dev almost 2 years ago

vite-userscript-plugin - 1.6.2

Published by crashmax-dev almost 2 years ago

What's Changed

  • fix: minify with iife format to remove style modules constants

Full Changelog: https://github.com/crashmax-dev/vite-userscript-plugin/compare/1.6.1...1.6.2

vite-userscript-plugin - 1.6.1

Published by crashmax-dev about 2 years ago

vite-userscript-plugin - 1.6.0

Published by crashmax-dev about 2 years ago

vite-userscript-plugin - 1.5.0

Published by crashmax-dev about 2 years ago

vite-userscript-plugin - 1.4.0

Published by crashmax-dev about 2 years ago

What's Changed

Full Changelog: https://github.com/crashmax-dev/vite-userscript-plugin/compare/1.3.0...1.4.0

vite-userscript-plugin - 1.3.0

Published by crashmax-dev about 2 years ago

vite-userscript-plugin - 1.2.2

Published by crashmax-dev about 2 years ago

vite-userscript-plugin - 1.2.1

Published by crashmax-dev about 2 years ago

vite-userscript-plugin - 1.2.0

Published by crashmax-dev about 2 years ago

What's Changed

Full Changelog: https://github.com/crashmax-dev/vite-userscript-plugin/compare/1.1.2...1.2.0

vite-userscript-plugin - 1.1.2

Published by crashmax-dev about 2 years ago

Badges
Extracted from project README
npm license template