minioctt, (edited ) to UI Italian

A quanto pare quelli di si sono finalmente svegliati e hanno iniziato quantomeno a lavorare ad una per ottimizzata per i Android, con (molto importante) una barra delle schede una cosa che è stata completamente persa nel passaggio al ridesign … quanti anni sono già? 💀

di un mese scarso fa infatti, “You can now try Firefox’s revamped tablet interface on Android“. L’articolo include anche un video che mostra la feature in azione. In realtà chissà anche se questa roba uscirà dalla fase di del tutto e diventerà per davvero… Vorrei averla già da adesso, peccato che uso la Beta sul tablet, e ho aggiornato all’ultima versione proprio ora, ma di queste nuove manco l’ombra. 🤥

Di installare la notturna e trasferire a manina tutti i dati non ho la minima voglia, quindi temevo di dover creare una mia estensione per risolvere il in modo estremamente hacky, già da prima di scoprire la notizia… fortunatamente, ho scoperto (proprio da quell’articolo lì lmao, la ricerca del sito di di Mozilla fa schifissimo e non si trova nulla senza sapere il nome) che qualcuno lo ha già fatto, e proprio nell’unico modo possibile orrendo che avevo in mente io: “Tablet UI for Firefox“… praticamente visualizza una barra delle schede inserendo HTML nella pagina corrente, lol, con tutte le limitazioni e i punti di spacc del caso… 😖

Che poi gli sfigati siamo noi su , perché sui tablet Windows o Linux c’è la normale versione desktop della volpe che si adatta bene anche al tocco, e a quanto pare persino la app per iPadOS è stata disegnata meglio… (lasciando da parte il fatto che è la solita inutile skin di WebKit nella pratica.) 😶‍🌫️ (E btw, mi sa che un add-on per esportare ed importare tutti i dati dei siti, quello va fatto davvero, in giro trovo soluzioni solo per cookies e LocalStorage.)

https://octospacc.altervista.org/2024/04/15/mozilbarra/

metin, (edited ) to blender
@metin@graphics.social avatar

Fellow Blenderheads, if you'd like to have a go at SDF modeling, a new add-on is calling for beta testers. According to the add-on developer, it works in Blender for macOS as well. 👍

@blenderartists thread:
https://blenderartists.org/t/sdfs-system-for-blender/1524372

Discord channel:
https://discord.gg/kA6yq6ew

General SDF info thread:
https://blenderartists.org/t/the-big-magicacsg-and-sdf-modeling-thread/1293075

phocks, to firefox
@phocks@bne.social avatar

"Archive Page" a useful Firefox add-on for getting around paywalls https://addons.mozilla.org/en-US/firefox/addon/archive-page/

#Firefox #AddOn #Browser #Extensions #Web #PayWall

minioctt, (edited ) to webdev Italian

Sono praticamente 36 ore che non posto e lo so che siete in astinenza, ma avevo https://octospacc.altervista.org/2024/03/26/pwtorturaaaa/ di risolvere quel #problema con le #PWA una volta per tutte. E ora, nonostante un’altra frazione di sanità mentale sottrattami dagli spiritelli del silicio, dolori perché sto seduta per ore alla scrivania e tutta storta, e sonno perché ieri sera ho perso un sacco di tempo a debuggare un errore stupidissimo rimanendo sveglia fino alle 2 per poi arrendermi perché stavo veramente morendo, quantomeno ce l’ho fatta… 🤯️

Cercando con estrema #disperazione ieri mattina, mi accorgo di una cosa documentata alla bene e meglio, trovando prima una menzione su MDN ad un permesso webRequestFilterResponse.serviceWorkerScript, che servirebbe a regola per permettere alle #estensioni di intercettare i caricamenti dei Service Worker, e poi un thread bugzilla (#1636629) che pare abbia portato proprio all’introduzione di questa separazione di permessi. Ho scaricato il #codice dimostrativo per il bug, l’ho un attimo sistemato per tenere conto di questa misura di sicurezza poi introdotta e, certo abbastanza, il coso riusciva a fare quello che io volevo dall’inizio, senza ricorrere a bruttissime e fragilissime #hack (che a questo punto io nemmeno divulgo visto che non ho dovuto implementarle, per non sporcarmi la reputazione come developer, che già è molto bassa visto che prediligo il #webdev). 🔮️

