Welcome Guest ( Log In | Register )

291 Pages V « < 85 86 87 88 > »   
Reply to this topicStart new topic
> HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd)

 
post Oct 5 2014, 04:57
Post #1716
djackallstar



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


A quick question: How to select the area containing pinned threads using only CSS selectors without the help of JS?

(IMG:[i.imgur.com] http://i.imgur.com/iNRdjAx.png)

This post has been edited by djackallstar: Oct 5 2014, 05:02
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 5 2014, 22:42
Post #1717
Razor320



Casual Poster
***
Group: Members
Posts: 220
Joined: 17-October 13
Level 361 (Godslayer)


QUOTE(djackallstar @ Oct 5 2014, 06:57) *

A quick question: How to select the area containing pinned threads using only CSS selectors without the help of JS?

It is impossible. After all CSS is not intended for document parsing.

If you want, you could try to load script at document-start, use mutation events to watch HTML as it parses into DOM structure and apply custom style to this threads before they would be processed by rendering engine.

Edit
Though, you can use css selectors to select n-th child. If you want, for example, to hide pinned threads in some specific forum you could just hide first n children from topics table. Needless to say this solution lacks in flexibility, but will work.

This post has been edited by Razor320: Oct 5 2014, 22:46
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 6 2014, 04:30
Post #1718
djackallstar



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


QUOTE(Razor320 @ Oct 6 2014, 04:42) *

It is impossible. After all CSS is not intended for document parsing.

If you want, you could try to load script at document-start, use mutation events to watch HTML as it parses into DOM structure and apply custom style to this threads before they would be processed by rendering engine.

Edit
Though, you can use css selectors to select n-th child. If you want, for example, to hide pinned threads in some specific forum you could just hide first n children from topics table. Needless to say this solution lacks in flexibility, but will work.

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

 
post Oct 7 2014, 23:19
Post #1719
Gasior



Anti-social suicide (during treatment)
********
Group: Members
Posts: 2,667
Joined: 20-October 10
Level 477 (Godslayer)


Made in free time.

HV Equipment Comparison 0.6.4.0

Attached File  HVEquipCompare_0.6.4.0.zip ( 21.15k ) Number of downloads: 1826


- Update to Wiki Ranges data (26 August 2014)
- Update to HV 0.81
- Added " T " hotkey to calculate approximate base values before forge&iw (not sure about iw part)
-- work only on pages where you can see "Upgrades and Enchantments"
- Now also compares Durability (max Condition)

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

 
post Oct 8 2014, 17:23
Post #1720
tetron



Certified Retard!
*********
Group: Gold Star Club
Posts: 5,583
Joined: 30-July 14
Level 488 (Godslayer)


QUOTE(Gasior @ Oct 8 2014, 02:49) *

Made in free time.

HV Equipment Comparison 0.6.4.0

Attached File  HVEquipCompare_0.6.4.0.zip ( 21.15k ) Number of downloads: 1826


- Update to Wiki Ranges data (26 August 2014)
- Update to HV 0.81
- Added " T " hotkey to calculate approximate base values before forge&iw (not sure about iw part)
-- work only on pages where you can see "Upgrades and Enchantments"
- Now also compares Durability (max Condition)


Pros:
Finally a version that is working with Account Bound equipments.

Cons:
The old .0x points of comparison was better than the new .x points of comparison though.
Many of the new values used for comparison doesn't show correct comparison. (IMG:[invalid] style_emoticons/default/wacko.gif)
Example:

Legendary Shocking Redwood Staff of The Elementalist
Attached ImageAttached Image
Attached Image

This post has been edited by tetron: Oct 8 2014, 17:29
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 8 2014, 19:11
Post #1721
Dan31



Chilling around
********
Group: Members
Posts: 4,399
Joined: 26-March 12
Level 491 (Godslayer)


QUOTE(tetron @ Oct 8 2014, 17:23) *

Many of the new values used for comparison doesn't show correct comparison. (IMG:[invalid] style_emoticons/default/wacko.gif)

For example?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 8 2014, 19:23
Post #1722
tetron



Certified Retard!
*********
Group: Gold Star Club
Posts: 5,583
Joined: 30-July 14
Level 488 (Godslayer)


QUOTE(Dan31 @ Oct 8 2014, 22:41) *

For example?

Nothing sort of particular. The errors are because of the new .x comparison rather than the old .0x comparison.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 8 2014, 21:43
Post #1723
Gasior



Anti-social suicide (during treatment)
********
Group: Members
Posts: 2,667
Joined: 20-October 10
Level 477 (Godslayer)


Change USE_MULTIPLIER to FALSE at the beginning of script.
Then it should show comparison in form you want.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 8 2014, 22:39
Post #1724
tetron



Certified Retard!
*********
Group: Gold Star Club
Posts: 5,583
Joined: 30-July 14
Level 488 (Godslayer)


QUOTE(Gasior @ Oct 9 2014, 01:13) *

Change USE_MULTIPLIER to FALSE at the beginning of script.
Then it should show comparison in form you want.

Exactly what I wanted. Many thanks. Your work is much appreciated. (IMG:[invalid] style_emoticons/default/smile.gif)

This post has been edited by tetron: Oct 8 2014, 22:39
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 9 2014, 08:40
Post #1725
hentai_fusion



Nyo
************
Group: Gold Star Club
Posts: 33,644
Joined: 14-August 09
Level 500 (Ponyslayer)


QUOTE(Gasior @ Oct 8 2014, 05:19) *

Made in free time.

HV Equipment Comparison 0.6.4.0

Attached File  HVEquipCompare_0.6.4.0.zip ( 21.15k ) Number of downloads: 1826


- Update to Wiki Ranges data (26 August 2014)
- Update to HV 0.81
- Added " T " hotkey to calculate approximate base values before forge&iw (not sure about iw part)
-- work only on pages where you can see "Upgrades and Enchantments"
- Now also compares Durability (max Condition)


thx for the update. (IMG:[invalid] style_emoticons/default/biggrin.gif)

but what does USE_MULTIPLIER do? (IMG:[invalid] style_emoticons/default/blink.gif)

and naturally the calculation of pre-forged/IW-ed base values still needs some work.
so if anyone wants to fine-tune the calculation, you can take a look at my semi-forged and IW-ed Peerless Ethereal Oak Staff of Focus.
the Counter-Resist is IW-ed only while the other stats are forged only. no forged+IW-ed stats though.
(IMG:[invalid] style_emoticons/default/duck.gif)


Player Level 368, approximate pre-forged/IW-ed base values:
Attached Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 10 2014, 06:38
Post #1726
Flannel



Newcomer
*
Group: Gold Star Club
Posts: 17
Joined: 13-June 10
Level 389 (Godslayer)


QUOTE(Owyn @ Aug 23 2014, 06:26) *

MouseMelee Lightning++ / HoverPlay 1.8


This script is awesome, thank you so much for sharing it! I'm trying to get both my holy and dark proficiencies up, so I made a quick modification to automatically switch between holy and dark. I hope you don't mind if I share:

simply comment out this line:
CODE
spell = get_first_available_spell(Spell_list, document.getElementById("togpane_magict"));


and replace it with this:
CODE
var Spell_list_holy = ['Smite'];
var Spell_list_dark = ['Corruption'];

if (sessionStorage.nextSpellType === "holy")
    {
        sessionStorage.nextSpellType = "dark";
        spell = get_first_available_spell(Spell_list_holy, document.getElementById("togpane_magict"));
    }
else
    {
        sessionStorage.nextSpellType = "holy";
        spell = get_first_available_spell(Spell_list_dark, document.getElementById("togpane_magict"));
    }


Happy grinding!

This post has been edited by Flannel: Oct 10 2014, 07:46
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 11 2014, 19:54
Post #1727
Cinnac



HV 0.82....there goes sanity
******
Group: Members
Posts: 773
Joined: 11-March 08
Level 380 (Godslayer)


(IMG:https://forums.e-hentai.org/uploads/post-1565778-1412988688.png)

What's the name of the script that displays the expiration countdown of effects as seen in the image above?

(I think this post should go here???)

Edit: Also the red flavor text in the bottom left corner

This post has been edited by Cinnac: Oct 11 2014, 19:56
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 12 2014, 00:14
Post #1728
Dan31



Chilling around
********
Group: Members
Posts: 4,399
Joined: 26-March 12
Level 491 (Godslayer)


QUOTE(Cinnac @ Oct 11 2014, 19:54) *

What's the name of the script that displays the expiration countdown of effects as seen in the image above?

(I think this post should go here???)

Edit: Also the red flavor text in the bottom left corner

HV Stat/HV Stat Slim.

Regarding the red text, I don't know.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 12 2014, 00:41
Post #1729
hitokiri84



Legendary Poster
***********
Group: Gold Star Club
Posts: 10,945
Joined: 24-December 07
Level 496 (Godslayer)


QUOTE(oohmrparis @ Aug 9 2014, 16:08) *

HV counter plus v3.5

Attached File  HV_counter_plus.user.zip ( 1.35k ) Number of downloads: 234


show battleturns and runtimes with popup
't/s' is the number of turns per second(turns / second)

・503 error record reset bug fix
・Run timing became faster(document end → document start)
・Not selected the track item


I can't get this latest version to work in chrome. I am using a significantly older version of chrome, but the previous version of this script worked fine. Anyone else having trouble?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 12 2014, 03:38
Post #1730
oohmrparis



We are ping-pong player
*****
Group: Gold Star Club
Posts: 524
Joined: 18-June 13
Level 500 (Ponyslayer)


QUOTE(hitokiri84 @ Oct 12 2014, 00:41) *

I can't get this latest version to work in chrome. I am using a significantly older version of chrome, but the previous version of this script worked fine. Anyone else having trouble?

Possibly the cord may not support an old version.
It may work if you renew it.

document-start → document-end
DOMContentLoaded → load

But it is the best to update a browser because it becomes faster.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 12 2014, 05:55
Post #1731
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


QUOTE(Cinnac @ Oct 12 2014, 01:54) *
(IMG:https://forums.e-hentai.org/uploads/post-1565778-1412988688.png)

What's the name of the script that displays the expiration countdown of effects as seen in the image above?

(I think this post should go here???)

Edit: Also the red flavor text in the bottom left corner

Cooldown effects:
HV Stat Slim [author:oohmrparis] (enemy status effects)
HV Cooldown [author:holy_demon] (quickbar spell cooldown)

Proficiency tracker:
HV Proficiency View [author:oohmrparis] (red texts indicates maxed prof)

BTW, the Proficiency View needs you to view the character page in custom font at least once to properly parse your current prof. So if you really want to use that script, change your font setting here (I personally use font-family Verdana, size 9, vertical adjust -4)
Then press the n key (unavailable in Lite version) and click at the Reset text on the popup.

BTW, you can append this code to prevent the popup from appearing in MoogleMail.
CODE
// @exclude     http://hentaiverse.org/?s=Bazaar&ss=mm*
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 12 2014, 08:12
Post #1732
hitokiri84



Legendary Poster
***********
Group: Gold Star Club
Posts: 10,945
Joined: 24-December 07
Level 496 (Godslayer)


QUOTE(oohmrparis @ Oct 11 2014, 20:38) *

Possibly the cord may not support an old version.
It may work if you renew it.

document-start → document-end
DOMContentLoaded → load

But it is the best to update a browser because it becomes faster.

I use an old version because it's much faster than new versions. Chrome is a bloated cow like Firefox now.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 12 2014, 11:00
Post #1733
hentai_fusion



Nyo
************
Group: Gold Star Club
Posts: 33,644
Joined: 14-August 09
Level 500 (Ponyslayer)


try using Iron portable for HV.

so far i have 4 web browsers on my laptop, each serving a specific purpose. (IMG:[invalid] style_emoticons/default/biggrin.gif)

internet explorer - web development only
firefox - normal web page browsing (with add-ons)
chrome - video streaming, flash and java intensive web pages.
iron - HV only



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

 
post Oct 12 2014, 16:37
Post #1734
holy_demon



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


https://forums.e-hentai.org/index.php?s=&am...t&p=3562056

bugfix of HV Cooldown

Attached File  HVCooldown_1.1.1.user.zip ( 1.41k ) Number of downloads: 74
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 12 2014, 18:23
Post #1735
hitokiri84



Legendary Poster
***********
Group: Gold Star Club
Posts: 10,945
Joined: 24-December 07
Level 496 (Godslayer)


QUOTE(hentai_fusion @ Oct 12 2014, 04:00) *

try using Iron portable for HV.

so far i have 4 web browsers on my laptop, each serving a specific purpose. (IMG:[invalid] style_emoticons/default/biggrin.gif)

internet explorer - web development only
firefox - normal web page browsing (with add-ons)
chrome - video streaming, flash and java intensive web pages.
iron - HV only

Thanks. Iron portable seems to be a little slower after installing my scripts. The HV counter plus v3.5 script does work with it, though I'd rather take the faster play.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


291 Pages V « < 85 86 87 88 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 22nd September 2025 - 06:47