Skip to content

Releases: magicoflolis/Userscript-Plus

v4.11.19

30 Jan 03:01
56ac5f2

Choose a tag to compare

Changes

IMPORTANT:

Some options in the config have been renamed, to remove previously saved config names: Settings > Reset > Save

  • Improved CSS
  • Improved some parts of the UI
  • Ratings now have color
  • Reduced the size of the counter (this may be changed in the future)
  • Improved all counters designs

Fixes

  • Fixed "Filter out other languages"

Known Issues

  • Install buttons will take up a lot of space for devices with a max-width of 800px

v4.10.19

25 Jan 04:08
a5c4a55

Choose a tag to compare

Changes

  • Improved CSS
  • Improved UI
  • Improved SVGs
  • Renamed "Search" to "Filter", replaced its SVG with a new filter SVG.
  • Added a new "Search" button, this will allow users to search for different UserJS from different webpages

Examples:

" * " => All sites
youtube.com => Finds all UserJS for youtube.com

Fixes

  • Fixed Bookmarklet version

v3.10.19

13 Jan 03:38
1f36117

Choose a tag to compare

Whats New

Web extension versions will be added later.

  • Added detailed descriptions to some functions
  • Added SVG to "Install" buttons
  • Added a minimize button
  • Changed close button "X" to delete/remove the list from the webpage
  • Changed runat injection to document-start (previous was document-end)
  • Changed/improved injection method on webpages that don't support attachShadow()
  • Changed/improved CSS
  • Changed/improved list timeout
  • Changed list timeout to be halved when on a blacklisted webpage
  • Minor bug fixes

v3.9.18

24 Nov 22:04
e9ab944

Choose a tag to compare

What's New

Web extension versions will be added later.

  • UI improvements
  • Code improvements
  • Bug fixes

v3.8.18

23 Oct 23:45
b8233cb

Choose a tag to compare

What's New

  • Added blacklist to config
  • Added Firefox and Chrome releases (work in progress)
  • Bug fixes

v3.7.17

22 Oct 21:10
b8233cb

Choose a tag to compare

What's New

  • Added ability to reset config

v3.7.16

22 Oct 20:47
51ddd11

Choose a tag to compare

What's New

  • Hot fix for certain websites

v3.7.15

22 Oct 19:44
f3f43e5

Choose a tag to compare

What's New

  • Added search engines: GitHub, Gist (GitHub)
  • Added ability to config how long counter stays open.
  • Added ability to have config sync with current user script manager and webpage. ("Sync with GM" translation is WIP )
  • Improved counters
  • Bug fixes
  • [ WIP ] Changed UserJS exclude handling (ability to add custom excludes soon), can be changed by manually editing this UserJS
blacklist: [
    {
      enabled: true,
      regex: true,
      flags: '',
      name: 'Default 1',
      url: '(gov|cart|checkout|login|join|signin|signup|sign-up|password|reset|password_reset)',
    },
    {
      enabled: true,
      regex: true,
      flags: '',
      name: 'Default 2',
      url: '(pay|bank|money|localhost|authorize|checkout|bill|wallet|router)',
    },
  ]

Legacy build found here

v3.6.15

02 Oct 01:40
f3f43e5

Choose a tag to compare

What's New

  • Added Open UserJS
  • Added settings page.
  • Added mobile bookmarklet
  • Bug fixes

v3.5.15

30 Sep 01:32
29d4d70

Choose a tag to compare

What's New

  • Complete overhaul
  • Legacy / previous build found here