A questo punto era quasi solo questione di rifiniture, un po’ creare il popup per le impostazioni della mia #estensione (che però mi ha richiesto diverse ore di design e implementazione fatti in contemporanea, perché volevo farle bene, non buttarci dentro bottoni a cazzo per il gusto di), e un po’ capire come #programmare il worker che gestisce #cache e richieste di rete #offline. Solo che qui ho sclerato perché… inizialmente con il codice preso da Chrome for Developers non andava, e pensavo fosse un problema mio, ma invece sembra proprio colpa loro, le loro demo non vanno proprio in #Firefox (ma non ho testato nemmeno in Chromium)… quindi ho provato quello offerto da MDN, ma anche qui nada, solo che ormai stavo crollando e quindi vado a mimir… stamattina vedo meglio e quest’ultima implementazione in effetti scopro che funziona, ma a me non andava perché, nel modo in cui iniettavo il #ServiceWorker trasformandolo da oggetto a stringa, una variabile che referenziavo non era accessibile nel contesto di esecuzione effettivo dello script, e quindi l’accesso alla cache falliva, ma io non me ne sono accorta subito perché già gli strumenti di #debugging del #browser sono mezzi scassati per questi casi speciali, ma io poi avevo pure un try-catch di mezzo che quindi sopprimeva gli errori alzati dall’interprete… la #pazzia. 😫️ 😩️

C’è un #casino di mezzo con la pubblicazione di #addon per #Mozilla, quindi praticamente ora il mio è in revisione, ma se tutto va bene dovrebbe prossimamente apparire sulla pagina https://addons.mozilla.org/en-US/firefox/addon/offline-caching/; in ogni caso, chi volesse usarlo da subito (come me sul telefono in primis) può scaricare da qui il file firmato da installare a mano. Edit: un’oretta dopo, l’estensione è approvata! 💖️

https://octospacc.altervista.org/wp-content/uploads/2024/03/img_20240328_1323201462313101815308817-960x1280.jpgBtw, mi serviva un’icona per l’add-on, perché tenere quella generica mi da fastidio (così come per quando creo app Android), e quindi ecco qui, letteralmente #OfflineCaching scritto a manina con uno stile un po’ buffo. Graphic design is my passion, ma non è roba mia, non son proprio capace. Penso comunque sia meglio di niente, quindi l’ho usata… (quella in basso sul foglio, che è stata la seconda; ho fatto prima quella in alto, ma poi non mi è piaciuta) 😬️https://octospacc.altervista.org/2024/03/28/pwgoduriaaaa/

#addon #browser #cache #casino #codice #debugging #disperazione #estensione #estensioni #Firefox #hack #Mozilla #offline #OfflineCaching #pazzia #problema #programmare #PWA #ServiceWorker #webdev

kaveinthran, to random

Someone should replicate some/most of leasey into nvda Addons. Previously we had v-terbo and v-mouse, but it has been discontinued.

BinaryUnit, to firefox
@BinaryUnit@mastodon.online avatar

Can anyone using Shaarli and Firefox help me with testing/feedback one extension before release?

I have been using it for a while now and it definetely works better for me than the existing extensions as this one uses the Shaarli API.

If you have a few minutes please let me know what you think.
Does it worth to port it to Chromium browsers?

Download it from https://codeberg.org/BinaryUnit/Shaanti under the build folder there is a zip and a signed xpi.

kuketzblog, to wordpress German
@kuketzblog@social.tchncs.de avatar

Für den Blog nutze ich seit Jahren das WordPress-Plugin wpSEO. Leider wurde die Entwicklung eingestellt. Nun suche ich nach einer leichtgewichtigen Alternative ohne viel Schnickschnack. Bevor ich nun alle SEO-Add-ons durchteste, wollte ich mal nach Erfahrungswerten fragen und die Auswahl einschränken.

#wordpress #addon #seo

gnulinux, to firefox German
@gnulinux@social.anoxinon.de avatar

Meine Lieblings Firefox AddOns

Der Webbrowser Firefox lässt sich durch AddOns erweitern und verbessern. In diesem Video stelle ich Dir meine persönlichen Lieblings Firefox AddOns vor und erkläre Dir, wie Du sie installieren kannst.

#Firefox #Privacy #Adblocker #AddOn #Linux

https://gnulinux.ch/meine-lieblings-firefox-addons

metin, to blender
@metin@graphics.social avatar

𝘽𝙡𝙚𝙣𝙙𝙚𝙧 3𝘿 𝙩𝙞𝙥

This free add-on allows you to drag and drop add-ons straight from Windows Explorer into Blender, skipping the manual installation procedure.

