Author

Topic: One click and jump in to ninjastic.space [Time saving tricks] (Read 285 times)

hero member
Activity: 826
Merit: 753
Living Life with Hemophilia🤡
  • How about the same for BPIP and Loyce Club?
Thank you, for advise sir. And I have already a Idea for those and for that I have reserved a post below this topic . Acually it's my first try I have many more things to learn and I am trying for that's.
you can check this list ---> List of Bitcointalk.org Userscripts/ Add-ons before coding
Thank you for your support and also this great source.
Not bad, but maybe having them all separately versus the bpip extension isn't very good advice.  Cheesy
I use bpip extension, it is more complete and very helpful.
It's true  and I'm agreeing that Bpip extension it definitely more workable tools . But in the first it didn't catch my eye. But I think it was good for me and I learned a lot of new things from this. And believe me first time when I was successfully able to run it the pleasure I got ,  I can't described it.
staff
Activity: 3248
Merit: 4110
Don't extensions, no matter how open they are, create privacy and security issues, especially for those who don't understand them?
Technically, even when you do understand the code, and verify it. You can't guarantee that the new code that you've used, despite being clean, won't be exploited by a potential attacker. It potentially increases the attack service of your browser.

So, larger modifications, and therefore more complex tend to yield more problems. However, the decision solely relies on the user, and their threat model. Plenty of users have modified their browser, including myself.
legendary
Activity: 1064
Merit: 1228
OP, sorry to say this but the bpip extension has helped me through some of its icons to get 1 click.
The features offered are quite complete rather than just one, but nevertheless your efforts deserve to be appreciated.





Hope that it is not my bad idea  Cheesy
Not bad, but maybe having them all separately versus the bpip extension isn't very good advice.  Cheesy
I use bpip extension, it is more complete and very helpful.
hero member
Activity: 1330
Merit: 852
What is wrong with using BPIP Extension?

I mean, I have nothing against your DIY approach and I applaud your initiative, but I just thought it was worth mentioning that there are other ways to get around using the Ninjastic.space and BPIP.org websites than manually searching by typing or copy-pasting the user's name. BPIP Extension is a much more efficient way and it can save you a lot of time. I would highly recommend it.
I tend to agree with BPIP extensions where users can save more time logging into tools like ninjastic.space, Loyce.club or BPIP itself. One click is enough to go straight into the tool and get the user information we want, and of course it doesn't make people have to copy and paste. 3 in 1 is much better, but I think we can appreciate the OP's initiative as well.
legendary
Activity: 2506
Merit: 3645
Buy/Sell crypto at BestChange
Nice effort, thanks for taking the time to try to help others make things easier but using userscript on Tampermonkey/Greasemonkey would be much better and easy to implement it on Firefox.

Also, the scalability of your code with other sites will be difficult, especially for beginners.

you can check this list ---> List of Bitcointalk.org Userscripts/ Add-ons before coding
legendary
Activity: 2170
Merit: 3858
Farewell o_e_l_e_o
Looks great!

I am not fan of unofficial extensions that I don't use because of my worry about security and safety for my devices. I do see your good initiative which was done with great efforts too.

My idea (not request)
  • Why did you make it only for Ninjastic.space?
  • How about the same for BPIP and Loyce Club?

I mean you can build two more extensions for BPIP and Loyce Club and people can use one of these three or all of them if they want. Sometimes people want to have double checking.

Hope that it is not my bad idea  Cheesy
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
I guess this only works for Chrome-like desktop browsers (such as Edge, Opera, Chrome itself obviously) and not Firefox, right?

At any rate, I like the idea. Maybe you can extend it to jump to the Ninjastic.space page for a Bitcointalk thread or post as well.
legendary
Activity: 2072
Merit: 4265
✿♥‿♥✿
How long does it take to copy and paste a username into a Ninjaspace search? Also, how often do people need to look for it? Don't extensions, no matter how open they are, create privacy and security issues, especially for those who don't understand them? Of course, the OP put everything on the shelves, and everything is described in detail, but I doubt it.
Very often, it is advised not to decorate your browser like a Christmas tree with extensions; a lot can happen, and you can later regret that you once saved your time by not wanting to do everything on your own.
legendary
Activity: 1638
Merit: 4508
**In BTC since 2013**
Oh great, how my eyes skip this! Smiley Thanks for mentioning it I haven't used it before I will obviously try it in the morning . And for now Let me console myself, I have learned something new and I didn't wasted my time :-).

Even though there are other solutions, and this one will not be used much, congratulations on the work done!

It is extremely rewarding for the person to do a job, learn from it and the result is positive. Certainly, what you learned in this project will give you the necessary skills to carry out other, even more interesting projects.

Once again, congratulations!
hero member
Activity: 826
Merit: 753
Living Life with Hemophilia🤡
What is wrong with using BPIP Extension?

Oh great, how my eyes skip this! Smiley Thanks for mentioning it I haven't used it before I will obviously try it in the morning . And for now Let me console myself, I have learned something new and I didn't wasted my time :-).
legendary
Activity: 1484
Merit: 1355
What is wrong with using BPIP Extension?

I mean, I have nothing against your DIY approach and I applaud your initiative, but I just thought it was worth mentioning that there are other ways to get around using the Ninjastic.space and BPIP.org websites than manually searching by typing or copy-pasting the user's name. BPIP Extension is a much more efficient way and it can save you a lot of time. I would highly recommend it.
hero member
Activity: 826
Merit: 753
Living Life with Hemophilia🤡
hero member
Activity: 826
Merit: 753
Living Life with Hemophilia🤡
1 Click to Ninjaspace

While we browse this forum, for knowing the user details we often have to go to the ninjastic.space website. After going there and searching by typing or copy-pasting the user's name, we get those details. So it came to my head that repeatedly copying and pasting names is a lot of irony and waste of time so I thought to make an extension through which by selecting the name of the user with the mouse, his details can be found in one click one of my friend also helped to fix this. I think it will be also useful for you(specially for sig. camp. managers) as it has been for me. Details are mentioned below:

You can download it if you want or you can easily create it by creating a .JS and a .JSON file on your PC  by copying and pasting below codes

1. Firstly, create a few files in a folder same as below


2. Then paste these codes to eventPage.js file.
Code:
var menuItem = {
    "id": "cryptolibrary",
    "title": "1 click to ninjaspace(CL)",
    "contexts": ["selection"]
}
chrome.contextMenus.create(menuItem);

function fixedEncodeURI(str) {
    return encodeURI(str).replace(/%5B/g, '[').replace(/%5D/g, ']');
}

chrome.contextMenus.onClicked.addListener(function(clickData){
    if(clickData.menuItemId == "cryptolibrary" && clickData.selectionText){
        var ninjaUrl = "https://ninjastic.space/user/" + fixedEncodeURI(clickData.selectionText);
        var createData = {
            "url": ninjaUrl,
            "type": "popup",
            "top": 5,
            "left": 5,
            "width": screen.availWidth/2,
            "height": screen.availHeight/2
        };
        chrome.windows.create(createData, function(){});
    }
})

3. And then paste these to mainfest.json file .
Code:
{
 
    "manifest_version": 2,
    "name": "1 click to ninjaspace(Crypto Library)",
    "version": "1.0",
    "description": "serarch",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },

    "background": {
        "scripts": ["eventPage.js"],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ]

}

4. Or you find all the files in this -> one click to ninjaspace (Crypto Library).zip (extract it).


5. And then go to your browser extensions.


6. Turn on the Developer mode.


7. Then click to the Load unpacked and select the folder what you have download .


8. All done now come to BTT forum and select any user name of this forum and click the right button of mouse and you will see this option (1 click to ninjaspace ) and click it and ninjasticspace will across to you.

Here is the result


And A big credit goes to @TryNinja who is behind Ninjastic.space

***Thanks to all excuse me if I did any mistake***
For Bengali: https://bitcointalksearch.org/topic/m.61771037
Jump to: