Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
106 user(s) are online (56 user(s) are browsing Forums)

Members: 2
Guests: 104

eastone, skynet, more...

Headlines

 
  Register To Post  

« 1 (2) 3 4 »
Re: Odyssey scripts
Site Builder
Site Builder


See User information
@Raziel
Please have a look at the updated scripted I just commited at https://git.walkero.gr/walkero/odyssey-scripts and please tell me if it works for you as well.

Follow me on
Ko-fi, Twitter, YouTube, Twitch
Go to top
Re: Odyssey scripts
Home away from home
Home away from home


See User information
@walkero

Thank you.
But I'm back at work and can't test the following weeks.

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: Odyssey scripts
Site Builder
Site Builder


See User information
@Raziel
Quote:
Would Patreon be a candidate to "fix"?


Had a look on that as well, and unfortunately I can't do anything with that. A lot of data come with JS which fails on our browser, and some ids I could use to change the look, they change all the time, because of the updates the developers are doing.

So, unfortunately, not much to be done there.

Follow me on
Ko-fi, Twitter, YouTube, Twitch
Go to top
Re: Odyssey scripts
Quite a regular
Quite a regular


See User information
@walkero
Thanks for your work with these scripts.
Is there anything that can be done with Rumble?
The videos play fine of my X1000 but the Rumble Logo is to large and overwrites at the top of the pages. This could be a good alternative to YouTube if we can get it to display properly in Odyssey.

AmigaOne X1000, uA1
Go to top
Re: Odyssey scripts
Home away from home
Home away from home


See User information
@walkero

No problem, thanks for taking a look.

Hopefully there will be a browser solution anytime

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: Odyssey scripts
Just can't stay away
Just can't stay away


See User information
@ktadd

I juts copied github.js and changed to (only) rescale rumble logo:

// Rumble CSS fixes
// version 1.1
// 2022-06-06
// Copyright (c) 2021 Created by Georgios Sokianos
// Released under the GPL license
// http://www.gnu.org/copyleft/gpl.html
//
// ==UserScript==
// @name           Rumble CSS fixes
// @namespace      none
// @description    Fixes css in Rumble
// @include        https://rumble.com/*
// @version        $VER: Rumble CSS fixes 1.1 (06.06.2022)
// @url            https://ko-fi.com/walkero
// ==/UserScript==


var css ' \
.header-logo img { width: 140px !important; } \
'
;

var 
head document.head || document.getElementsByTagName('head')[0],
    
style document.createElement('style');

head.appendChild(style);

style.type 'text/css';
if (
style.styleSheet){
  
// This is required for IE8 and below.
  
style.styleSheet.cssText css;
} else {
  
style.appendChild(document.createTextNode(css));
}

Go to top
Re: Odyssey scripts
Quite a regular
Quite a regular


See User information
@jabiruloQuote:
I juts copied github.js and changed to (only) rescale rumble logo:

Thanks but it doesn't seem to work for me. No change in logo size here.

AmigaOne X1000, uA1
Go to top
Re: Odyssey scripts
Just can't stay away
Just can't stay away


See User information
@ktadd

Maybe if you copy&paste text IIRC spaces aren't truly spaces they are some sort of "strange" (UTF-8?) char.
Try to replace all spaces manually using an editor

Go to top
Re: Odyssey scripts
Quite a regular
Quite a regular


See User information
@jabiruloQuote:
Try to replace all spaces manually using an editor

Tried that and it still doesn't work. Any chance you could make this downloadable from somewhere or maybe email me a file to try?

AmigaOne X1000, uA1
Go to top
Re: Odyssey scripts
Just can't stay away
Just can't stay away


See User information
@ktadd

Here it is link to download (use conetxt menu 'Download link'):

http://jabirulo.byethost13.com/temp/rumble.js

and add it to Odyssey's Scripts list.

Go to top
Re: Odyssey scripts
Quite a regular
Quite a regular


See User information
@jabiruloQuote:
Here it is link to download (use conetxt menu 'Download link'):
http://jabirulo.byethost13.com/temp/rumble.js
and add it to Odyssey's Scripts list.

Fantastic. That worked and Rumble.com now works very well.
Thanks for your patience and sticking with me.

AmigaOne X1000, uA1
Go to top
Re: Odyssey scripts
Home away from home
Home away from home


See User information
@walkero

I unfortunately still get a 404: not found with your updated github.js

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: Odyssey scripts
Not too shy to talk
Not too shy to talk


See User information
@walkero

thank you for the (updated) scripts !
interestingly enough is that sites like github and itch.io are displayed much better under IBrowse 2.5 than under Odyssey !

Go to top
Re: Odyssey scripts
Just popping in
Just popping in


See User information
Thanks walkero!

The Stack Overflow and GitHub scripts are really nice.

Go to top
Re: Odyssey scripts
Site Builder
Site Builder


See User information
@IamSONIC
Glad you like them and they are useful to you.

Follow me on
Ko-fi, Twitter, YouTube, Twitch
Go to top
Re: Odyssey scripts
Home away from home
Home away from home


See User information
@walkero

Hey, just a quick question, would heise.de be a candidate?

e.g. here
...there should be some boxes with test results, but they don't show at all

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: Odyssey scripts
Just popping in
Just popping in


See User information
On https://www.zdf.de/nachrichten/ the pictures are missing. Not sure why and if it can be corrected via Script.

AMIGA 1200 | Vampire 1200 II | 128 MB RAM | Indivision AGA Mk3 | 256 GB SD | AmigaOS 3.2.2
AMIGA 600 | Vampire 600 II | 128 MB RAM | Indivision ECS Mk3 | 256 GB SD | AmigaOS 3.2.2
Go to top
Re: Odyssey scripts
Site Builder
Site Builder


See User information
@raziel and @djbase
The missing info and images seem to be retrieved using JS. This is not possible to be fixed with this kind of scripts, because it has to do with the Odyssey JS interpreter, which doesn't support the used code.

Follow me on
Ko-fi, Twitter, YouTube, Twitch
Go to top
Re: Odyssey scripts
Home away from home
Home away from home


See User information
@walkero

Thank you for the quick answer

wrt to github.js

I got some time to re-check and i had the html code page saved as script :-/
I installed the correct version now, but am not able to download anything from ScummVM as .zip anymore (or i might hvae forgotten where it was)

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: Odyssey scripts
Just popping in
Just popping in


See User information
@walkero

Ok, thanks for checking.

AMIGA 1200 | Vampire 1200 II | 128 MB RAM | Indivision AGA Mk3 | 256 GB SD | AmigaOS 3.2.2
AMIGA 600 | Vampire 600 II | 128 MB RAM | Indivision ECS Mk3 | 256 GB SD | AmigaOS 3.2.2
Go to top

  Register To Post
« 1 (2) 3 4 »

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project