Loading. Please Wait... 
 |
 |
 |
The Official Hentaiverse Chat, Post your random thoughts or theorycrafts about HV |
|
Nov 17 2017, 03:34
|
Superlatanium
Group: Gold Star Club
Posts: 7,661
Joined: 27-November 13

|
QUOTE(Sesshomaru Moon @ Nov 17 2017, 01:04)  It's choppy and slow when I hover over the monsters. You can probably use the Inspector tool to figure out where the bottleneck is, which might give you an idea of what the solution could be.
|
|
|
|
Nov 17 2017, 03:45
|
Honeycat
Group: Catgirl Camarilla
Posts: 61,657
Joined: 25-February 07

|
QUOTE(Superlatanium @ Nov 16 2017, 15:34)  You can probably use the Inspector tool to figure out where the bottleneck is, which might give you an idea of what the solution could be.
I wouldn't know what to look for. (IMG:[ invalid] style_emoticons/default/sad.gif) Hmm, Waterfox is slow, Pale Moon is faster as a browser overall. I went back to it for now. Super, can I use your forum skin script in Tampermonkey? Like, can you use Stylish stuff in Greasemonkey or Tampermonkey?
|
|
|
|
|
 |
|
Nov 17 2017, 03:55
|
Superlatanium
Group: Gold Star Club
Posts: 7,661
Joined: 27-November 13

|
QUOTE(Sesshomaru Moon @ Nov 17 2017, 01:45)  I wouldn't know what to look for. (IMG:[ invalid] style_emoticons/default/sad.gif) I don't either, but you can look at the data and google things. [ developer.mozilla.org] https://developer.mozilla.org/en-US/docs/To...default#TimingsFor example, on a browser you consider to be operating well, you can look at the stats - then you can look at the stats for the same thing in Waterfox (or whatever other browser) and think about what might be causing the difference. Sometimes things are fixable, sometimes they're not, but it's often worth messing around with things for at least a little bit to see if the situation can be improved. QUOTE(Sesshomaru Moon @ Nov 17 2017, 01:45)  Super, can I use your forum skin script in Tampermonkey? Like, can you use Stylish stuff in Greasemonkey or Tampermonkey? Yeah, you just take the CSS text you want and paste it in.
|
|
|
|
|
 |
|
Nov 17 2017, 04:14
|
Honeycat
Group: Catgirl Camarilla
Posts: 61,657
Joined: 25-February 07

|
I meant Boulay's forum skin script. (IMG:[ invalid] style_emoticons/default/rolleyes.gif) QUOTE(Superlatanium @ Nov 16 2017, 15:55)  I don't either, but you can look at the data and google things. [ developer.mozilla.org] https://developer.mozilla.org/en-US/docs/To...default#TimingsAw, I've been doing so much stuff and reading all over the place for info about add-ons and experimenting with different browsers and I'm really tired. When it's all settled, I'll get around to it. I clicked the link and all the stuff in there is really nerdy. I'm becoming learned in the nerdly ways slowly but surely thanks to all this. Something I noticed is that in recent versions of Firefox and also in Chrome, the banners out front are broken and don't rotate. In Waterfox and Pale Moon, they rotate just fine. What's up with that I wonder? This post has been edited by Sesshomaru Moon: Nov 17 2017, 04:16
|
|
|
|
|
 |
|
Nov 17 2017, 04:23
|
Superlatanium
Group: Gold Star Club
Posts: 7,661
Joined: 27-November 13

|
QUOTE(Sesshomaru Moon @ Nov 17 2017, 02:14)  I meant Boulay's forum skin script. (IMG:[ invalid] style_emoticons/default/rolleyes.gif) The answer is the same: just take the CSS you want (from his or from wherever) and paste it into the userscript (probably mine since it's easier).
|
|
|
|
Nov 17 2017, 04:35
|
Honeycat
Group: Catgirl Camarilla
Posts: 61,657
Joined: 25-February 07

