Extensions :  K-Meleon Web Browser Forum
All about K-Meleon extensions. 

Pages: 123Next
Current Page: 1 of 3
Results 1 - 30 of 77
2 years ago
Kris_88
QuoteMello Can anyone get this youtube alternative working on K-m - it's fine on Opera or FF https://piped.kavin.rocks/ This is for modern browsers. There are too many "async" and "await" operators, and some other new JS features. Try using https://invidious.kavin.rocks/ instead.
Forum: General
2 years ago
Kris_88
There is a site with old games. But you need to turn off Java script, otherwise the browser will hang (the site is badly compatible with the K-Meleon, but games can be downloaded without JS). https://www.myabandonware.com/browse/platform/windows/
Forum: Off-Topic
2 years ago
Kris_88
JohnHell, thank you! I did not know that BB codes can be escaped. Yes, the spaces inside the brackets do not interfere with the script. But now it is no longer relevant, since there are no in the new version of the script. I updated the script, added the download button. Now it works.
Forum: K-Meleon on Goanna
2 years ago
Kris_88
In this case, the "Code" Tag does not work and indents are lost.
Forum: K-Meleon on Goanna
2 years ago
Kris_88
Unfortunately, it is no longer working. The playful hands of the bitchute developers changed something again. ) Let's wait a bit...
Forum: K-Meleon on Goanna
2 years ago
Kris_88
Oh, it turned out to be unexpected for me. Typically, the CODE tag protects the text from accidental recognition of other tags. Thanks!
Forum: K-Meleon on Goanna
2 years ago
Kris_88
Patch script for bitchute.com if(window.location.hostname == 'www.bitchute.com') { document.addEventListener("beforescriptexecute", function(e) { var s; if(e.target.src == 'https://cdn.jsdelivr.net/npm/p2p-media-loader-core@latest/build/p2p-media-loader-core.min.js' { e.preventDefault(); e.stopPropagation(); // skip p2p-m
Forum: K-Meleon on Goanna
2 years ago
Kris_88
QuoteJ.G. This worked for me, however I have set rv:42.0 to 60.0 for the UA: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Firefox/60.0 In fact, it works as I wrote. It seems that the rv: is ignored, only Firefox/60.0 is important.
Forum: K-Meleon on Goanna
2 years ago
Kris_88
QuoteJ.G. I have set it to: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20010101 Firefox/60.0 You are right. Thank you!
Forum: Extensions
2 years ago
Kris_88
Switch to desktop version: https://www.youtube.com/?app=desktop&persist_app=1 Switch to mobile version: https://www.youtube.com/?app=m&persist_app=1
Forum: General
2 years ago
Kris_88
Quote4td8s this tweak works fine in KM but recently the youtube "channel" pages (ex. youtube.com/c/youtubeusername) no longer display correctly in KM after clicking on a link to view a user's youtube channel (not a youtube video) Set 'general.useragent.override.youtube.com' to 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/60.0' And, pro
Forum: K-Meleon on Goanna
2 years ago
Kris_88
Temporary solution for Google. http://kmeleonbrowser.org/forum/read.php?9,155798
Forum: K-Meleon on Goanna
2 years ago
Kris_88
Problem: The K-Meleon browser obeys the content-security-policy 'nonce-*' parameters, but ignores 'nonce' parameter in inline script tag. Thus, inline scripts are blocked. Solution: Nonce patch for Google (nonce-patch@om.xpi extension) makes replacing the 'nonce-*' responce header with 'unsafe-inline' This is a temporary solution. Keep in mind that
Forum: Extensions
2 years ago
Kris_88
There is a progress bar inside the status bar. View -> Status Bar It seems to me that it adequately shows the load process.
Forum: Extensions
3 years ago
Kris_88
Error: SyntaxError: expected expression, got ')' Source file: https://tutanota.com/index.js Line: 159, Column: 24 func(parametr1, parametr2, ) We have trailing comma after parametr2. JavaScript has allowed trailing commas in array literals since the beginning, and later added them to object literals (ECMAScript 5) and most recently (ECMAScript 2017) to function parameters.
Forum: General
3 years ago
Kris_88
JohnHell, it's okay, never mind ...
Forum: Extensions
3 years ago
Kris_88
Quotesiria need at least a minimalist GUI OK, I'll do it. Not very fast. Now is not enough time ...
Forum: Extensions
3 years ago
Kris_88
) The ability to use an external file was there from the beginning. It would be inconvenient for me to reinstall the add-on every time during testing...
Forum: Extensions
3 years ago
Kris_88
You can use external file instead of internal one. This is described in the first post. Preference: extensions.polyfill@om.jsfile - path to file (for example 'file:///c:/KM-Goanna/polyfill.js') Internal file 'polyfill.js' is used b
Forum: Extensions
3 years ago
Kris_88
QuoteJohnHell Let's face it, if I had to go the whole process with every change in polyfill (involving test) that could be annoying. You don't need to reinstall the add-on every time. If you edit an external polyfill file using notepad, you don't even need to close the notepad, just save the changes. And refresh the page in the browser. QuoteJohnHell Also, if, let's say
Forum: Extensions
3 years ago
Kris_88
The problem can be solved by adding a polyfill: document.addEventListener("load", function (evt) { if(evt.target.tagName=='LINK') evt.target.onload=null; }, true); or more selectively, for www.heise.de only: if(window.location.hostname == 'www.heise.de') document.addEventListener("load", function (evt) { if(evt.target.tagName=='LINK&
Forum: General
3 years ago
Kris_88
Quotegiro1991 Is there a switch in about:config that prevents screensaver when watching flash content only i.e. youtube? You can try this: http://kmeleonbrowser.org/forum/read.php?9,153840
Forum: Extensions
3 years ago
Kris_88
Quotewin2kfan Is KM74-g22 able to get the direct mp3-link for audios on this site: https://www.ndr.de/ndrkultur/Lesung-Die-Frau-ohne-Schatten-Teil-4,audio781894.html ? You can try this add-on. Can be installed from about:addons page (tested in KM74-g22). http://kmeleonbrowser.org/forum/read.php?9,153780
Forum: K-Meleon on Goanna
3 years ago
Kris_88
Eliminated a slight incompatibility with KM74. Updated.
Forum: Extensions
3 years ago
Kris_88
Universal version for KM74-76. The first post has been updated.
Forum: Extensions
3 years ago
Kris_88
Quotesiria But users with real eye probs will need it a lot bigger. If they do figure out how to choose a bigger font on aboutconfig directly, the addon IMO shouldn't force-reset it to only 15 again. Perhaps a hard limit 28? While fixing typos, in settings page "embed toolbar/menu" should read "embed in...". Or perhaps better "In menu:" and "Button in
Forum: Extensions
3 years ago
Kris_88
You can try layers.prefer-d3d9 - true, layers.acceleration.disabled - false and install DX9. What does dxdiag show?
Forum: K-Meleon on Goanna
3 years ago
Kris_88
Quotesiria Little bug on aboutaddons page: clicking the Options button or "More..." link does nothing anymore. In the middle of options.xul the <settings> tags are missing since the rename. What do you mean? The "more..." and "Options" are working, tested in KM74,75,76. One "setting" tag for two buttons. This was in previous version too.
Forum: Extensions
3 years ago
Kris_88
Quotesiria Had hoped it could be used in KM1.6 too There is no point in fighting other people's old mistakes. In general, the KM developers rewrote menus and toolbars, but did not provide an adequate mechanism for add-ons. But such a mechanism was in Firefox... This discourages the desire to develop something for KM, especially for older versions. Quotesiria if KM1.6 cannot even find
Forum: Extensions
3 years ago
Kris_88
Updated.
Forum: Extensions
Pages: 123Next
Current Page: 1 of 3

K-Meleon forum is powered by Phorum.