https://blenderartists.org/t/drag-drop-to-install-addon/1512421

#3D #B3D #Blender3D #Blender #tip #tips #addon #plugin #CG #CGI #graphics

Animated GIF of dragging an add-on from Windows Explorer into Blender 3D.

russmatney, to godot
@russmatney@mastodon.gamedev.place avatar

Here's a wall of text... at least it's colorized! This is the output of Log.pr(...args), my #godot pretty-printer - in this case, it's logging data when my tests run, showing some heuristics about every puzzle in #DotHop (while also making sure they all can be solved).

My next #devLog will cover the implementation of the pretty-printer, stay tuned for that on Friday!

If you can't wait, it's one static class: https://github.com/russmatney/dothop/blob/1c1cce725a38df3e809c5eb2457a1ea37662bf00/addons/core/Log.gd

#GodotEngine #Code #Screenshot #GameDev

russmatney,
@russmatney@mastodon.gamedev.place avatar

Ready a day early, so we're shipping it now! I just published my third #DevLog: Log, a #GDScript Pretty Printer

https://youtu.be/5yuEuA6S-Ws

Let me know if there's interest in this as a 'proper' addon! I flip-flop on whether utils like this should be per-project or shared as libraries... I would benefit from DRY-ing up code across my games, but also get annoyed when I can't just change a file in the current project. Any opinions?

#GodotEngine #GameDev #Godot #Addon

kuketzblog, to firefox German
@kuketzblog@social.tchncs.de avatar

In der neuen Firefox-Beta (122.0b9) für Android können Addons/Extensions nun auch aus einer Datei (*.xpi) installiert werden. Zuvor muss man den Debug-Modus aktivieren, indem man unter »Über Firefox Beta« fünfmal auf das Firefox-Logo tippt. 👇

#firefox #android #addon #beta

msdropbear42, to helpers

Does #Friendica have an #AddOn that the instance-owner can install on their server, which allows per-post translations, like nowadays widely available in Mastodon? 🤷‍♀️

@helpers

msdropbear42,

@utopiarte T/y. I use a desktop browser [#Floorp, an excellent #Firefox #ESR fork] & in the absence of a more elegant option, have been copying target posts to clipboard, then pasting into my Floorp #WebPanel of about:translations. This though is clunky & "high friction" such that i often lazily instead opt to skip right over non-English posts in my timeline.

Given there's apparently nothing server-side to help here, prolly i shall reinstall the FF #AddOn addons.mozilla.org/en-GB/firef… which i uninstalled comparatively long ago once FF's native local translation tool came along. The AO has one advantage over the native tool though, it includes a context-menu option to translate selected text. I didn't need that any more back in Masto, but it seems now here in #Friendica, i need it again.

legoktm, to firefox
@legoktm@wikis.world avatar
beandev, to firefox German
@beandev@social.tchncs.de avatar

Na toll. Styles Plugin funktioniert nicht mehr, weil es mit der CSP kollidiert*.

"Content-Security-Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf inline blockiert ("style-src")."

Das passiert in style-injector.jsund das liegt in der Plugin-UUID des Styles Plugin.

Hat jemand ähnliche Probleme mit Mastodon?

#Firefox #Styles #Plugin #AddOn #CSS

*) so meine Vermutung

phlogiston, to privacy

If you'd like to get a rough feeling on how well your ad-blocking strategies are (uBlock Origin, Pi hole, AdGuard, AdNauseam, ...), give this test tool a try:

https://d3ward.github.io/toolz/adblock.html

My block rate is 98%

(still need to figure out how to squeeze out more, and finally get the Pi hole set up here locally as well)

dsfgs,

@phlogiston
We wish that #UBlockOrigin blocked the #Fakebook Like button on websites.

Truth be told we wish that there was a #DigitalColonialism warning system that one could enable in the #addOn that simply checks the #IPAddress of sites to warn when a site is served by (scAm)azon, Akamai, Goo', Micro-shaft, Cloud(G)lare, Oracle, F'book, TwxtsiteBuyer, Apple, Alibaba and Tencent…

…and just simply warn the user of such Digital Colonialism.

russmatney, to godot
@russmatney@mastodon.gamedev.place avatar

Holy crap https://github.com/KoBeWi/Metroidvania-System looks amazing. I'm very happy to drop my custom metroidvania helpers for it. love this engine + community!

thomas, to random
@thomas@metalhead.club avatar

