Author

Topic: Bitcointalk Mobile Friendly App for Android (Read 1081 times)

hero member
Activity: 2016
Merit: 531
FREE passive income eBook @ tinyurl.com/PIA10
February 10, 2020, 02:15:11 AM
#12
Not sure if op is still active, possible to make chrome extension as well? Because many mobile browsers support chrome extensions (kiwi, yandex) while not Firefox ones.

Last seen July 2018, not a good sign.

I happened to see someone posting about this mobile addon but noted the OP has been inactive for over a year.

So chances are pretty slim if he would update Firefox's, let alone create one for Chrome.
hero member
Activity: 2464
Merit: 934
February 09, 2020, 11:57:45 PM
#11
Not sure if op is still active, possible to make chrome extension as well? Because many mobile browsers support chrome extensions (kiwi, yandex) while not Firefox ones.
hero member
Activity: 2254
Merit: 831
November 07, 2019, 05:02:38 AM
#10
With all the account hacking that seems to be going on, I won’t spend a minute checking any add-on that is required to “access/bypass” the credentials on my account, whatever the disclaimers say. Until the Forums comes up with an official app (if it does) I certainly will not risk my account.
I agreed!

People tend to forget the most inconvenience of mobile devices (not mobile apps) is very difficult to type contents with good speed and it costs more time to copy & paste / cut exactly contents (compared to experience we have with computers or laptops).

If the forum (with Epochtalk software) launches its official mobile app, I still think I won't spend my time to use that mobile app. Not only because of bad experience on mobile devices but also because of my core intention is to stay out of the Internet if I don't have connect to my computers or laptops. We do need more time for our families, especially our children. Playing with them is more interesting and funny than typing replies on phones.
full member
Activity: 966
Merit: 132
November 06, 2019, 03:04:56 PM
#9
Please update private messages, when I try to read them, I don’t see them.
sr. member
Activity: 490
Merit: 275
try to show avatar there are still problems..
I will update this post if find a solution



Edit: this should work well Enjoy  Cheesy
Code:
@-moz-document url-prefix("https://bitcointalk.org") {
/*--------------------
show avatar
--------------------*/

/* avatar in posts */

.avatar {
    margin-top: -9%;
}

.poster_info a[href^="https://bitcointalk.org/index.php?action=profile;u="]:first-child {
    margin-left: 46px;
}

/* when user without avatar*/
.poster_info a[href^="https://bitcointalk.org/index.php?action=profile;u="]:first-child:before {
content: " ";
    background: url("https://i.ibb.co/ctTj8CJ/user.png");
    margin-top: 0.5%;
    height: 2.5rem !important;
    width: 2.5rem !important;
    margin-left: 0.7px;
}

/* overflow poster_info */
.poster_info > .smalltext {
    margin-left: 46px;
    white-space: nowrap;
    overflow: auto;
  }

.poster_info > div.smalltext > a[title*="(Online)"] + span.smalltext,
.poster_info > div.smalltext > a[title*="(Offline)"] + span.smalltext,

div#bodyarea table.bordercolor td td td.poster_info div.smalltext img[src*="useron.gif"] + span.smalltext, div#bodyarea div.smalltext > a[title*="(Online)"] + span.smalltext {
    line-height: inherit !important;
}

/* hide avatar div space in header */
tr#upshrinkHeader > td > table > tbody > tr > td.windowbg /*select Div avatar!*/ {
    visibility:hidden; height:0; width:0; padding:0; margin:0;  
}


/*--- avatar in profile page ---*/
#modifyProfile .windowbg:nth-child(2) {
    position: absolute;
    top: 0; right: 0;
    visibility:hidden;
display: block !important;  
}
#modifyProfile .windowbg:nth-child(2) > img.avatar {
    visibility: visible;
    margin-left: 64px;
    margin-top: 5px;
}
tr#modifyProfile > td > table > tbody > tr:nth-child(2) {
    position: relative;
overflow: auto !important;
}

/*overflow signature */
form#quickModForm .windowbg > table > tbody > tr:nth-child(2),
form#quickModForm .windowbg2 > table > tbody > tr:nth-child(2) {
    overflow-x: auto !important;
}

