Welcome Guest ( Log In | Register )

291 Pages V « < 108 109 110 111 112 > »   
Reply to this topicStart new topic
> HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd)

 
post Jul 20 2015, 23:02
Post #2181
Mazram



Newcomer
*
Group: Recruits
Posts: 15
Joined: 7-April 09
Level 286 (Godslayer)


ok thank you. i will then asume the script is allowed
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 30 2015, 00:23
Post #2182
generaldoom



Casual Poster
***
Group: Members
Posts: 114
Joined: 15-January 15
Level 355 (Godslayer)


nice thread
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 30 2015, 01:11
Post #2183
tatarime



2016年12月208日
******
Group: Gold Star Club
Posts: 802
Joined: 23-June 10
Level 500 (Godslayer)


I wrote "Energy Drink confirmer" script.
This script show popup "Are you sure you want to use Energy Drink ?".
Attached File  HV___Energy_Drink_confirmer.user.zip ( 515bytes ) Number of downloads: 56


This post has been edited by tatarime: Jul 30 2015, 01:11
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 3 2015, 07:35
Post #2184
djackallstar



ดีjackallstar
**********
Group: Gold Star Club
Posts: 8,211
Joined: 23-July 14
Level 500 (Godslayer)


QUOTE(tatarime @ Jul 20 2015, 10:14) *

I wrote "2-pane Moogle Mail" script.
I am a beginner, so I always welcome your kind donations.

[attachembed=67441]
[attachembed=67442]

Attached File  HV___2_Pane_Moogle.user.zip ( 2k ) Number of downloads: 70


I like your script! (IMG:[invalid] style_emoticons/default/smile.gif)
Is it possible to make the script automatially remove the iFrame and restore the original space of mails after clicking the "CLOSE" button in the mail in the iFrame?
Because if the iFrame is still there, I can only see 50% of the mails on the screen, and dragging the scrollbar is not very convenient.

This post has been edited by djackallstar: Aug 3 2015, 07:37
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 4 2015, 11:17
Post #2185
tatarime



2016年12月208日
******
Group: Gold Star Club
Posts: 802
Joined: 23-June 10
Level 500 (Godslayer)


QUOTE(djackallstar @ Aug 3 2015, 07:35) *

I like your script! (IMG:[invalid] style_emoticons/default/smile.gif)
Is it possible to make the script automatially remove the iFrame and restore the original space of mails after clicking the "CLOSE" button in the mail in the iFrame?
Because if the iFrame is still there, I can only see 50% of the mails on the screen, and dragging the scrollbar is not very convenient.


Thank you for using my script!
I've updated "2-pane Moogle Mail" script.
Attached File  HV___2_Pane_Moogle.user.zip ( 2.23k ) Number of downloads: 82
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 4 2015, 12:24
Post #2186
chjj30



🦘跳海魔女🧙王世坚🌊
***********
Group: Catgirl Camarilla
Posts: 10,851
Joined: 5-January 14
Level 500 (Ponyslayer)


QUOTE(tatarime @ Aug 4 2015, 17:17) *

Thank you for using my script!
I've updated "2-pane Moogle Mail" script.
Attached File  HV___2_Pane_Moogle.user.zip ( 2.23k ) Number of downloads: 82



Wonderful Script! I sent a small gift to you because I'm not rich, but I hope that you'll accept it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 6 2015, 22:04
Post #2187
boulay



Noob
********
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11
Level 500 (Godslayer)


Posting a new version here, the other one had some unwanted effects ^^

Attached File  HV_Battle_Compact.css ( 6.75k ) Number of downloads: 112

Attached File  HV_Battle_Compact_Chrome.zip ( 1.48k ) Number of downloads: 64

This Modifies the battle interface to reduce used space. Should be nice for multitasking and, even if it was not intended at first, mobile playing...

I fixed some derps while I was at it:
- the item panel was relocated to make the use more efficient
- the training level disappearance has been cleared too... (IMG:[invalid] style_emoticons/default/laugh.gif)

Monsters are still disposed like this:
1 2
3 4
5 6
7 8
9 10

Attached Image Attached Image

Script for installing the .css directly, made by djackallstar
CODE
// ==UserScript==
// @name        HV Battle Compact
// @updateURL   about:blank
// @grant       GM_getResourceURL
// @resource    hv_battlecompact http://forums.e-hentai.org/index.php?act=Attach&type=post&id=68301
// @include     http://hentaiverse.org/*
// ==/UserScript==

var cssId = 'hv_battlecompact'
if(!document.getElementById(cssId)) {
    var link = document.createElement('link')
    link.id = cssId
    link.rel = 'stylesheet'
    link.type = 'text/css'
    link.media = 'all'
    link.href = GM_getResourceURL('hv_battlecompact')
    document.head.appendChild(link)
}


This post has been edited by boulay: Aug 6 2015, 22:11
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 7 2015, 00:08
Post #2188
zeh_lp



Custom member title
*******
Group: Members
Posts: 2,033
Joined: 31-January 11
Level 435 (Dovahkiin)


QUOTE(boulay @ Aug 6 2015, 22:04) *

Posting a new version here, the other one had some unwanted effects ^^


OMG I love it (IMG:[invalid] style_emoticons/default/wub.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 9 2015, 17:11
Post #2189
Acer37



Casual Poster
***
Group: Members
Posts: 209
Joined: 19-December 12
Level 384 (Godslayer)


I can't get any scripts to work in Iron. They show up in the extensions and are enabled, but they don't do anything. All I did was download the script zip and then drag the user.js to the extension tab like I have done in fire fox.
I have these same scripts working in fire fox. Any advice would be very helpful.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 10 2015, 05:31
Post #2190
tatarime



2016年12月208日
******
Group: Gold Star Club
Posts: 802
Joined: 23-June 10
Level 500 (Godslayer)


QUOTE(Acer37 @ Aug 9 2015, 17:11) *

I can't get any scripts to work in Iron. They show up in the extensions and are enabled, but they don't do anything. All I did was download the script zip and then drag the user.js to the extension tab like I have done in fire fox.
I have these same scripts working in fire fox. Any advice would be very helpful.


Tampermonkey
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 10 2015, 14:37
Post #2191
jacquelope



Bound bound bounding along
***********
Group: Members
Posts: 10,425
Joined: 28-July 15
Level 483 (Godslayer)


QUOTE(Evil Scorpio @ Apr 21 2012, 10:46) *

Yay, it works now. But there is a problem if you have more than 17 monsters:

(IMG:[i2.lulzimg.com] http://i2.lulzimg.com/e23c2f6760.jpg)

I know this is off topic but if you have more than 17 monsters to face, isn't that already a bit of a problem? (IMG:[invalid] style_emoticons/default/laugh.gif) (IMG:[invalid] style_emoticons/default/ohmy.gif) (IMG:[invalid] style_emoticons/default/laugh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 10 2015, 15:26
Post #2192
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


QUOTE(jacquelope @ Aug 10 2015, 22:37) *

I know this is off topic but if you have more than 17 monsters to face, isn't that already a bit of a problem? (IMG:[invalid] style_emoticons/default/laugh.gif) (IMG:[invalid] style_emoticons/default/ohmy.gif) (IMG:[invalid] style_emoticons/default/laugh.gif)


that comment was meant for a monster lab script. Also you quoted a 3 year-old post.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 12 2015, 14:23
Post #2193
Dead-ed



Niten = 我が両刀に断てぬもの無し。
********
Group: Members
Posts: 3,577
Joined: 4-March 14
Level 500 (Godslayer)


Excuse me,
is there any script which is able to highlight certain keywords on the screen automatically?
Say, i input some monster names to the script as a list & so on.
I'll give 200k as incentive, yeah it's small due to my bad finance & priorities.

This post has been edited by Dead-ed: Aug 12 2015, 15:30
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 12 2015, 22:43
Post #2194
tatarime



2016年12月208日
******
Group: Gold Star Club
Posts: 802
Joined: 23-June 10
Level 500 (Godslayer)


QUOTE(Dead-ed @ Aug 12 2015, 14:23) *

Excuse me,
is there any script which is able to highlight certain keywords on the screen automatically?
Say, i input some monster names to the script as a list & so on.
I'll give 200k as incentive, yeah it's small due to my bad finance & priorities.

Here you are.
Config: Alt + W
Attached File  HV___Keyword_Highlighter.user.zip ( 1.66k ) Number of downloads: 56
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 12 2015, 22:51
Post #2195
Dead-ed



Niten = 我が両刀に断てぬもの無し。
********
Group: Members
Posts: 3,577
Joined: 4-March 14
Level 500 (Godslayer)


QUOTE(tatarime @ Aug 12 2015, 13:43) *

Here you are.
Config: Alt + W
Attached File  HV___Keyword_Highlighter.user.zip ( 1.66k ) Number of downloads: 56


thanks, sending the reward asap.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 16 2015, 02:08
Post #2196
VriskaSerket



Veteran Poster
********
Group: Catgirl Camarilla
Posts: 4,118
Joined: 27-December 08
Level 500 (Godslayer)


QUOTE(VriskaSerket @ Jun 20 2013, 11:18) *

Attached File  HV___MonsterLab_BabySitter.user.zip ( 1.51k ) Number of downloads: 501
(food+pills+crystals for all)
Attached File  HV___MonsterLab_BabySitter__lite_.user.zip ( 899bytes ) Number of downloads: 400
(only food+pills.)
Attached File  HV___MonsterLab_BabySitter__bad_Santa_.user.zip ( 1.02k ) Number of downloads: 165
(only food+pills only for good(set min PL by G) and not dead(no red bars) monsters )

for chrome @ 21.08.13
Attached File  HV_MonsterLab_BabySitter.zip ( 3.36k ) Number of downloads: 395
(all versions)

Updated for 0.83
-moved gift stat code to main ml page.
-removed restoring morale by crystals feature.
-still feeding with food(not overfeeding) and pills.
Attached File  HV___MonsterLab_BabySitter.user.js.zip ( 1.51k ) Number of downloads: 124

How to use: press "f" to feed them all with food and pills

Attached Image
================
for old chrome versions replace ".click()" with ".onclick()"
================
if you want only gift stat feature use this instead

CODE

// ==UserScript==
// @name HV - MonsterLab BabySitter
// @match http://hentaiverse.org/?s=Bazaar&ss=ml
// @run-at         document-end
// @version 1.83
// ==/UserScript==

    var gifts = null;
    var mb = document.getElementById("messagebox");
    if (mb!=null) {
        gifts = mb.outerHTML.match(/Received.*?\./g);
    }
    if (gifts!=null) {
        gifts.sort();
        gifts2 = [];
        j = 0;
        gifts2[j] = [];
        gifts2[j][0]='total: ';
        gifts2[j][1]=gifts.length;
        for (var i=0; i < gifts.length; i++) {
            if (gifts2[j][0] == gifts[i]) {
                gifts2[j][1]++;
            }
            else {
                j++;
                gifts2[j] = [];
                gifts2[j][0]=gifts[i];
                gifts2[j][1]=1;
            }
        }
        
        var giftstext = '<div id="messagebox" style="height:500px; font-size:14pt"> ';
        for (var i=0; i < gifts2.length; i++) {
           giftstext += (gifts2[i][0]+' x'+gifts2[i][1]+'<br>');
        }
        giftstext += ' </div>';
        var mb = document.getElementById("messagebox");
        if (mb == null){
            mb = document.createElement("div");
            document.body.appendChild(mb);
        }
        mb.outerHTML = giftstext;
    }


This post has been edited by VriskaSerket: Nov 2 2015, 11:05
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 16 2015, 06:40
Post #2197
Void Domain



Active Poster
*******
Group: Catgirl Camarilla
Posts: 2,131
Joined: 30-May 10
Level 500 (Godslayer)


QUOTE(VriskaSerket @ Aug 16 2015, 08:08) *

-removed restoring morale by crystals feature.

Why remove this? So now I have to morale them manually? (IMG:[invalid] style_emoticons/default/huh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 16 2015, 08:04
Post #2198
VriskaSerket



Veteran Poster
********
Group: Catgirl Camarilla
Posts: 4,118
Joined: 27-December 08
Level 500 (Godslayer)


QUOTE(Void Domain @ Aug 16 2015, 04:40) *

Why remove this? So now I have to morale them manually? (IMG:[invalid] style_emoticons/default/huh.gif)

O_o someone actually used that? why? pills always was cheaper than crystals.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 16 2015, 09:27
Post #2199
Void Domain



Active Poster
*******
Group: Catgirl Camarilla
Posts: 2,131
Joined: 30-May 10
Level 500 (Godslayer)


QUOTE(VriskaSerket @ Aug 16 2015, 14:04) *

O_o someone actually used that? why? pills always was cheaper than crystals.

I am just slowly feeding my low pl mobs to 1000 (IMG:[invalid] style_emoticons/default/laugh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 16 2015, 12:54
Post #2200
VriskaSerket



Veteran Poster
********
Group: Catgirl Camarilla
Posts: 4,118
Joined: 27-December 08
Level 500 (Godslayer)


QUOTE(Void Domain @ Aug 16 2015, 07:27) *

I am just slowly feeding my low pl mobs to 1000 (IMG:[invalid] style_emoticons/default/laugh.gif)

well, sorry, but that script wasnt designed for that .)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


291 Pages V « < 108 109 110 111 112 > » 
Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 16th January 2025 - 07:10