Who's Online 
 
              
          132  user(s) are online (
103  user(s) are browsing 
Forums )
Members: 0
Guests: 132
    more...
  
      
     
   
 
                
        
            
                        
            
                        
  
      
          Topic options 
                           
            
      
          View mode 
                        Newest First 
                 
                      
              
    
 
    
  
    
    
        
    
    
        
            
         
        
            Re: Odyssey scripts
         
        
            
                                    Posted on: 
2022/6/4 22:11 
                                  
                                    #21  
     
    
                
                             Site Builder
                         
                    
                        Joined: Last Login
                                : 
                                                    From  Athens/Dublin
                                                                            Group: 
                                 
                                                
                                                                            
                                             
                                     
        
                        @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.
            
                                    
 
     
    
                
                                
                 
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            Anonymous
         
        
            Re: Odyssey scripts
         
        
            
         
     
    
                
                        @walkero
                        
            
                                    
 
     
    
                
                         
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            
         
        
            Re: Odyssey scripts
         
        
            
                                    Posted on: 
2022/6/4 22:22 
                                  
                                    #23  
     
    
                
                             Site Builder
                         
                    
                        Joined: Last Login
                                : 
                                                    From  Athens/Dublin
                                                                            Group: 
                                 
                                                
                                                                            
                                             
                                     
        
                        @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.
            
                                    
 
     
    
                
                                
                 
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            
         
        
            Re: Odyssey scripts
         
        
            
                                    Posted on: 
2022/6/5 2:13 
                                  
                                    #24  
     
    
                
                             Quite a regular
                         
                    
                        Joined: Last Login
                                : 
                                                    From  California,  Unitied States
                                                                            Group: 
                                 
                                                
                                                                            
                                             
                                     
        
                        @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, A1222Plus, uA1
                 
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            Anonymous
         
        
            Re: Odyssey scripts
         
        
            
         
     
    
                
                        @walkero
                        
            
                                    
 
     
    
                
                         
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            
         
        
            Re: Odyssey scripts
         
        
            
                                    Posted on: 
2022/6/6 11:33 
                                  
                                    #26  
     
    
                
                             Just can't stay away
                         
                    
                        Joined: Last Login
                                : 
                                                    From  Donostia (SPAIN)
                                                                            Group: 
                                 
                                                
                                                                            
                                             
                                     
        
                        @ktadd
