Releases: magicoflolis/Userscript-Plus
Releases · magicoflolis/Userscript-Plus
v4.11.19
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
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
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
What's New
Web extension versions will be added later.
- UI improvements
- Code improvements
- Bug fixes
v3.8.18
What's New
- Added blacklist to config
- Added Firefox and Chrome releases (work in progress)
- Bug fixes
v3.7.17
What's New
- Added ability to reset config
v3.7.16
What's New
- Hot fix for certain websites
v3.7.15
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
What's New
- Added Open UserJS
- Added settings page.
- Added mobile bookmarklet
- Bug fixes