- Due to the lack of cross platform Ripper for vipergirls.to and the official one being no longer maintained,
- this application was created as a personal project of mine to fulfill the old one's tasks.
- Soon after, people were interested in it and i released it to the public.
- This project is built to be a robust and clean replacement of the old one, using modern technologies to
- conveniently download photo galleries from the forum.
- I aim to provide you with a software that is easy to use have a nice and intuitive design and interface.
- The project is currently maintained by me 'theghooost', a member of the vipergirls.to forum, feel free to PM
- if you need anything.
+ Developed by dev-claw and VRipper working group
@@ -50,12 +43,17 @@
If you feel generous and want to support me, you can toss me some coins, and I would be very grateful 🙏
- You can send me donations through paypal to the following email address
+ You can send me donations through the following methods
-
-
+
+
-
dev.vripper@gmail.com
+
+
+
ETH: 0xDdac82B16dC5E3D742fc915ffF583D8548A301cA
+
+
+
BTC: bc1qcqudnkrndwyadsjwrxww42svkf8trnzx3c8vlr
diff --git a/vripper-ui/src/app/about/about-component.scss b/vripper-ui/src/app/about/about-component.scss
index cd6b607..f707011 100644
--- a/vripper-ui/src/app/about/about-component.scss
+++ b/vripper-ui/src/app/about/about-component.scss
@@ -3,11 +3,11 @@
background-image: url('../../assets/v.svg');
}
-.paypal-image {
- width: 64px;
- height: 64px;
+.buymeacoffee-image {
+ width: 170px;
+ height: 37px;
background-size: cover;
- background-image: url('../../assets/paypal.svg');
+ background-image: url('../../assets/buymeacoffee-logo.png');
}
.section {
diff --git a/vripper-ui/src/assets/buymeacoffee-logo.png b/vripper-ui/src/assets/buymeacoffee-logo.png
new file mode 100644
index 0000000..d28f442
Binary files /dev/null and b/vripper-ui/src/assets/buymeacoffee-logo.png differ
diff --git a/vripper-ui/src/environments/environment.prod.ts b/vripper-ui/src/environments/environment.prod.ts
index 9150e9e..324ea05 100644
--- a/vripper-ui/src/environments/environment.prod.ts
+++ b/vripper-ui/src/environments/environment.prod.ts
@@ -2,5 +2,5 @@ export const environment = {
production: true,
localhost: `${window.location.protocol}//${window.location.host}`,
ws: `${window.location.protocol === 'http:' ? 'ws:' : 'wss:'}//${window.location.host}`,
- version: '3.5.4'
+ version: '3.6.0'
};
diff --git a/vripper-ui/src/environments/environment.ts b/vripper-ui/src/environments/environment.ts
index 3a2199e..dd8ebd0 100644
--- a/vripper-ui/src/environments/environment.ts
+++ b/vripper-ui/src/environments/environment.ts
@@ -6,7 +6,7 @@ export const environment = {
production: false,
localhost: 'http://localhost:8080',
ws: 'ws://localhost:8080',
- version: '3.5.4'
+ version: '3.6.0'
};
/*