|
QUOTE(Superlatanium @ Nov 16 2017, 16:23)  The answer is the same: just take the CSS you want (from his or from wherever) and paste it into the userscript (probably mine since it's easier).
I pasted it in but it's not working. What do I put in the User Settings and Script Settings boxes? Do I have to paste the script below the UserScript stuff that's already in there? Stylish was easy to use, this is weird.
|
|
|
|
|
 |
|
Nov 17 2017, 04:42
|
Superlatanium
Group: Gold Star Club
Posts: 7,661
Joined: 27-November 13

|
https://forums.e-hentai.org/index.php?s=&am...t&p=4987264CODE // ==UserScript== // @name colorchanger // @namespace none // @include https://forums.e-hentai.org/index.php?showtopic=210654* // @version 1 // @grant none // ==/UserScript==
document.head.appendChild(document.createElement('style')).innerHTML = ` .post1 { background: #a8c9ff; } .post2 { background: #a8c9ff; } `; Paste whatever CSS you want into the .post1 and .post2 lines. Use the @include line to specify which pages you want the script to activate on. Use * for wildcard. For example, // @include https://forums.e-hentai.org/QUOTE(Sesshomaru Moon @ Nov 17 2017, 02:35)  I pasted it in but it's not working. What do I put in the User Settings and Script Settings boxes? Just ignore those and paste in the code, it'll get immediately overwritten anyway
|
|
|
|
|
 |
|
Nov 17 2017, 05:11
|
Honeycat
Group: Catgirl Camarilla
Posts: 61,657
Joined: 25-February 07

|
It's not working. I know I'm doing something wrong. Here's the script that he made. QUOTE(boulay @ Nov 9 2017, 01:21)  Here you go, the template:
Ambience_Clear_template.css ( 20.39k )
Number of downloads: 44Should all of that be included in there?
|
|
|
|
Nov 17 2017, 05:57
|
Superlatanium
Group: Gold Star Club
Posts: 7,661
Joined: 27-November 13

|
Works for me:
colorchanger2.txt ( 10.46k )
Number of downloads: 21Is that what yours looks like?
|
|
|
|
Nov 17 2017, 10:47
|
Noni
Group: Catgirl Camarilla
Posts: 13,658
Joined: 19-February 16

|
Please note that we did some moderating/reorganizing. Check this post for detailshave a nice day grinding the Verse! This post has been edited by DJNoni: Nov 17 2017, 10:50
|
|
|
|
Nov 17 2017, 11:04
|
KitsuneAbby
Group: Catgirl Camarilla
Posts: 7,572
Joined: 12-July 14

|
QUOTE(Sesshomaru Moon @ Nov 17 2017, 04:11)  It's not working. I know I'm doing something wrong.
Here's the script that he made. Should all of that be included in there?
If it can help you... I know some players don't want to use Chrome for various reasons, so I might suggest you trying Opera. Opera does support both Tampermonkey and Stylish, and it works pretty neat just as much as Chrome when it comes to e-hentai and HentaiVerse.
|
|
|
|
|
 |
|
Nov 17 2017, 13:23
|
Ass Spanker
Group: Gold Star Club
Posts: 4,245
Joined: 25-July 12

|
QUOTE(decondelite @ Nov 17 2017, 17:04)  If it can help you... I know some players don't want to use Chrome for various reasons, so I might suggest you trying Opera. Opera does support both Tampermonkey and Stylish, and it works pretty neat just as much as Chrome when it comes to e-hentai and HentaiVerse.
A small advice from someone using Opera: Stylish on Opera is shitty. I can't make boulay's CSS work properly with Stylish. Use Stylus instead. AFAIK, Opera and Chrome have the same performance regarding HV t/s and stuff.
|
|
|
|
Nov 17 2017, 13:43
|
KitsuneAbby
Group: Catgirl Camarilla
Posts: 7,572
Joined: 12-July 14

|
What CSS are you talking about? He's released many, and I corrected his Ecchiverse for it to work properly at all.
|
|
|
|
Nov 17 2017, 16:52
|
Ass Spanker
Group: Gold Star Club
Posts: 4,245
Joined: 25-July 12

|
QUOTE(decondelite @ Nov 17 2017, 19:43)  What CSS are you talking about? He's released many, and I corrected his Ecchiverse for it to work properly at all.
I forgot which one lol. Should be either choco forum or deep sea or halloween hv. I remember spending a lot of time trying to make Stylish work then gave up and used Stylus.
|
|
|
|
|
 |
|
Nov 17 2017, 18:12
|
Honeycat
Group: Catgirl Camarilla
Posts: 61,657
Joined: 25-February 07

|
QUOTE(Superlatanium @ Nov 16 2017, 17:57)  Works for me:
colorchanger2.txt ( 10.46k )
Number of downloads: 21Is that what yours looks like? Yay, it worked! It was the header part I was getting wrong. It's working now with the changes you made to the top part. I simply pasted in what I had already changed with the body of the text with my customized forum colors and it's fine now. I'm so grateful for your help, thank you. (IMG:[ invalid] style_emoticons/default/happy.gif)
|
|
|
|
|
 |
|
Nov 18 2017, 12:26
|
Usagi =
Group: Gold Star Club
Posts: 2,923
Joined: 29-October 13

|
Can't believe the venerable ask the experts thread is going away. Even if it will eventually be reborn, it still feels a bit sad.
Even if I haven't post or visited that place in a long time, almost a quarter of my post count comes from that thread.
I'm thinking of PMing some of retired HV veterans about its imminent closing in case they want to post there 1 last time.
This post has been edited by LOL50015: Nov 18 2017, 12:26
|
|
|
|
|
 |
|
Nov 18 2017, 12:41
|
clarkiest
Group: Members
Posts: 1,335
Joined: 28-December 12

|
QUOTE(LOL50015 @ Nov 18 2017, 12:26)  Can't believe the venerable ask the experts thread is going away. Even if it will eventually be reborn, it still feels a bit sad.
Even if I haven't post or visited that place in a long time, almost a quarter of my post count comes from that thread.
I'm thinking of PMing some of retired HV veterans about its imminent closing in case they want to post there 1 last time.
Bleh, gave me surprise there. It's restarted/renewed. It's not gone for good.
|
|
|
|
|
 |
|
Nov 18 2017, 12:52
|
Cleavs
Group: Gold Star Club
Posts: 24,322
Joined: 18-January 07

|
QUOTE(LOL50015 @ Nov 18 2017, 11:26)  Can't believe the venerable ask the experts thread is going away.
i remind you it's for the sake of making its infos easily searchable again. other solutions aren't appliable because the forum structure doesn't allow it. this is the only way, afaik QUOTE(LOL50015 @ Nov 18 2017, 11:26)  I'm thinking of PMing some of retired HV veterans about its imminent closing in case they want to post there 1 last time.
you know it's not a terminal ill, right? it will still have an important place in our museum (IMG:[ invalid] style_emoticons/default/huh.gif)
|
|
|
|
|
 |
|
Nov 18 2017, 14:24
|
Noni
Group: Catgirl Camarilla
Posts: 13,658
Joined: 19-February 16

|
QUOTE(LOL50015 @ Nov 18 2017, 11:26)  I'm thinking of PMing some of retired HV veterans about its imminent closing in case they want to post there 1 last time.
It would be nice to see some of the retired HV veterans here again, though. (IMG:[ invalid] style_emoticons/default/smile.gif)
|
|
|
|
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|