/*---------- avatar style ----------*/
#quickModForm td.windowbg > table > tbody > tr > td.poster_info img.avatar,
#quickModForm td.windowbg2 > table > tbody > tr > td.poster_info img.avatar,
table > tbody > tr > td.windowbg img.avatar,
form[name=pmFolder]  img.avatar,
.poster_info a[href^="https://bitcointalk.org/index.php?action=profile;u="]:first-child:before /*when no avatar*/ {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    object-fit: cover;
    border: 2px solid #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-color: #FFFFFF;
background-repeat: no-repeat;
    background-position: center center;

position: absolute;
left: 5px;
}

/* size in posts */
#quickModForm td.windowbg > table > tbody > tr > td.poster_info img.avatar,
#quickModForm td.windowbg2 > table > tbody > tr > td.poster_info img.avatar,
form[name=pmFolder]  img.avatar /*in msg page*/,

/*when no avatar*/
.poster_info a[href^="https://bitcointalk.org/index.php?action=profile;u="]:first-child:before {
    height: 2.6rem;
    width: 2.6rem;
}

form[name=pmFolder]  img.avatar /*clear margin in msg page*/ {
    margin-top: 0;
    position: relative;
}

/* size in profile page */
table.bordercolor > tbody > tr > td.windowbg img.avatar {
    height: 4.4rem;
    width: 4.4rem;
}

/* size in top header */
#upshrinkHeader table > tbody > tr > td.windowbg img.avatar {
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 2px;
    border-width: 1px;
    box-shadow: none;
    margin-top: -33px;
    visibility: visible;
}

/* hide overflow from container div  */
#quickModForm td.windowbg > table > tbody > tr > td.poster_info div[style^="overflow"],
#quickModForm td.windowbg2 > table > tbody > tr > td.poster_info div[style^="overflow"]{
    overflow: unset !important;
}
/*------ end avatar style ------*/
}
member
Activity: 126
Merit: 51
With all the account hacking that seems to be going on, I won’t spend a minute checking any add-on that is required to “access/bypass” the credentials on my account, whatever the disclaimers say. Until the Forums comes up with an official app (if it does) I certainly will not risk my account.
when it said "Access your data for.... " it doesn't mean or need your credentials information but "data" mean here is html code you are currently viewing, you don't need to login to use this addon. FYI all addon that interact with website like "youtube downloader addon" need same access but it not mean the addon need your YouTube account information.

It open source, people can just download the code, edit whatever he like and upload to mozilla for signing and use it.
copper member
Activity: 104
Merit: 0
Looks very slick. I would be very interested to give this a go.
legendary
Activity: 2296
Merit: 10753
There are lies, damned lies and statistics. MTwain
With all the account hacking that seems to be going on, I won’t spend a minute checking any add-on that is required to “access/bypass” the credentials on my account, whatever the disclaimers say. Until the Forums comes up with an official app (if it does) I certainly will not risk my account.
member
Activity: 126
Merit: 51
I hope it turns out to be a good stuff foe BitcoinTalk.org
Did not checked it yet however I hope you are doing good with this addon.
addon is uploaded you can try it and thanks  Grin

but does it have the hidden features?
"hidden features" mean?
member
Activity: 163
Merit: 10
but does it have the hidden features?
copper member
Activity: 630
Merit: 420
We are Bitcoin!
I hope it turns out to be a good stuff foe BitcoinTalk.org
Did not checked it yet however I hope you are doing good with this addon.
member
Activity: 126
Merit: 51
Bitcointalk Mobile is Firefox addon for Android that make bitcointalk.org forum mobile friendly. This app not using remote server processing all done locally in browser with custom CSS and Javascript.


Features
  • Open Source, edit whatever you like
  • Responsive design or Mobile friendly
  • No fancy UI but all page function should working smoothly
  • No remote processing
  • Option to change forum font size

Install

Security
When installing it will ask "Access your data for bitcointalk.org" but it not related to your private data like cookies or login information, only modification to HTML code.

once again please read, this addon doesn't need your credential information to work, you can use it without logged in

Both files in .xpi package and github repository will have same code you can verify by downloading .xpi files rename to .zip, extract and view the code or view it online using https://robwu.nl/crxviewer/

Contributing
If you like this project you can contribute by:
  • Donate me some
    • BTC: 16Q8MPkNoxY3Yc18dmUxcFCLqs2GSJUXsH
    • ETH/Token: 0xd40a4Be8603f3A5eeB66047cddE150cBc59586e9
  • Submit enhancement, bug reports or new feature requests on github

Source Code
Available at https://github.com/ewwink/bitcointalk-mobile

Demo screenshot

 -
-  
Jump to: