Skip to content

Commit 3b7709b

Browse files
committed
Merge branch 'master' of https://github.com/hoothin/UserScripts
2 parents 23014da + a4a6a8d commit 3b7709b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Picviewer CE+/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919

2020
Recommended similar plugins: [Imagus](https://chromewebstore.google.com/detail/imagus/immpkjjlgappgfkkfieppnmlhakdmaab) - [Hover-zoom+](https://chromewebstore.google.com/detail/hover-zoom+/pccckmaobkjjboncdfnnofkonhgpceea) - [Mouseover Popup Image Viewer](https://greasyfork.org/scripts/394820)
2121

22-
## 🚀 Quick Start
22+
## Quick Start
2323

24-
Install from [Github](https://hoothin.github.io/UserScripts/Picviewer%20CE+/Picviewer%20CE+.user.js) or [Greasefork](https://greasyfork.org/scripts/24204-picviewer-ce).
24+
Install from [Github📥](https://hoothin.github.io/UserScripts/Picviewer%20CE+/dist.user.js) or [Greasefork📥](https://greasyfork.org/scripts/24204-picviewer-ce).
2525

2626
Hover your mouse over any image and click the icons on the float bar.
2727

2828
Press `CTRL + G` to quickly enter the gallery. Hold `CTRL` to view a larger picture when hovering over images or links.
2929

3030
There are additional settings available in the "Picviewer CE+ config" for further customization. Currently, reviewing these settings is the best way to learn about the script's capabilities. Try exploring more functions on your own!
3131

32-
## 🤝 Contribution & Support
32+
## Contribution & Support
3333

3434
If you are glad to assist with the translation, please ✍️[edit this file](https://github.com/hoothin/UserScripts/edit/master/Picviewer%20CE%2B/pvcep_lang.js#L1). It will be beneficial for individuals who speak the same language as you do. Thank you for your help.
3535

@@ -47,7 +47,7 @@ If you are glad to assist with the translation, please ✍️[edit this file](ht
4747

4848
*Need more rules for peculiar sites? feel free to pull requests or open issues.*
4949

50-
## PDF Addon
50+
## PDF Addon
5151
Picviewer CE+ [PDF Addon](https://greasyfork.org/scripts/498445-picviewer-ce-pdf-addon). After installing this addon, when the `Compress to ZIP` feature is enabled, a PDF file will be generated instead of a ZIP file during the packaging process.
5252
<details>
5353
<summary>Make a PDF e-book with this addon</summary>
@@ -62,7 +62,7 @@ Picviewer CE+ [PDF Addon](https://greasyfork.org/scripts/498445-picviewer-ce-pdf
6262
This way, you'll get a beautifully created PDF e-book.
6363
</details>
6464

65-
## 🔧 Custom [Rules Example](pvcep_rules.js):
65+
## Custom [Rules Example](pvcep_rules.js):
6666
**💝 Buy me a coffee with [Ko-fi](https://ko-fi.com/hoothin) or [愛發電](https://afdian.com/a/hoothin) to keep my scripts always up to date.**
6767

6868
<a href="https://github.com/hoothin/UserScripts/raw/master/Picviewer%20CE%2B/customRule.png"><img src="customRule.png" height="100"></a>

Picviewer CE+/dist.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
// @grant GM.registerMenuCommand
4646
// @grant GM.notification
4747
// @grant unsafeWindow
48-
// @require https://update.greasyfork.org/scripts/6158/23710/GM_config%20CN.js
49-
// @require https://update.greasyfork.org/scripts/438080/1655629/pvcep_rules.js
50-
// @require https://update.greasyfork.org/scripts/440698/1653424/pvcep_lang.js
48+
// @require http://hoothin.github.io/UserScripts/Picviewer%20CE%2B/GM_config%20CN.js?v=1757208217
49+
// @require http://hoothin.github.io/UserScripts/Picviewer%20CE%2B/pvcep_rules.js?v=1757208217
50+
// @require http://hoothin.github.io/UserScripts/Picviewer%20CE%2B/pvcep_lang.js?v=1757208217
5151
// @match *://*/*
5252
// @exclude http://www.toodledo.com/tasks/*
5353
// @exclude http*://maps.google.com*/*

0 commit comments

Comments
 (0)