Don't get me wrong I love the fact that we have them. It's just that it slows my PC down more than I'd like to admit.
I was hoping to be able to do this so I could speed up the process of transferring gear using the website. I have tried multiple Add Ons for Chrome, such as Image Blocker, Flash Blocker and the like but can't seem to find a solution.
Any suggestions would be much appreciated.
-
This is kind of a hackish way to do it, but it works for me. If you have developer tools enabled on Chrome, right click on the 3d rendering and choose "Inspect Element." Don't get intimidated by what appears if you're not familiar with web technology. Just look for an item that starts with: [quote]<div class="character3DWrap character_Hunter">[/quote] (or whatever the character type is) Click on that, and in the righthand pane make sure you're in the "Styles" tab, then add the following to [i]element.style[/i]: [quote]display: none;[/quote] As soon as I did that my computer stopped cooking while the page was up. But you have to do this each time you load the page, or build an override into your user agent stylesheet if you know how.