Jump to content

siria

Member
  • Posts

    517
  • Joined

  • Days Won

    10
  • Donations

    0.00 USD 
  • Country

    Germany

siria last won the day on May 15 2022

siria had the most liked content!

3 Followers

About siria

Profile Information

  • OS
    none specified

Recent Profile Visitors

4,381 profile views

siria's Achievements

270

Reputation

  1. Mathwiz wrote: >I second that motion. The change log is usually quite long and very technical; > hard to understand even for those of us who dabble in programming. > Putting it in a spoiler tag would let us refer to it if need be but save our scroll wheels if not... No, please not SPOILER! That tends to be hidden completely for old browsers, and not sure if also hindering page-search or archiving. Perhaps something else - "code"? But that increases the size yet more, using ultrawide Courier-fonts. Another...? (That said, I'd be surprised if RT changes anything at all only for reading convenience) But being a selfhelper, couldn't resist playing a bit now ;-) Tweak-1: This CSS filters all comments written by RT, then limits all single P-elements to a max height and if too long, shows a scrollbar: body.ipsApp article.ipsComment div[data-quotedata*='roytam1'] div.cPost_contentWrap p{ max-height: 400px !important; overflow-y: auto !important; } CSS-variations for example: remove author-requirement, or limit complete-comment height instead of single P-elements Tweak-2: This JAVASCRIPT (bookmarklet?) filters all comments written by RT, but (unlike above) takes the complete comment text. Then checks if the TEXT "- Bug " is contained more often than 8x. Only THOSE comments get limited with a scrollbar: var c="body.ipsApp article.ipsComment div[data-quotedata*='roytam1']"; var j, el, lg0, lg2, x, LIST=document.querySelectorAll(c); for (j=0; j < LIST.length; j++){ el=LIST[ j].querySelector("div[data-role='commentContent']"); lg0=el.textContent.length; lg2=el.textContent.replace(/- Bug /gi, '').length; x =(lg0 - lg2)/6; if (x > 8) { el.style.maxHeight='400px'; void(el.style.overflow='auto'); /* just for TESTING! Remove line: */ void(el.style.backgroundColor='yellow'); }} JS-variations: remove author requirement, choose another max-height, choose another TEXT, choose another hits-limit .
  2. (howto waybackmachine url parameters) soggi wrote: > When visiting https://web.archive.org/web/*/www.cmd.com on NM27/28 it looks > like on the screenshots below. I think I have to move on and make NM28 to my > daily driver, the Way Back Machine is really important to my soggi.org work Yeah, sadly it stopped working for me many years ago already (old OS), real killer prob. Until finally (!!!) discovering it can alternatively be used by typing URL parameters :-) This works even with the most ancient browsers (if no fallback available): 1) If URL is known, this gets the LAST version: https://web.archive.org/web/https://www.example.com 2) If URL is known, a CROPPED DATE (any length) gets the CLOSEST version, e.g.: https://web.archive.org/web/19990401/https://www.example.com 3) Therefore, this gets the OLDEST version at all, first one after Jan 1 1000 ;-) https://web.archive.org/web/1/https://www.example.com 4) This creates a NEW archive of the current page: https://web.archive.org/save/https://www.example.com (And if a URL is not known exactly, there are also strings to get a plain txt list, but more complicated)
  3. Wanted to post this since ages, but never enough time, sigh... For downloading youtube with old browsers, love genyoutube: Link+youtube-ID: video.genyt.xyz/xxxx This offers the TINIEST size by far, in 3gp format :-) Yeah the image is kinda fuzzy, but recognizable and a whole lot better as nothing at all (am on a whopping 22kbps connection since they dropped umts/h4, argh) and sound is normal. For reading comments kinda like ruclip: Link+youtube-ID: ruclip.com/video/xxxxxx/ And finally here's my brandnew tiny little bookmarklet to download videos directly from ori youtube (but depending on browser settings, see below) javascript:/* itag: 18=360p, 22=720p, ...*/ var x=document.body.innerHTML.toString().match(/\"itag.:18,.url.:\"([^\"]+?)\"/i); if (x){var lk=x[1].replace(/\\u0026/g, '&'); document.location=lk;} else alert('not found:\n\"itag\":18,\"url:...\"'); (code is less than 256 chars, hopefully works in FF2 but haven't tested yet, only FF3.5-KM): VIDEO SIZE: Default above is itag 18 = 360p = 640 x 360 px Alternatively change in code 18 to itag 22 = 720p = 1280 x 720 px SADLY no tiny 3gp-format available directly from YT anymore, only with genyt :-(( EDIT: Improved code above, now version3. Removed unnecessary character replacements and added a bit help text instead. What I'm not sure about due to lack of expert skills: how to fire a direct "download" command by JS?? Especially in such ancient browsers as Firefox2 for Win98. As a workaround, am simply opening the mp4-link like a normal page. This makes that very old browsers (like mine), or which are set to ask "Open or Save" for mp4-files, will not really flip the current page but instead just show the SAVE dialogue - perfect! The prob are younger browsers or if set to PLAY mp4 directly inside, those will start playing of course instead of downloading. Can't help that for now, sorry. One tiny improvement may be to open the link at least in a NEW page instead of the same, but this requires POPUP permission for JS-scripts. Alternative code for this, instead of "document.location": window.open(lk, '_blank'); .
  4. Great info always, thank you :-) (little sidenote: sid is just for tracking, not needed in url)
  5. (youtube 23min-bug video hickup) mixit said: > Let me give you a rough rundown of the process I went through with this INCREDIBLE!! Amazing. Although I can *imagine* such mysterious bug researching is an awful lot of work, outlining the single steps and weeks in detail makes it really - WHOA.... Am I reading this right? In older browser versions just flipping this pref would fix it too?? media.use_cubeb = false IMO a potential sabotaging Moz or Google coder wouldn't have to examine the issue up to the last dot, like you. All they'd need is to get the big picture, after finding which little edit wreaks havoc with other browsers, regardless if the exact reasons are fully known. From what Firefox devs mentioned, such "glitches" seemed to happen a bit too regularly and incidentally always to harm other browsers.
  6. wunderbar98 said: > AIDA64 Extreme software wasn't trialed, download too big just for this purpose Yeah over 40MB for x64, but the old AIDA32 was a really cute litte freeware proggie. Highly recommend to try :) Aida32 was portable and only 3MB (unzipped 5MB), and runs very nicely on my 98SE. A joy to use, and no KernelEx needed. Sadly the homepage aida32.hu was deleted when the project was sold in 2004. The last Aida32 version was v3.94.2 from 2004-03-23, got it 2008 probably from softpedia when that site was still clean. Nowadays this last version 3.94.2 seems harder to find, wayback preserved only 3.93 and as exe: web.archive.org/web/200404/http://www.aida32.hu/download/aida32pe_393.exe snapfiles preserved a zip, but also only outdated 3.93: https://www.snapfiles.com/get/aida32.html oldversion.com has the last one, but downloads are too complicated for me now http://www.oldversion.com.de/windows/aida32-3-94-2 But this site still works great on 98, no stupid barriers :) https://aida32.en.uptodown.com/windows/download Have compared its MD5 value with my own old zip (using TotalCommander) and it's identic, so should be clean. .
  7. > So no thanks, I'm fine with my ~15 year old Huawei U1220s (WCDMA, not GSM) > and for a while I also had a Nokia 2630 with a different operator. A few older phones > are in a box somewhere in the house but their batteries are most likely dead, > and would probably blow up if recharge were attempted 15 years, still working, very cool :-) Regarding old batteries, I was hopeless too when I recently stumbled across a few spare batteries (for a LG and Huawei phone) bought back in *2015*. Never used, only as reserve, stashed away and forgotten.... Now to my GIANT surprise, those spare batteries were still 1/3 charged! After almost 6 years untouched, couldn't believe it. Measured 3.8 - 3.9V (IIRC the usage range is roughly 3.7 - 4V), then put them in the phones and they started and confirmed it: the LG even showed 2 of 3 bars yet, that means 30-60%! Was highly impressed. While on the other hand, my Li-batteries for an ancient Sony camera hardly survive a single year and I keep forgetting to charge. Guess it depends on quality. And additionally, although they are "only" 6 years old now, they still aren't empty and will probably survive even longer without charging. And not sure, but perhaps yet more years to add when considering they most likely weren't even 100% full when I got them, being brandnew. Manufacturers charge them only partly in the factories. So, if your "older" phones happen to be a bit younger as this one with 15 years, there may still be hope. Just for curiosity and without any risk I'd simply try if those phones still start, without trying to load first. If Li-batteries are fully charged before storage, and are stored separately outside the device, amazing things seem possible.
  8. > imagine in the 1970s if someone told you to use a phone that could track your movements, > purchases and habits, record phone conversations, take unintentional pictures or video > and potentially access your financial and health records. Almost everyone back then would > have said this is craziness, 1984 type stuff. Absolutely! It will always be beyond me that the big majority of users seem to have ZERO worries about that today. Can't get it, never will. And much worse, it becomes more and more impossible to escape the obligation, no alternatives anymore. And just the last weeks DE+EU made new laws which completely break all privacy rights again, demanding that even private chats etc. must all be monitored and filtered by providers, and people risk getting canceled or worse, without having a clue of a possible crime of theirs. Any public outcry, for weeks? Of course not, as usual such news are nowadays hidden so well that hardly anyone has a chance to even notice - and if they do, people still don't care :-( And the few who do care, can do nothing either. Frankly, those times are getting scarier and scarier, the decline so accelerated it's rather free fall now. No hope anymore :-(
  9. The minitool drivecopy download page only shows an ancient version of PartitionWizard? Just in case it was only renamed: I've checked out MiniTool PartitionWizard some weeks back, needed something for partitioning new USB-disks, and remembered "MiniTool" as quite popular and recommended (here and perhaps elsewhere too). "Mini" always sounds good to me ;-) The only prob, it wasn't available anymore for my old browser, and the web says that after version9 there were less and less features FREE, and each later version allowed yet less. Additionally there was (is?) meanwhile a prob with bundled malware. Finally found this solution, thanks wayback: last free version 9.1 still contained all features free, and the download link was still local not some shady 3rd-party hoster, so hopefully clean. Mighty glad someone had archived it! :-) Acc page last UPDATE from 2015-01-14. https://web.archive.org/web/20161102215857/http://www.partitionwizard.com/download.html .
  10. Great, thanks for confirming! :-) If the forum shows up for you with completely messy vertical whitespace and huge font, nearly unusable, that sounds like you use a slightly older browser too? Yeah I had struggled ENDLESSLY with that mess too after the last forum-downgrade, with mine being especially ancient. But had finally figured a few css-tricks, posted here: https://msfn.org/board/topic/182251-old-browsers-ips-forum-layout-bugs-self-help-tweaks-css/ Have a look, there are solutions for several crucial msfn layout probs since the last layout downgrade desaster. Especially the HUGE FONT prob can probably most easily be fixed by our site admin, by simply replacing a font size defined in REM unit with a normal PX size, which can hardly be a prob considering all other fontsizes are px anyway (he added it at end of xxx_custom.css) Luckily this can also be fixed in a user CSS, details in link above. .
  11. @RainyShadow Thanks for testing! Ah yes, if merged into a 1-line-BOOKMARKLET, the usual commentline sign // breaks the scripts. So as usual it helps to either delete all comments, or put them between starlets at begin and end /* xxxx */ As for the clearing prob, good hint, could reproduce and fix. By placing the code into a function wrap, another usual fix that often works: javascript:(function(){...code....})() BOOKMARKLET: javascript:(function(){if (document.location.href.toString().substr(0,29) == 'https://msfn.org/board/forum/'){ if (document.getElementById('idPinnedTopics') == null) { var LIST=document.querySelectorAll('i.fa-thumb-tack'); if (LIST && LIST.length > 0){ var wrapPins=document.createElement('ol'); wrapPins.id='idPinnedTopics'; wrapPins.style.overflow='scroll'; wrapPins.style.maxHeight='400px'; wrapPins.style.border='4px solid gold'; /* (Add or not?) wrapPins.className='ipsClear ipsDataList cForumTopicTable cTopicList'; */ var pin1=LIST[0].parentNode.parentNode.parentNode.parentNode.parentNode; var pinsOL=pin1.parentNode; pinsOL.parentNode.insertBefore(wrapPins, pinsOL); var i, pinX; for (i=0; i < LIST.length; i++){ pinX=LIST[i].parentNode.parentNode.parentNode.parentNode.parentNode; wrapPins.appendChild(pinX); }}}}})()
  12. Couldn't resist.... If anyone is curious and can handle userscripts (JS), this wraps up the Pinned-Topics in a smaller box with scrollbars. The CSS values can alternatively be defined in a user CSS file (#idPinnedTopics{max-height: 400px;} etc) if (document.location.href.toString().substr(0,29) == 'https://msfn.org/board/forum/'){ if (document.getElementById('idPinnedTopics') == null) { var LIST=document.querySelectorAll('i.fa-thumb-tack'); if (LIST && LIST.length > 0){ var wrapPins=document.createElement('ol'); wrapPins.id='idPinnedTopics'; wrapPins.style.overflow='scroll'; wrapPins.style.maxHeight='400px'; wrapPins.style.border='4px solid gold'; // (Add or not?) wrapPins.className='ipsClear ipsDataList cForumTopicTable cTopicList'; var pin1=LIST[0].parentNode.parentNode.parentNode.parentNode.parentNode; var pinsOL=pin1.parentNode; pinsOL.parentNode.insertBefore(wrapPins, pinsOL); var i, pinX; for (i=0; i < LIST.length; i++){ pinX=LIST[i].parentNode.parentNode.parentNode.parentNode.parentNode; wrapPins.appendChild(pinX); }}}} But so far only tested in my old K-Meleon, hope it works in other browsers too. Will probably wrap it in a macro when getting around.
  13. It's really a prob, either way. Don't want to lose anything, while at the same time readability is a pain, especially in old browsers, where it's very hard to even see where the normal topics begin. What would be by far best: if the whole pinned-topics-block could be placed inside a common html-element, with a limited max-height by CSS. Then only the first few topics remain permanently visible, but the rest is easily found too by just scrolling down, with a vertical scrollbar. Catch: how get them inside a common block?? Actually had tried to get that look about 2-3 years ago already (forever fiddling with improving my user css), but couldn't get past that barrier of a missing common html-wrapper element. In the end could only help myself a bit by giving all pinned topics a glaring title background color and custom made glaring icons, using CSS. That way it's at least easier to see where that block ends - in my ancient browser at least (suppose no prob in younger ones) Even just that workaround with the title back color in ancient browser was already a major struggle, or perhaps it was just me?! body.ipsApp span .fa-thumb-tack::before { content: url(resource:///icons/pin16.png) !important;} body.ipsApp h4 i.fa-thumb-tack { margin-right: -600px !important; border-right-width: 600px !important; background-color: gold !important; border-color: gold !important; border-right-style: solid !important; opacity: 0.6 !important; padding-bottom: 12px !important; } Hmm, if javascript is active, could imagine a little script which inserts a new wrapper element (div) into the page, then collects all "i.fa-thumb-tack", loops through them to collect their great-great-grandparent nodes (li elem), and moves those inside the new wrapper...
  14. My 7zip v15.11 on 98SE has no probs with the archived file above.. What I often see is people telling 7z wouldn't work, and never getting the idea their 7z might just be too extremely old. In such cases an update quickly helps (if you have access to updates...)
  15. Yes of course, but that's not what I meant. The URL for editing must match the NEW topic URL too, or it can choke. Actually I think I had that case just recently, but can't remember details anymore.... And not quite sure if it was here in this forum, or elsewhere... But I think it was also a case of a split+moved topic "while" I was still busy editing, and when sending it, the topic didn't match anymore.... There was also an error message about editing being forbidden, and some text about "perhaps moved"... And yeah, sadly that reason only applies to the first case with the screenshot, the other cases must be due to some real new bugs :-(
×
×
  • Create New...