I juts copied github.js and changed to (only) rescale rumble logo:
// Rumble CSS fixes
http://www.gnu.org/copyleft/gpl.html 
https://rumble.com/ *
https://ko-fi.com/walkero 
 var  css  =  ' \
 ;
 head  =  document . head  ||  document . getElementsByTagName ( 'head' )[ 0 ],
 style  =  document . createElement ( 'style' );
 head . appendChild ( style );
 style . type  =  'text/css' ;
 style . styleSheet ){
 // This is required for IE8 and below.
 style . styleSheet . cssText  =  css ;
 style . appendChild ( document . createTextNode ( css ));
  
            
                                    
 
     
    
                
                             
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            
         
        
            Re: Odyssey scripts
         
        
            
                                    Posted on: 
2022/6/6 17:11 
                                  
                                    #27  
     
    
                
                             Quite a regular
                         
                    
                        Joined: Last Login
                                : 
                                                    From  California,  Unitied States
                                                                            Group: 
                                 
                                                
                                                                            
                                             
                                     
        
                        @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, A1222Plus, uA1
                 
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            
         
        
            Re: Odyssey scripts
         
        
            
                                    Posted on: 
2022/6/6 21:17 
                                  
                                    #28  
     
    
                
                             Just can't stay away
                         
                    
                        Joined: Last Login
                                : 
                                                    From  Donostia (SPAIN)
                                                                            Group: 
                                 
                                                
                                                                            
                                             
                                     
        
                        @ktadd
                        
            
                                    
 
     
    
                
                             
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            
         
        
            Re: Odyssey scripts
         
        
            
                                    Posted on: 
2022/6/8 0:39 
                                  
                                    #29  
     
    
                
                             Quite a regular
                         
                    
                        Joined: Last Login
                                : 
                                                    From  California,  Unitied States
                                                                            Group: 
                                 
                                                
                                                                            
                                             
                                     
        
                        @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, A1222Plus, uA1
                 
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            
         
        
            Re: Odyssey scripts
         
        
            
                                    Posted on: 
2022/6/8 14:42 
                                  
                                    #30  
     
    
                
                             Just can't stay away
                         
                    
                        Joined: Last Login
                                : 
                                                    From  Donostia (SPAIN)
                                                                            Group: 
                                 
                                                
                                                                            
                                             
                                     
        
                        @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.
            
                                    
 
     
    
                
                             
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            
         
        
            Re: Odyssey scripts
         
        
            
                                    Posted on: 
2022/6/9 0:34 
                                  
                                    #31  
     
    
                
                             Quite a regular
                         
                    
                        Joined: Last Login
                                : 
                                                    From  California,  Unitied States
                                                                            Group: 
                                 
                                                
                                                                            
                                             
                                     
        
                        @jabiruloQuote:
Fantastic. That worked and Rumble.com now works very well. 
Thanks for your patience and sticking with me.
            
                                    
 
     
    
                
                                
                AmigaOne X1000, A1222Plus, uA1
                 
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            Anonymous
         
        
            Re: Odyssey scripts
         
        
            
         
     
    
                
                        @walkero404: not found  with your updated github.js
                        
            
                                    
 
     
    
                
                         
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            
         
        
            Re: Odyssey scripts
         
        
            
                                    Posted on: 
2022/6/19 22:15 
                                  
                                    #33  
     
    
                
                             Quite a regular
                         
                    
                        Joined: Last Login
                                : 
                                                    From  France
                                                                            Group: 
                                 
                                                
                                                                            
                                             
                                     
        
                        @walkero
                        
            
                                    
 
     
    
                
                             
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            
         
        
            Re: Odyssey scripts
         
        
            
                                    Posted on: 
2022/7/18 19:53 
                                  
                                    #34  
     
    
                
                             Just popping in
                         
                    
                        Joined: Last Login
                                : 
                                                    From  Germany
                                                                            Group: 
                                 
                                                
                                                                            
                                             
                                     
        
                        Thanks walkero!
                        
            
                                    
 
     
    
                
                             
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            
         
        
            Re: Odyssey scripts
         
        
            
                                    Posted on: 
2022/7/19 9:58 
                                  
                                    #35  
     
    
                
                             Site Builder
                         
                    
                        Joined: Last Login
                                : 
                                                    From  Athens/Dublin
                                                                            Group: 
                                 
                                                
                                                                            
                                             
                                     
        
                        @IamSONIC
                        
            
                                    
 
     
    
                
                                
                 
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            Anonymous
         
        
            Re: Odyssey scripts
         
        
            
         
     
    
                
                        @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
            
                                    
 
     
    
                
                         
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            
         
        
            Re: Odyssey scripts
         
        
            
                                    Posted on: 
2022/8/25 8:48 
                                  
                                    #37  
     
    
                
                             Just popping in
                         
                    
                        Joined: Last Login
                                : 
                                                    From  Germany
                                                                            Group: 
                                 
                                                
                                                                            
                                             
                                     
        
                        On 
https://www.zdf.de/nachrichten/  the pictures are missing. Not sure why and if it can be corrected via Script.
            
                                    
 
     
    
                
                                
                AMIGA 1200 AMIGA 600 
                 
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            
         
        
            Re: Odyssey scripts
         
        
            
                                    Posted on: 
2022/8/25 9:29 
                                  
                                    #38  
     
    
                
                             Site Builder
                         
                    
                        Joined: Last Login
                                : 
                                                    From  Athens/Dublin
                                                                            Group: 
                                 
                                                
                                                                            
                                             
                                     
        
                        @raziel and @djbase
                        
            
                                    
 
     
    
                
                                
                 
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            Anonymous
         
        
            Re: Odyssey scripts
         
        
            
         
     
    
                
                        @walkero
                        
            
                                    
 
     
    
                
                         
     
    
        
     
     
   
        
  
    
    
        
    
    
        
            
         
        
            Re: Odyssey scripts
         
        
            
                                    Posted on: 
2022/8/25 9:58 
                                  
                                    #40  
     
    
                
                             Just popping in
                         
                    
                        Joined: Last Login
                                : 
                                                    From  Germany
                                                                            Group: 
                                 
                                                
                                                                            
                                             
                                     
        
                        @walkero
                        
            
                                    
 
     
    
                
                                
                AMIGA 1200 AMIGA 600 
                 
     
    
        
     
     
   
    
  
    
      Currently Active Users Viewing This Thread:
      1
      (
        0 members
                  and 1 Anonymous Users
              )