Skip to content

Commit 3697115

Browse files
committed
UserJS v7.6.0
Signed-off-by: Magic <magicoflolis@tuta.io>
1 parent 50dbc98 commit 3697115

25 files changed

Lines changed: 1838 additions & 1464 deletions

CHANGELOG.user.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## v7.6.0
4+
5+
* New feature, `Preview Metadata` - same as `Preview Code` but loads userscripts metadata head
6+
* Config changes, moved `codePreview` value to `preview: code`, recommended resetting your config to clear any old/unused settings.
7+
* If you had `Preview Code` enabled, you will need to re-enable it
8+
* When `Preview Metadata` and `Preview Code` are both enabled, it will display the entire userscript
9+
* Icon changes, svgs are now from [fontawesome.com](fontawesome.com)
10+
* Search engines have been moved to the `Search Engines` section
11+
* Improved mobile UI
12+
* Improved userscript parsing
13+
* Improved load times - added custom event to handle async item changes
14+
* Improved GitHub engine
15+
* Number of stars for a repo = daily installs
16+
* Number of watchers for a repo = good rating
17+
* Cleanup old css
18+
* Minor bug fixes
19+
20+
**Known Issues:**
21+
22+
* Enabling a engine requires the page to be reloaded, while disabling a engine does not.
23+
* This is caused by the cache system.
24+
* SVG elements don't load on every webpage, _can be blocked by the page, external scripts, or web extensions._
25+
* If an item changes after the list is sorted, the sorting won't be updated
26+
27+
**TODO:**
28+
29+
* Finish translations.
30+
* Finish blacklist section.
31+
32+
---
33+
334
## v7.5.0
435

536
* Merged https://github.com/magicoflolis/Userscript-Plus/pull/64

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
[![Badge Issues](https://img.shields.io/github/issues/magicoflolis/Userscript-Plus?style=flat-square)](https://github.com/magicoflolis/Userscript-Plus/issues)
33
[![Badge Greasy Fork](https://img.shields.io/greasyfork/dt/421603?style=flat-square)](https://greasyfork.org/scripts/421603)
44
[![Badge Stars](https://img.shields.io/github/stars/magicoflolis/Userscript-Plus?style=flat-square)](https://github.com/magicoflolis/Userscript-Plus/stargazers)
5-
[![UserScript](https://img.shields.io/badge/Userscript-Download-brightgreen.svg?style=flat-square&label=Greasy+Fork&logo=javascript&logoColor=white)](https://greasyfork.org/scripts/421603)
6-
[![UserScript](https://img.shields.io/badge/Userscript-Download-brightgreen.svg?style=flat-square&label=GitHub+Repo&logo=javascript&logoColor=white)](https://github.com/magicoflolis/Userscript-Plus/blob/master/dist/magic-userjs.user.js?raw=1)
75

86
---
97

10-
<h1 align="center">
8+
<center>
9+
<h1>
1110
<sub>
1211
<img src="https://raw.githubusercontent.com/magicoflolis/Userscript-Plus/9aa3abea2e6d5caadf051edc9790657da91a1358/src/img/greasyfork.svg" height="38" width="38">
1312
</sub>
1413
Magic Userscript+
1514
</h1>
15+
</center>
1616

1717
*A complete rewrite of [Userscript+ : Show Site All UserJS](https://github.com/jae-jae/Userscript-Plus)*
1818

UserJS.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.5.0",
2+
"version": "7.6.0",
33
"name": "Magic Userscript+ : Show Site All UserJS",
44
"description": "Finds available userscripts for the current webpage.",
55
"author": "Magic <magicoflolis@tuta.io>",

dist/magic-userjs.meta.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)