There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Active

Riccardo_Mar , to piracy Italian
@Riccardo_Mar@mastodon.uno avatar

@piracy Do cracked apps still send data to Google/Android or they bypass them?

I was wondering if while using (trusted) cracked apps they still send data to Google, Android, Meta, etc. or to the app owner.

hexagonwin ,

On android with root what’s the best firewall to use? The ‘rootless’ ones using Android VPN features are really inefficient.

Draconic_NEO ,
@Draconic_NEO@lemmy.dbzer0.com avatar

It really depends on how it was cracked and the use case of the app. Some of them may have it patched out but others won’t. Play it safe unless you know for sure.

thetls , to random
@thetls@mastodon.social avatar

Books of the Year 2023: Our contributors select their favourites https://www.the-tls.co.uk/articles/tls-books-of-the-year-2023/

richardlea ,
@richardlea@mastodon.online avatar

@thetls

'An “anti-memoir” that interrogates and defies various modes of literary production'

Keith Miller recommends Wish I Was Here by @mjohnharrison

@bookstodon

dustcircle , to steam
@dustcircle@mastodon.social avatar
user0 , to random

Updated November 21th 2023:

This forum thread is best viewed with javascript disabled in your browser.

Mobile-Friendly Firefox Customizations for Librem 5

  • Adjusted the following files to better support fully expanded Tab Manager Menu in all Display Scales (100%-200%):

    • Line 101 & Line 102 of tabmenu.css
    • Line 117 & Line 118 of true_mobile_landscape-alt.css
    • Line 143 & Line 144 of true_mobile_landscape.css
    • Line 304, Line 305, Line 644 & Line 645 of fenix_fox-alt.css
    • Line 325, Line 326, Line 721 & Line 722 of fenix_fox.css
    • Line 525, Line 526, Line 865 & Line 866 of fenix_one-alt.css
    • Line 546, Line 547, Line 942 & Line 943 of fenix_one.css

Changed this:

    /* Expand Tab Manager Menu */
    #customizationui-widget-multiview panelview {
        max-width: calc(100vw - 10px) !important;
        width: calc(100vw - 10px) !important;
    }

To this:

    /* Expand Tab Manager Menu */
    #customizationui-widget-multiview panelview {
        max-width: 100% !important;
        width: 100% !important;
    }

oatmeal , to random
@oatmeal@kolektiva.social avatar

Israel’s has officially gone into overdrive, or possibly becoming more desperate. This simulation of a terrorist attack in (guess it has nothing to do with London seeing the biggest demonstrations in support of ) on day is supposed to “make Brits feel what it’s like to be ‘in our shoes’ for a minute or two,” according to one of the producers.

——-

London.
Christmas Day.
Your home and dear ones.
What if it were you?

https://nitter.net/OrenMarmorstein/status/1726569622596682176

@israel
@palestine

oatmeal OP ,
@oatmeal@kolektiva.social avatar

Nature: "militant organization Hamas"

In Israel these days, nothing gets past unnoticed.

"People in , and the West Bank are reeling from the repercussions of the 7 October attacks on Israel by the militant organization ..."

https://www.nature.com/articles/d41586-023-03550-0

@israel
@palestine


@academicchatter

kcarr2015 , to random
@kcarr2015@mstdn.social avatar

There's an easy solution for that. Kim just needs to pull up the holodeck program, and he can get a girlfirend so bad he'll drug himself to forget her!

MirrorAyako ,
@MirrorAyako@universeodon.com avatar

@kcarr2015

He can also borrow Vulcan Love Slave 2 from Quark and get it out of his system.

@allstartrek

Masimatutu , to memes

Impossible

@memes
h/t to @StefanThinks

MJKee9 ,

Thou doth protest too much.

Put another way, the opposite of love is not hate, it’s indifference.

PatFussy ,

Murdered with facts and logic

elonjet , to random
@elonjet@mastodon.social avatar

Landed in Austin, Texas, US. Apx. flt. time 10 min.

bullwong ,
@bullwong@mastodon.social avatar

