
SWFlash0
Members-
Content Count
90 -
Joined
-
Last visited
Community Reputation
2 NeutralAbout SWFlash0
-
Rank
Freshman
-
This worked for me:data:text/csv;charset=windows-1252,%FC;%E4;%F6This also works:data:text/csv;charset=windows-1252;base64,/DvkO/Y=
-
Want to know my opinion on this? 1. There shouldn't had been support for CSS in the AdHunter in the first place, even the name implies that it blocks advertisements, not enhances pages with your custom stylesheets. If you need that feature that badly, you can use Stylish extension, which, in my opinion, does this job much better 2. If you're concerned about browser performance, you can disable ABP entirely, or only disable its EasyList subscribtion 3. I do admit that concatenating the separated custom rules for all domains into one big list was a step in the wrong direction 4. The updated
-
extension request Open multiple links using drag & drop
SWFlash0 replied to Dev CZ's topic in Extensions
There you go, a bookmarkletjavascript:a=getSelection().getRangeAt(0).cloneContents().querySelectorAll('a');for(b=0;b -
Review of Maxthon Nitro final [1.0.0.1000]
SWFlash0 replied to ghost z's topic in Archived General Discussion
It's laughable that you took your time and effort writing all of those smart words in your post -
There is a feature-less browsing mode already implemented in Maxthon since version 3. Open a tab that you want as a home page, right click that tab, select "Save as Quick App...", check "Send to destop" and there you have it. The tabs open in new windows, there are no extensions or ANY settings there, but it's also very fast
-
If you mean the new tab, all of the links were moved to a new page, look at the bottom. I don't really see any similarities between the new quick access and windows 8 start screen, in Maxthon the tiles are rounded and have shadows, windows 8 has all of the tiles very close together and has white icons above every title
-
Bug with local homepage and Youtube
SWFlash0 replied to fOrTune(r)'s topic in Archived General Discussion
This actually happens if you set Flash wmode to "GPU" in YouTube Center extension. Set it to "Opaque" to fix this -
See this Chromium bug that was resolved this spring: https://code.google.com/p/chromium/issues/detail?id=168840 Viewport units such as "vw" and "vh" can be used in CSS to set size of elements (width, height, border-width, etc), the same way px, em, and % do. calc() can be used with those values if you need to express a value that consists from the mix of those units. So if you need a width that is 30 pixels smaller than 50% of the container, you could just do "width: calc(50% - 30px);". Viewport values have their uses as well, for example "20vw" always evaluates to 20% of the width of the
-
As you can see I have no problems on that page either. I remember there were other people posting a similar problem too
-
Wasn't too hard to find from all the unblurred text on the screenshot: http://aidancbrady.com/mekanism/download/ And everything is working fine there, but next time don't make it next to impossible for us to reproduce by blurring your URLs
-
This is another obscure issue of Maxthon. When Maxthon sees a character that is not in the selected font (the default I think is Arial, dont quote me on this) instead of outright displaying an empty box it tries to find a font that has this symbol, this is called font substitution. All is good up until this point. What you see in your example is some regular symbols together with combining unicode symbols "Combining low line" and "Combining overline". How does symbol combining work? Here's an example: "ẃ". I combined two symbols: the Latin small letter W and a Combining acute accent. That acu
-
Maxthon Cloud Browser V4.4.3.xxx downloader problem
SWFlash0 replied to animos's topic in Archived General Discussion
7twenty replied at 2014-12-4 08:31 How big are the files that are causing issues? I've downloaded a number of files varying from 10-35 ... The files themselves don't have to be big, you just need to download them for long enough time for that to happen -
How is the new version going? Any updates?