Skip to main content

Topics

This section allows you to view all Topics made by this member. Note that you can only see Topics made in areas you currently have access to.

Topics - Quetzal

51
Otter Browser Forum / donwloader !! go back into this webbrowser !! :D
 well, ever some problem with the inner donwloader of Otter
i've made, with my own two hands, this little of coding bravoury wich permit to test some Javascript stuff...
just need to copy/paste in a new file, and rename it in .html and clic onto
=> in Otter browser
=> in chromium-like (i use Iridium browser)

and you'll see if you try, both work with webkitURL...
but not "exactly" in the same way...
both of them can donwload the textarea result but, but, but...

Code: [Select]
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<script type='text/javascript'>
//#========== JSeror =================
function JSeror(){document.getElementById('AAA').style.background = 'lightgrey'; }
//#===================================
//#===================================
function myDL(){
var data = document.getElementById('txta').value;
var blo = new Blob([data], {type:'text/plain'});

if (window.webkitURL != null)
{ document.getElementById('ank').href = window.webkitURL.createObjectURL(blo);
document.getElementById('AAA').style.border = "solid 3px red";
document.getElementById('show').innerHTML = "webkit";}

else { document.getElementById('ank').href = window.URL.createObjectURL(blo);
document.getElementById('AAA').style.border = "solid 3px blue";
document.getElementById('show').innerHTML = "all other";}
document.getElementById('ank').click(); }

function TESTJS(){ myDL(); }

 
</script>
</head>
<body onload="JSeror();">

<div id="AAA" style="float:left; width:400px; border:solid 1px black; background:red;">
<input type="button" onclick="TESTJS();" value="TESTJS" style="float:left; width:100px;"></input>
<a href="" id="ank" download="kinit.txt" style="display:block;">donwload me if you can !</a>
<div id="show" style="float:left; background:white; border-top:solid 1px black; min-width:400px; min-height:100px"></div>
</div><br><br>

<textarea id="txta" value="write something be there" style="display:block; background:lightgrey; margin-top:150px; width:400px; height:300px; border:solid 1px red; "></textarea>


</div>
</body>
</html>

have a nice day ;)
52
Otter Browser Forum / youtube ??
youtube seem to not allow my Otter to acced its website datas ???
(i've get off all Otter addblocks)
solutions ? known problem ?

Otter0.9.99 weekly233
53
Otter Browser Forum / javascript textarea file donwload problem
hi all, some javascript code under...
it allow to donwload the "value" of an textarea as a file
but, the anchor.donwload = "mydata.txt" do not works on Otter, with chromium-likes no problem...
the title of the file is a zvcgdfrtebvnfhgrtuz[...]gdfezzzbrter kind of name...
it's easy to change into the downloader form, but the width of the name file(too large) make this download just uggly...

somes may got a solution, or... an idea ?
(but it work
Code: [Select]
function filedownload(){
var text = document.getElementById("mytextarea").value;
var blob = new Blob([text], { type: "text/plain"});
var anchor = document.createElement("a");
anchor.download = "mydata.txt";
anchor.href = window.URL.createObjectURL(blob);
anchor.target ="_blank";
anchor.style.display = "none"; // just to be safe!
document.body.appendChild(anchor);
anchor.click();
document.body.removeChild(anchor); }
54
Otter Browser Forum / javascript fullscreen with otter
hi all !

a little difficulties, i made à little "slideshow" in javascript...
 i found the links in javascript to test the fullscreen'state of many browser (opera, mozilla, IE, chrome-like) but for Otter ??
and to open/close these browsers in fullscreenmode

but, for Otter, how to know if Otter is in fullscreen mode, and how to pass it in fullscreenmode (and out) with JS...

thanks a lot
55
Otter Browser Forum / little difficulties wih password manager
a new issue (win10)
the difficulties is that the manager do adds the password already recorded everytime a do log on the web site... and do not ask to add it

then, i've 5 identique password for this forum and many other for some other web site...

other thing, to try to eliminate them, seems to work only one time... it would need to reboot Otter for each extra password

if you got time

thanks a lot ;)
56
Otter Browser Forum / User agent fonction
what the f*** this notion user agent can be usefull for ???

simply go on Google image, do a research of stuff...
try Opera12,18, reload
and after safarixxx, reload

you'll be not welcome the same way
57
Otter Browser Forum / adblocker my good old friend
well, after, been lock at home during 12hour  :king:  beside privoxy cause of difficulties to remove it properly and get back "defaut" data of the microsoft proxy... (just 80) in internet option... use no proxy

because i have certainly some ddificulties to configurate it... if i go in about:config and type yes to activate it, whatever i check no extra-list.. under win10, and win7... same story the pages are load by the bottom, scrollTop(false), or scrollBottom(Down), i do not remermber...

there's a way to configurate it correctly to not have this unfriendly behaviour ??

thanks a lot
58
Otter Browser Forum / [Solved]myBeautifullBackUp
hi all,
well, i'm doing some weird experimentation on my PC...

and i tried to do a large back up of Otter as i was doing in Opera and Vivaldi...

i went to AppData/local/Otter and do a wonderfull and simple copy of otter folder... and keep it presciously as an aladin treasure in a deep cave in far deep forest...

later.... later ... later

with a clean system, i undertook my beautifull back up, and by night with strong friends go back to the Otter's lair and paste it with some magic incantion under a full moon

do the magic will happend, clic on Otterbro and... and... and...

nothing... Rhaaaaaaaa all is losed... damanation grest gods where were you ?

then... there is a smart way to back up a whole Otter config ??? or do i've omit a file in my Otter safeguarding ?

thanks a lot
59
Otter Browser Forum / website stylesheet ?
hi all,
i tried to modified a weppage with using the stylesheet, but reading back the forum, it seems that it needs to know Qt5 to do it ?

i've got Qt5, and pyQt5 on my own, but i just begin to use it ;) )

is there a way to change size of pics of a web site ?? because some are smart, and somes are 600x400px wich is a few ennoying...

thanks a lot if you got a solution
60
Otter Browser Forum / localhost in offline mode
as ever [it soon christmas] then i ask, i beg, and pray, and vote for a way to code offline, and got an access to localhost offline

it was problematic with Opera, and only few webbro give this feature(firefox)... i understand that it difficult certainly to be unable to test page with no connection, (i don't think that there a web browser enough nice to do that), but the offline mode is really really a nice feature...

thanks a lot, and for your reading.
61
Otter Browser Forum / [solved] weird display (marginal stuffs)
well, i was so happy, to got a new update of Opera12 to Otter(goodchoice)1

but, i was having little problems with my own coding in my beautifful localhost (smart and wide, with the view of sea)

some INPUT were not hidden by upper div in some layer stuffs... pull-down menu(oppenable with js(change the div height))

and yesterday, i go look in preferences /advandced to see if there were no "skin" available, just to have a look

and i finally ecide myself for "fusion" thème, lookalike the "look system"

and 10mn ago i reoppen my locahost and try the problematic App... and nothing anymore... (how happy i was, otter could become my htmltestwebbrowser)

but why? what i did to obtain this result... then just to change the "basic skin" to another one

thanks a lot, i got a new testwebbrowser  :love:
62
Otter Browser Forum / [solved] page.scrollToBottom(true) weird effect
i continue my little tour of Otter..

i was having some problem of "page printing"... the reason the inner adblock

i've download adguard for window (free), it's for apple-world

and close the adblock of otter, and everything's back as it should

Otter is really pleasant, its faculty to surf in fullscreen easily just cool...

i try many and many other browser... Otter is the more "human" some defect but so praticle and speed...

for the moment, it stay my fav... but i found one, uneasy to not keep it under the hand

see ya
63
Otter Browser Forum / htm5test.com
hi all,

http://html5test.com/

361points here on 555... i was thinking for more in fact, because, i live otter better than manies for users...

but no [pointer event] input available ... i've a few use with it, and opera12 was problematic with impossibility to clic threw a transparent div in position absolute...

that, promised, for (little)devellopers(as me), is really really not fun, whatever  know how to deal with (opera obliges)

is that feature is a future or just a nowayforever

thanks a lot
64
Otter Browser Forum / curious behaviour
hi all,

i'm in the configuration of a new lap-top with this beautifull win10-of-hell (which work really well, after few long modification)

then a little suprise, with the  user/appdata/local/otter/otter that i've done a copy as a backup caus, i've crashed win10 beautifully (but good for learn how to save myself on anyfutur problem...

then, after resintall and some stuff of configuration.. i reinstall otter, and the backup file too...

i was having some problem with some shortcuts on otter, but i was thinking that wth a new install all be back a first day... and with no config to do

and not... my ctrl+0 for a newtab noway..

finally, the problem was coming from the downlader because if the download of the file was still recorded, they nomore anyfiles anywhere ... otter was "marking" the file wich its usual squarry red cross... when these itemfils been deleted, all shortcuts comes back "as first day"...

beautifull story isn't it ??
65
Otter Browser Forum / leading (interline) difficultie
hi all, i do continue my little configuration of Otter...

it's me or the leading(interline) defaut is particuliar in Otter ? not a few spaced than in other browser ? it make letters to be smaller in proportion whatever the font-size option is still put at 16px...

i tried 17 and 18px but it kills webpage presentation/style

i've tried to find the option for it ine "Preferences" and in about:config... but nothing that kind...

[mode=message_in_a_bottle on]
if somebody important do read this message...
this feature(option) may be really nice to got...
[/mode]

thanks a lot
66
Otter Browser Forum / in the need of a shortcut !!
hi all,

little problem i can't make a shortcut to the keyboard shortcut manager

i've edit the json file in the add and it looks as this:(what i did)

         {
            "action": "Preferences",
            "parameters": {
               "Tab": "-1"
            },
            "shortcuts": [
               "Alt+K"
            ]
         },

and in my dreams, i would have:

         {
            "action": "ShowWindow",
            "parameters": {
               "Window": "ManageKeyboard",
                                       "Name": "myOtterKeyBoardShortcuts", (copy of the Default one..)
            },
            "shortcuts": [
               "Alt+K"
            ]
         },

it soon christmas, then why not soon ? ;)

thank a lot
67
Otter Browser Forum / [solved] password difficulties
hi all,

a little difficultie with some few website for record the password... just that if the web site do a specific page for the login/password and just after validation of it do go to another page... the [record password] wich is pin to the page disapear with it... and notime to clic onto...(i've tried but too far away)

for me i do think that if the panel of password record could stop the loading of the new page until we've decide or not to record the password.. could be just (necessary/praticle, and i do hope not just for me...  ;)

thanks a lot
69
Otter Browser Forum / few problems download
hi, i come for a little report of a weird behaviour of otter...
i was tring to download many drivers of my lap-top on the toshiba web site... and...
all been really good, 30/35 files easily download, but somes have stopped, ou been stopped

then i've tried to restart to download... and here become difficulties... the download green bar, been divide by 2... and the donwload comes more and more difficult with an increasing of the size of the file, not divide by 2, but as if it was accumulating datas at each new restart...

could i say, that i am extremely happy to have found otter browser, i was a fan of opera 12.18 (i still used it for javascript debugging and for some little html devellopement)... and otters are just one my favorite animal, there so funny water players... i live next a large swamp where otter still live... (there some of them in a zoo, they seem to be happy, really happy)

thanks a lot for the works... pff amazing