Turns out that the CardBook add-on für Mozilla Thunderbird freezes the whole application from time to time.

Maybe every 30 seconds or so ... :( This is really annoying. Turning it off resolves the problem. Lets see if there is a workaround.

Has anybody of you experienced this issue, too?

tilvids, to Youtube
@tilvids@mstdn.social avatar

This is the latest "innovation". with a market cap of $1.7 trillion and $120 billion cash on hand, "needs" to charge for ads on YouTube.

This is, of course, not true. They have more than enough revenue to run YouTube without ads in perpetuity, but they want to please shareholders. The community is showing how you can distribute the costs of hosting content as well. If you don't support Google's continued monetization of monopolized video...vote with your feet.

matt,
@matt@oslo.town avatar

@mdione @tilvids @ChrisWere

The Libredirect (@libredirect) add-on which redirects a lot of services to free alternatives, including YouTube to Invidious.

You can pick which invidious instances you want to redirect to in the settings of the extension. Good stuff.

https://addons.mozilla.org/en-US/firefox/addon/libredirect/

#Libredirect #YouTube #invidious #Twitter #Nitter #Firefox #addon #extension #WebBrowsers

kkarhan, to Youtube
@kkarhan@mstdn.social avatar

Can't confirm this yet but maybe #YouTube doesn't go after #Business #Internet users with static IPs assigned to them because they know they won't tolerate #AdblockerBlockers since they are common in every "#Cybersecurity Solution" on the market!

I myself use #pfBlockerNG, #uBlockOrigin and #SponsorBlock on all networks / devices and their site works to this day...
https://www.youtube.com/watch?v=DMaFH4KzOVg

kkarhan,
@kkarhan@mstdn.social avatar

Only thing #YouTube did to me was to default to 2005 resolution aka. #360p and me looking for an #AddOn to undo that assholeism automagically...

https://mstdn.social/@kkarhan/111211810908462156

CWernerArt, (edited ) to blender German
@CWernerArt@mstdn.social avatar

Why I didn't know this #Blender #Addon Website before?! 😮 It's a very nice and big collection with the possibility to search and filter for free and paid Addons. Check it out yourself:
https://blender-addons.org/

@blender_addons

itsOasus, to random
@itsOasus@pawb.fun avatar

Sanitize your youtube links!

Stolen from gryphoneer

marcel, (edited )
@marcel@waldvogel.family avatar

Actually, sanitize all the links you use or pass on!

utm_*, gclid, …

There is even a #Firefox #AddOn which does this automatically for you (and also skips some tracking-only redirects):
https://addons.mozilla.org/de/firefox/addon/clearurls/

Update: If you activate "AdGuard URL Tracking Protection" privacy filter in #uBlockOrigin, it will do the filtering as well, just not the redirect-skipping. (h/t @oatmeal)

@HistoPol @itsOasus

joriki, to tidal

can anyone confirm that #tidal[.]com will #block #firefox if the "User-Agent Switcher and Manager" #addon is enabled (even if inactive)?

#privacy #infosec

TerryHancock, to blender
@TerryHancock@realsocial.life avatar

Python package management still seems to be a broth with too many cooks, huh?

I figured there'd be a "right" way to install a module in Blender's Python for an AddOn to use, but I don't see a single clear answer.

Not even where it goes, much less how to put it there.

Just lots of ways you could do it. Which, yes I know ways to kludge it.

But how should I do it to be nice for packaging/distribution of my addon?

https://blender.stackexchange.com/questions/5287/using-3rd-party-python-modules

https://blender.stackexchange.com/questions/272610/how-to-install-python-module-before-installing-addon

#Blender #Python #AddOn

amadeus, (edited ) to opensource
@amadeus@mstdn.social avatar

New "Filters Pack" #addon has been released for BYOD, the #opensource, #diy #distortion #plugin by Chowdhury DSP. https://chowdsp.com/products/byod-add-ons/store.html #linuxaudio #crossplatform

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • kavyap
  • DreamBathrooms
  • Durango
  • magazineikmin
  • InstantRegret
  • ngwrru68w68
  • Youngstown
  • everett
  • slotface
  • tacticalgear
  • cisconetworking
  • khanakhh
  • rosin
  • megavids
  • thenastyranch
  • vwfavf
  • osvaldo12
  • mdbf
  • modclub
  • GTA5RPClips
  • Leos
  • normalnudes
  • cubers
  • ethstaker
  • tester
  • anitta
  • JUstTest
  • All magazines