Mozilla released the results of the test they offer developers (or people looking up syntax) for 2020. On the results they mention that about 88% of the respondents develop with Firefox as a target. https://files.catbox.moe/4lmb5h.png
Since Mozilla got all "woke" and I've stopped using them for anything I don't have to (and have seen other nerds complain about the same topic) something valuable may come from this over time. It could be interesting to see what happens over time for them.
Here's the entire survey link where the screenshot came from https://insights.developer.mozilla.org/reports/mdn-web-developer-needs-assessment-2020.html
This test was given to devs BEFORE they made their wokey, woke comments about 'deplatforming not being far enough... for those they disagree with' so we are seeing how devs looked at them PRIOR to those comments and, naturally the future will come steadily.
I've never seen someone openly say stuff like this. Woah.
https://www.bitchute.com/video/8zLmrkTAwKiM/
It gets worse as it goes...
In this video "STEVE PIECZENIK" claimed he would never come on Infowars again if he was wrong (his claim was that everything was going an unseen way behind the scenes and allllll was under control - punishment would arrive etc.).
Jan 14 2021 https://www.bitchute.com/video/EkJAFP6NhapC/
Betting he will show up again...
Once Texas makes it's separation for "Texit" I'd like to contribute to the new national anthem thusly: https://www.youtube.com/watch?v=7yh9i0PAjck
Play it on repeat this week to learn it well.
They link to a YT video of someone scrolling through a database, then give details on how to access it to make your own search (in the comments). Apparently you can search for reported side effects / illness near the time of taking the vaccines.
Article w/commments https://poal.co/s/HealthNews/258379
Direct link to YT video from article. https://www.youtube.com/watch?v=gTQk087C9Dk
Just what I need - another thing to monitor.... but someone else may find it fun to watch over time, also.
I was sick of seeing those daft Twitter "disputes" all over the messages of Powell and Trump so made a little scripting that removes them from the page. This is for desktop users. Sharing the code I used to combat those stuuuuuuuuuuupid messages.
The script is at the bottom of this post as a quote.
If you aren't used to using the console... how you access the console depends on your browser. First you visit the Twitter page, then load the console and run the script. That's the order. Load a page then run the script because scripts are sandboxed in browsers to domains and pages.
Step 1: Load the Twitter page
Step:2 Open the console
Chrome - CTRL+SHIFT+I (Make sure the Console tab is selected) At the bottom of the 'Console 'is a blue arrow, after that arrow is where you paste the code then click ENTER key to run it.
Firefox - CTRL+SHIFT+K (Make sure the Console tab is selected) At the bottom of the 'Console 'is a double blue arrow, that's where you paste the code then click ENTER key to run it.
Step 3: Add the script at the bottom of the post (after you understand the rest of this).
After you run the script: The script will trigger itself every 3 seconds searching for disputes on the page, then destroy them.
If you continue to watch your console run... the messages will look like this each time a dispute is removed from the page. It shows the URL you are on, then the word [Deleted] then the text Twitter had inside the dispute.
https://twitter.com/sidneypowell1 [Deleted] This claim about election fraud is disputed
https://twitter.com/GenFlynn [Deleted] This claim about election fraud is disputed
https://twitter.com/realDonaldTrump [Deleted] This claim about election fraud is disputed
You don't have to leave the console open, however. You can click the X button to remove it from showing and use the webpage while the scripting runs behind the scenes.
Since it's only going to run the script every 3 seconds you might see a dispute on the screen momentarily but it will go away soon enough.
You could change the 3000 to something else but much lower than 1500 (1.5 seconds) and scripts can get flaky.
I've tested this script on the accounts where election disputes come up. Not certain it works all over Twitter but as long as they build their elements the same way for all disputes, it should pick up all of them. I don't know of any non political dispute accounts to test it against.
As an example, it works on the /search page.
https://twitter.com/search?q=is%20disputed&src=typed_query&f=live [Deleted] This claim about election fraud is disputed
Below is the script you copy and paste into your browser console. After pressing enter, the script will run. To stop the script from running you could close the tab, or close the entire browser, or just refresh the page by pressing the F5 key.
The script is not persistent beyond that tab. If you are on one Twitter page and click an @name link to another, the script will still be running. But, if you manually type in the persons name in the URL ex. twitter.com/aNEWname then that reloads the page and the script stops and would have to be pasted into the console again to fire up a new timer.
-
-
- ========= S C R I P T
-
setInterval(quietDispute,3000);
function quietDispute() {
var a=document.getElementsByTagName('a');
var aLength=a.length;
for (var i=0; i<aLength; i++) {
dispute=a[i];
if (dispute!=undefined) {
href=dispute.getAttribute('href');
if ( href.indexOf('/i/events/')!=-1 ) {
console.log(window.location.href+' [Deleted] '+dispute.childNodes[0].childNodes[1].childNodes[0].innerText);
// console.log(dispute);
dispute.remove();
}
}
} }
I can't go to your event but I think it would be snarky if people had umbrellas with them. Right now you are known for flags but the combination of an umbrella I think would allow you to mix in with your opponents (if they came around starting trouble) and give you every tactical advantage they use them for.
You could whip it out if you want to be off camera. You could whip it out if you want to hide someone. You could whip it out if you want to pass elsewhere. You could even whip it out if it rains or snows.
IMO you shouldn't avoid doing something that works for others, especially when they aren't playing fair otherwise - see cheating in the election multiple ways.
That's an idea I had rumbling around so made an account to post it. Have fun at the gathering. Plenty of us are watching.