test from vanilla js
02.11.2025 23:13 β π 0 π 0 π¬ 0 π 0@jrigler.bsky.social
test from vanilla js
02.11.2025 23:13 β π 0 π 0 π¬ 0 π 0test from vanilla js
02.11.2025 00:14 β π 0 π 0 π¬ 0 π 0test from vanilla js
02.11.2025 00:12 β π 0 π 0 π¬ 0 π 0Have you looked into fdroid? I found a game there called "2050" which I enjoy because it is ad free.
20.06.2025 04:57 β π 0 π 0 π¬ 0 π 0Did you have some sort of surge? Is stuff better now?
20.06.2025 04:46 β π 1 π 0 π¬ 1 π 0Here is an example of how "not" to protect your identity.
@web3privacy.info
realRoot=root.firstChild.firstChild.firstChild.firstChild.children
realMain = realRoot[0].firstChild.firstChild.firstChild.firstChild.firstChild.firstChild
realPost=realMain.children[1].children[1].firstChild
// Drilled down even further, lots of heavy lifting done by
// three lines of code.
Next line, I have now drilled down to the main section where the list of posts appear. I can now delete or alter these from my viewport. I can also add something else here, like a tetris game or something.
realMain = realRoot[0].firstChild.firstChild.firstChild.firstChild.firstChild.firstChild
Bit by bit, I can start to hack out some more permanent code. Because all of the heavy interface lifting is already done, this can all be so simple and tiny that I could store it on a notepad and paste it in each time:
realRoot=root.firstChild.firstChild.firstChild.firstChild.children
So my first test was to just write anything to the screen. Next test is of my "Riskiest Assumption". I type:
eval("console.log('xxxx')")
It works! This means that I am not restricted from swapping in arbitrary code from some Web3 source like IPFS or Polygon transactions.
First Hack. If you look at the top right of the image, you will see a few little "xxxx" marks. I did this with Javascript. The code I used to do this is:
root.firstChild.firstChild.innerHTML +=
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
The big screen on the right is something that anyone can access, it allows you to add code right onto the web page that you are viewing. If the whole page reloads, you code is gone. But these pages generally never reload. My first task might be to add a button to the lefthand side. Time to hack.
23.01.2025 16:53 β π 0 π 0 π¬ 1 π 0So the image above is of me starting to hack this "Web3" directly into Bluesky itself. I could have done with with Facebook or Linkedin, or even the website for a furniture store. The benefit here is that this solution can be etched atop your local "pane of glass" while you are here on Bluesky.
23.01.2025 16:32 β π 0 π 0 π¬ 0 π 0We desperately need something that I call "Web3". If this means anything to you, it might be because you have seen a somewhat bastardized version of it. This is the new internet, where secure person-to-person communication, commerce, and organization is possible. There is no middleman.
23.01.2025 16:30 β π 0 π 0 π¬ 0 π 0Most folk here are refugees from elsewhere, often Facebook. My big argument is one that I back up not with technical jargon, but with the beginning of a solution. I don't really communicate in visions of the future. Instead, I just start spewing out a direction.
23.01.2025 16:29 β π 0 π 0 π¬ 0 π 0This is my first Bluesky post, I think. I will likely be using this in a way that is slightly different from everyone else. Please be patient with me, because the payoff should be worth it.
23.01.2025 16:27 β π 5 π 0 π¬ 4 π 0