AliExpress now requires login just to view item pages

Bart says it best

I concur. Between that, and the incessant new user coupon overlay on every screen, I’ve stopped casually browsing on AX.

Even worse, I’ve found that in the past, the site would shunt you to an login page that wasn’t secured.

+1. I hate the coupon pop-ups on every single page; they make you want to punch someone. However, I no longer see these, so perhaps I managed to disable exactly the right script or got lucky somehow [crosses fingers].

I also despise the nearly universal trend to now place floating button bars along the side of every page. They are constantly in the way of reading and cannot be disabled unless you’re a javascript wizard. I don’t understand why stores now insist upon having them. I’ve even had at least one occasion where I could not click a checkout button because the floaty bar was in the way! Stop the floaties!

Wow, I’m going to keep a better lookout for that, as I suspect that I’ve recently been letting my guard down about checking for that.

Kill Sticky is a weapon I’ve long relied on to handle them.

Sofirn has an ebay store. I just got SF11, SF34, SP33 and D25 headlamp, all 4 for $60, and I didn’t wait for a month to get them

Thanks! I don’t keep a bookmarks bar exposed anymore, but I’ll some way to keep it handy. I was sure that there was likely some script in greasemonkey or something to do this, but had never looked into it and a bookmarklet is a nice solution.

I came up with an initial solution for Kill Stickies that might suit my needs (see follow-up). I added an extension to my browser (Firefox) called Custom Style Script that allows per page javascript or CSS code and offers a toolbar button to switch it on or off.

I then went into the Custom Style Script settings and entered the following in section III. Code:

URL=
*

Javascript=
var i, elements = document.querySelectorAll('body *');

for (i = 0; i < elements.length; i++) {
if (getComputedStyle(elements[i]).position === 'fixed') {
elements[i].parentNode.removeChild(elements[i]);
}
}

Or if you'd like to see the stickies for a few seconds before they disappear, then:

Javascript=

setTimeout(function(){
var i, elements = document.querySelectorAll('body *');

for (i = 0; i < elements.length; i++) {
if (getComputedStyle(elements[i]).position === 'fixed') {
elements[i].parentNode.removeChild(elements[i]);
}
}
}, 5000);

Where "5000" is the delay in milliseconds.


I then pressed the "+" bar to add it to the database and all floaties/stickies seem to be removed so far. They do appear for a few milliseconds upon page load even with zero delay, but they quickly disappear as I'm sure that the custom script is run after the page loads. If I want the floaties to come back, I simply click the toolbar button, click the "power" button for the extension, and refresh that page and any others.

Not having stickies may cause navigation problems, but I don't want to have to run a bookmarklet every single time I load a page at AliExpress or elsewhere. We'll see how it goes.

Yes, Greasemonkey is a far more capable solution, but it's much larger and likely slower than Custom Style Script. Use whichever you prefer or is available in your browser.

After some testing, I should warn that you probably don’t want the “full time” fixed element blocker that I posted above, because it also breaks any site where the header “becomes” fixed (sticky) after you scroll down. The header will remain available after loading the page, but if you scroll down it becomes fixed and the Kill Stickies code then removes it. The header does not return even after scrolling back to the top of the page, so you can only use the Kill Stickies code temporarily or it will break many sites, including YouTube.

Sorry to say but I hate the way stickies are used. They stick stupid search bars and shite in many many sites, taking up screen space like illegal squatters. My screen is to view content, to be useable, available and useful. Just a decade ago there were no stickies at all (!) and everything worked nicely. Now large heaps of screen space are squandered in many badly designed sites, especially in landscape mode which I use a lot with my smartphone (mostly because I can comfortably use the keyboard while in landscape, and it is more natural anyway). I don't need stupid sticky squatter bars like in G00gl€ $earch, Youtube, AliExpress, also Facebook places me a supersized sticky because I am not registered just to read some crap… it's freaking stupid dumbass. :-|

