Bitcoin Forum
May 05, 2024, 11:56:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Atlas Recognizer -- Greasemonkey-, Chrome-compatible script  (Read 3102 times)
PrintCoins
Hero Member
*****
Offline Offline

Activity: 533
Merit: 501


View Profile
December 16, 2011, 08:14:43 PM
 #21

I read the book but I am guessing there is a user of note.

1714910212
Hero Member
*
Offline Offline

Posts: 1714910212

View Profile Personal Message (Offline)

Ignore
1714910212
Reply with quote  #2

1714910212
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714910212
Hero Member
*
Offline Offline

Posts: 1714910212

View Profile Personal Message (Offline)

Ignore
1714910212
Reply with quote  #2

1714910212
Report to moderator
ineededausername (OP)
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000


bitcoin hundred-aire


View Profile
January 08, 2012, 09:51:11 PM
 #22

Since Atlas is back, the script is being updated to include "EndTheBanks."

(BFL)^2 < 0
Atheros
Sr. Member
****
Offline Offline

Activity: 249
Merit: 251



View Profile WWW
January 08, 2012, 11:53:51 PM
 #23

I'm currently unable to reach server: http://userscripts.org/scripts/show/120450

BM-GteJMPqvHRUdUHHa1u7dtYnfDaH5ogeY
Bitmessage.org - Decentralized, trustless, encrypted, authenticated messaging protocol and client.
terrytibbs
Hero Member
*****
Offline Offline

Activity: 560
Merit: 501



View Profile
January 08, 2012, 11:57:15 PM
 #24

I'm currently unable to reach server: http://userscripts.org/scripts/show/120450
Works for me.

Here's the code, if you want to install the script manually:
Code:
// ==UserScript==
// @name AtlasRecognizer
// @namespace AtlasRecognizer
// @description AtlasRecognizer
// @match https://bitcointalk.org/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
// ==/UserScript==

// a function that loads jQuery and calls a callback function when jQuery has finished loading
function addJQuery(callback) {
  var script = document.createElement("script");
  script.setAttribute("src", "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js");
  script.addEventListener('load', function() {
    var script = document.createElement("script");
    script.textContent = "(" + callback.toString() + ")();";
    document.body.appendChild(script);
  }, false);
  document.body.appendChild(script);
}

addJQuery(function(){
var aliases = ['Atlas', 'HarveyAlpha', 'I.Goldstein', 'Ragnar', 'Immanuel Go', 'ALPHA.', 'Harvey', 'Anonymous...', 'EndTheBanks'];
$('.poster_info a, td.windowbg2 > a').each(function(ind){
if (aliases.indexOf($(this).html()) != -1
) {
$(this).html('Unremorsefully Atlas <img src="https://bitcointalk.org/Themes/custom1/images/delete.gif" alt="*" border="0">');
$(this).css('color', 'red');
}
});
$('.quoteheader').each(function(ind){
var str = $(this).html() + "";
for (var i in aliases) {
str = str.replace(" " + aliases[i], " Unremorsefully Atlas");
}
$(this).html(str);
});
});
PrintCoins
Hero Member
*****
Offline Offline

Activity: 533
Merit: 501


View Profile
January 09, 2012, 05:42:14 PM
 #25

Is there a post or thread somewhere that explains who this dude is and why he is important enough to have a GM script devoted to him?

Atheros
Sr. Member
****
Offline Offline

Activity: 249
Merit: 251



View Profile WWW
January 14, 2012, 03:43:15 AM
 #26


I tried again and the links works now. Thank you! Anyone who has the Greasemonkey add-on should certainly install this.

BM-GteJMPqvHRUdUHHa1u7dtYnfDaH5ogeY
Bitmessage.org - Decentralized, trustless, encrypted, authenticated messaging protocol and client.
ineededausername (OP)
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000


bitcoin hundred-aire


View Profile
January 14, 2012, 04:25:35 AM
 #27


I tried again and the links works now. Thank you! Anyone who has the Greasemonkey add-on should certainly install this.

And since Atlas is back, there'll be plenty of updates Wink

(BFL)^2 < 0
altuin
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
January 14, 2012, 07:16:11 PM
 #28

He has more aliases than that....
Pages: « 1 [2]  All
  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!