@elonjet haha don't you hate it when you land at the wrong airport so you have to fly across town

Yani ,
@Yani@mastodon.social avatar

@elonjet LOL. This is bad.

AftermathSiteUnofficial , to games
stevesilberman , to random
@stevesilberman@newsie.social avatar

Congratulations to @drrobertchapman.bsky.social , whose new book, "Empire of Normality," out today, is a radical critique of capitalism from a pro-neurodiversity perspective. It's brilliant. My endorsement is here. https://www.plutobooks.com/9780745348667/empire-of-normality/

CuriousMagpie ,
@CuriousMagpie@mastodon.social avatar
bryankam , to random
@bryankam@writing.exchange avatar

I'm putting out some writing tonight, stay tuned!

bryankam OP ,
@bryankam@writing.exchange avatar
elonjet , to random
@elonjet@mastodon.social avatar

Took off from Pflugerville, Texas, US.

user0 , to random

Updated November 20th 2023:

This forum thread is best viewed with javascript disabled in your browser.

Mobile-Friendly Firefox Customizations for Librem 5

  • Adjusted the following files for compatibility with New-Tab Button (new-tab-button.css):

    • Line 57 & Line 60 of single_tab_mode-alt.css
    • Line 57 & Line 60 of alt-single_tab_mode-alt.css
    • Line 57 & Line 60 of single_tab_mode.css

Changed this:

    /* Expand unpinned active tab */
    #tabbrowser-tabs:not([haspinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[selected] {
        min-width: 100vw !important;
    }
    #tabbrowser-tabs[haspinnedtabs] > #tabbrowser-arrowscrollbox > .tabbrowser-tab:not([pinned])[selected] {
        min-width: calc(100vw - 40px) !important;
    }

To this:

    /* Expand unpinned active tab */
    #tabbrowser-tabs:not([haspinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[selected] {
        min-width: 100% !important;
    }
    #tabbrowser-tabs[haspinnedtabs] > #tabbrowser-arrowscrollbox > .tabbrowser-tab:not([pinned])[selected] {
        min-width: 83.5% !important;
    }

  • Adjusted the following files to fix a mistake I had made which prevented adding extensions to toolbar:

    • Lines 261-265 of fenix_theme.css
    • Lines 278-283 offenix-alt.css
    • Lines 278-283 offenix.css

Changed this:

    /* Hide Back button and Private Browsing Indicator */
    #back-button,
    #private-browsing-indicator-with-label {
        visibility: collapse !important;
    }

To this:

    /* Remove Back button */
    #back-button {
        display: none !important;
    }

    /* Hide Private Browsing Indicator */
    #private-browsing-indicator-with-label {
        visibility: collapse !important;
    }

Changed this:

    /* Hide Back button, Tab Bar, and Private Browsing Indicator */
    #back-button,
    #tabbrowser-tabs,
    #private-browsing-indicator-with-label {
        visibility: collapse !important;
    }

To this:

    /* Remove Back button */
    #back-button {
        display: none !important;
    }

    /* Hide Tab Bar and Private Browsing Indicator */
    #tabbrowser-tabs,
    #private-browsing-indicator-with-label {
        visibility: collapse !important;
    }

kshernandez , to random
@kshernandez@me.dm avatar

Good Monday Morning, everyone. Only 25/888 raised so far for urgent rental assistance at least 230 of that needed immediately. Please donate if possible, share always, pray. Orig link below with details. paypal.me/kshernandezinc v: @skillingmesoftly

https://me.dm/@kshernandez/111422516313666046

kshernandez OP ,
@kshernandez@me.dm avatar

@blackmastodon @BlackMastodon @BigAngBlack @mutualaid Please ampify the above post? I'd greatly appreciate the help.

giotras , to science Italian

Podcast with Vandana Singh: Science Fiction and the Future of Science: Data, Narrative, and Transdisciplinarity

@science

https://council.science/current/blog/data-narrative-transdisciplinary/?utm_source=rss&utm_medium=rss&utm_campaign=data-narrative-transdisciplinary

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines