Bitcoin Forum
April 25, 2024, 12:13:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcointalk Mobile Friendly App for Android  (Read 1079 times)
fahbil (OP)
Member
**
Offline Offline

Activity: 126
Merit: 51


View Profile
June 20, 2018, 08:33:17 AM
Last edit: June 20, 2018, 02:22:20 PM by fahbil
Merited by xandry (6), Vod (5), suchmoon (4), hugeblack (2), BitMaxz (1), Haunebu (1), TheBeardedBaby (1), YOSHIE (1), noorman0 (1), mdayonliner (1), omer-jamal (1)
 #1

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

 -
-  

Bitcointalk Mobile Friendly App for Android
Diskusi Prospek Coin Karya Anak Bangsa Pundi X (NPXS)
1714047194
Hero Member
*
Offline Offline

Posts: 1714047194

View Profile Personal Message (Offline)

Ignore
1714047194
Reply with quote  #2

1714047194
Report to moderator
1714047194
Hero Member
*
Offline Offline

Posts: 1714047194

View Profile Personal Message (Offline)

Ignore
1714047194
Reply with quote  #2

1714047194
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
mdayonliner
Copper Member
Sr. Member
****
Offline Offline

Activity: 630
Merit: 420


We are Bitcoin!


View Profile
June 20, 2018, 08:37:23 AM
 #2

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.

Be happy be at peace. Looking forward to BTC at $1M
xali
Member
**
Offline Offline

Activity: 163
Merit: 10


View Profile
June 20, 2018, 09:17:03 AM
 #3

but does it have the hidden features?

someone else had been posting on my account for over a year; Every post from January 10 2017 to June 18 2018 is NOT ME
Whoever this person was that got access to my account, felt the need to shill something called "bidium" in my signature
very surreal. is this normal? the internet is full of crooks... watch out
fahbil (OP)
Member
**
Offline Offline

Activity: 126
Merit: 51


View Profile
June 20, 2018, 09:26:03 AM
 #4

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?

Bitcointalk Mobile Friendly App for Android
Diskusi Prospek Coin Karya Anak Bangsa Pundi X (NPXS)
DdmrDdmr
Legendary
*
Offline Offline

Activity: 2296
Merit: 10731


There are lies, damned lies and statistics. MTwain


View Profile WWW
June 20, 2018, 09:26:10 AM
Merited by LoyceV (1), cabalism13 (1)
 #5

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.
chailatte
Copper Member
Newbie
*
Offline Offline

Activity: 104
Merit: 0


View Profile WWW
June 20, 2018, 09:37:58 AM
 #6

Looks very slick. I would be very interested to give this a go.
fahbil (OP)
Member
**
Offline Offline

Activity: 126
Merit: 51


View Profile
June 20, 2018, 10:34:03 AM
Last edit: June 20, 2018, 11:03:43 AM by fahbil
 #7

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.

Bitcointalk Mobile Friendly App for Android
Diskusi Prospek Coin Karya Anak Bangsa Pundi X (NPXS)
omer-jamal
Sr. Member
****
Offline Offline

Activity: 490
Merit: 275


View Profile
July 31, 2019, 10:29:00 AM
Last edit: August 04, 2019, 03:44:06 PM by omer-jamal
 #8

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 ------*/
}
pishite
Full Member
***
Offline Offline

Activity: 966
Merit: 132


View Profile
November 06, 2019, 07:04:56 PM
 #9

Please update private messages, when I try to read them, I don’t see them.
tbct_mt2
Hero Member
*****
Offline Offline

Activity: 2310
Merit: 835



View Profile WWW
November 07, 2019, 09: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.

.
.airbet.
██
██
██
██
██
██
██
██

██

██

██

██

██
.

▄████▄▄▄██████▄
███████████████
███████████████
███████▀▀▀▀████
██████████████
▀███▀███████▄██
██████████▄███
██████████████
███████████████
███████████████
██████████████
█████▐████████
██████▀███████▀
▄███████████████▄
████████████████
█░██████████████
████████████████
████████████████
█████████████████
█████████████████
███████░█░███████
████████████████
█████████████████
██████████████░█
████████████████
▀███████████████▀
.
.
.
.
██▄▄▄
████████▄▄
██████▀▀████▄
██████▄░░████▄
██████████████
████████░░▀███▌
░████████▄▄████
██████████████▌
███░░░█████████
█████████░░░██▀
░░░███████████▀
██████░░░██▀
░░▀▀███▀

   
6,000+
GAMES
|
WEEKLY
PROMOS
.
....100%....
1ST DEPOSIT
BONUS
....
....125%.....
2ND DEPOSIT
BONUS
██
██
██
██
██
██
██
██

██

██

██

██

██
.
.PLAY NOW.
libert19
Hero Member
*****
Offline Offline

Activity: 2478
Merit: 941



View Profile WWW
February 10, 2020, 03:57:45 AM
 #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.

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
..........UNLEASH..........
THE ULTIMATE
GAMING EXPERIENCE
DUELBITS
FANTASY
SPORTS
████▄▄█████▄▄
░▄████
███████████▄
▐███
███████████████▄
███
████████████████
███
████████████████▌
███
██████████████████
████████████████▀▀▀
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
.
▬▬
VS
▬▬
████▄▄▄█████▄▄▄
░▄████████████████▄
▐██████████████████▄
████████████████████
████████████████████▌
█████████████████████
███████████████████
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
/// PLAY FOR  FREE  ///
WIN FOR REAL
..PLAY NOW..
UserU
Hero Member
*****
Offline Offline

Activity: 2016
Merit: 531


FREE passive income eBook @ tinyurl.com/PIA10


View Profile WWW
February 10, 2020, 06: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.

.
.500 CASINO.██

  ▄

.
THE HOTTEST CRYPTO
CASINO & SPORTSBOOK
         ▄▄▄███████████
 ▄▄▄████████████████

▐████████████████████
 ██████████████████
 ▐██████████████████
 ▐█████████████████
  ██████████████████
  ██████▀█████▀█████
  ▐████████████████
  ▐██████████████
   █████████████████
   ▐██████████████████
    ▀██████▀▀▀▀▀▀   ▀▀▀█
▄▄▄▀▀▀▀▀▀▀▄▄▄
▄▄▀▀▄ ▄ ▀ ▀ ▀ ▄ ▄▀▀▄▄
▄▀▄ ▀               ▀ ▄▀▄
█ ▄                     ▄ █
█ ▄  █████  ▄███▄  ▄███▄  ▄ █
█ ▄   ██▄▄   ██ ██  ██ ██   ▄ █
█ ▄   ▀▀▀██  ██ ██  ██ ██   ▄ █
█ ▄   ▄▄ ██  ██ ██  ██ ██   ▄ █
█ ▄  ▀███▀  ▀███▀  ▀███▀  ▄ █
█ ▄                     ▄ █
▀▄ ▀ ▄             ▄ ▀ ▄▀
▀▀▄▄ ▀ ▄ ▄ ▄ ▄ ▀ ▄▄▀▀
▀▀▀▄▄▄▄▄▄▄▀▀▀

▄▄▄██████████▄▄▄
████████▀██▀▀██▄▄
 █
█████████████████▄
 █
████████████████████
  █
██▄████▄███████▄███
  █
████████████████████
  █
███▀████▀███████▀███
 █
████████████████████
 █
█████████████████▀
█████████▄██▄▄██▀▀
 ▀▀▀██████████▀▀▀

ORIGINALS

SLOTS

LIVE GAMES

SPORTSBOOK



.
██..PLAY NOW..
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!