On the bright side, think about stickies just like frames.

Every idiot wanted to (mis)use them for everything, to the point where hitting the web was an infuriating experience, until they just died out when the next even more idiotic new thing came into vogue.

No need for complicated JS/CSS injection!

An easier way to filter unwanted web content is offered by µblock origin (extension for Firefox, Chrome/Chromium browsers), it’s easy to “right-click > Block element…” the annoying thingies in a web page

Also works great for facebook “sign up to see the rest of the page or die” crap!

I never had issues with viewing item pages, in my case Aliexpress has preiods when they require me to log in to search products. It’s happening right now, I cannot search anything, clicking the search button redirects me to the login page. So annoying!

Well, then it is my will for all unneeded and unwanted stickies to die out, which in my wise opinion is nearly all of them. So be it, now.

Yes, but in my experience uBO only removes the element temporarily and does not “remember” to block each zapped element. I’ve used uBO since it was split from uBlock and would like it to remember zapped elements, so please correct me if I’m using it wrong :slight_smile: .

Yes, the sticky trend has reminded many of us of the whole Frames/iFrames fiasco and I cannot fathom how the website designers thought floaty, sticky elements would be a good idea after the historical hatred for frames.

Good to see I’m not the only one who hates these things. On some sites, they simply pop up an arrow in the lower-right corner that returns you to the top of the page. This may be somewhat useful on devices without keyboard shortcuts to return to the top, but even this rather “tasteful” sticky sometimes gets in the way, especially on screens with less real estate. What insane person would need full-time links to Pinterest, Facebook, Twitter, and Russian Facebook (why did they try to copy Facebook so obviously?) as they scroll down an AX item page?

Oh, and I would /accept/ a compromise where the “X” button on AliExpress’es side sticky actually closed the entire sticky and this choice was saved as part of the site cookie and restored on all future pages. While I’m dreaming, I’d also like a pony and a billion dollars.

Okay, uBlock Origin does have a feature to permanently filter specific elements from a site, but I may not be able to explain how to use it.

Using the AliExpress "side" sticky as an example, you click on the eye dropper (element picker) tool in the uBO panel, hover the mouse over the sticky until the entire sticky area is highlighted, and finally press "Create".

Or you can go into the uBlock Origin Dashboard (settings) panel, go to the My Filter tab, and enter the following into the test area:

! 11/10/2019 https://www.aliexpress.com
www.aliexpress.com##.product-fix-wrap

Then press the "Apply changes" button.


Unfortunately, this process must be done for every element on every site that you wish to block and mobile devices are simply out of luck and must tolerate whatever nonsense the web developers foist upon them.

While not entirely true, true it is that mobile (Android) application development is in many aspects just plain retarded. I myself am still using certain version of the Chrome browser, and I have tried many others but they're not yet there because this, that or the other.

XDA Developers is a good place to inquire or raise a question concerning the development of some new interesting Android software. Just saw the forum's front page, with all these new extra-tall or extra-wide smartphone dumbarsephone models. Terrible. :facepalm:

I’m not quite as picky as you are (Kill Sticky is good enough for me), but it sounds like you could also make use of uMatrix, if you don’t already. But it requires some investment and has somewhat of a learning curve.

I later figured out how to block these elements with uBlock Origin, so my experience has improved. I did try to use uMatrix for awhile, but I didn’t grok the concept as easily as uBO and I found very little documentation to help me understand it. I do understand the basic layout and that you can block individual sources for each site (or universally), but I’m not usually sure how to get the behavior that I want from it :frowning: .

Thanks for suggesting it, though, as it may help someone here and perhaps they can then explain its more advanced feature to me :wink: .

Threadbump.
I’m absolutely tired of Aliexpress requiring me to login AND captcha verify ALL THE TIME. Along with the crippled search function (you can’t omit anything from your search anymore), it’s a huge pain in the ass how they ruin the website.

yea me too… &&&& jack ma