

Nooo they dropped the pink one :(
I had just got the 8 pro the year before and wasn’t about to shell out for a 9 series, but damn I wanted that pink
Nooo they dropped the pink one :(
I had just got the 8 pro the year before and wasn’t about to shell out for a 9 series, but damn I wanted that pink
We found out my high school’s WiFi password was dymo$agptek14
and I’ve straight failed to enter my pin when I turned scramble numbers on. Had to pull up the emergency dialer to learn the numbers rather than muscle memory
1 and some change miles away. 3 closest 😎
We’re supposed to accept a criminals take on this whole event?? Nah, I find the testimony of the guy who had been in the same cell much more reliable
I have actually tried to get rid of a Twitter embed by clicking on the “X”
Honestly, AI websites that do sound like they’re talking about the right topic are worse. You’ll get halfway through the steps and realize it’s bullshit and wasted your fucking time
This in combination with the recent sudo privilege escalation could make some nice jail broken radios
I love how they champion Community Notes like it didn’t exist as Birdwatch before he bought it
I wrote this one ages ago to throw shopgoodwill.com items in my calendar because the times are in PDT and they don’t have any built in notification (that works)
Also made it work with govdeals but I haven’t tested that in ages so YMMV
Writes it to a Google calendar URL. I had it write to an ICS file at one point but I don’t have version control on this one file
javascript: (
() => {
function createItem(productTitle, date) {
console.log(productTitle, date);
window.open(`https://calendar.google.com/calendar/render?action=TEMPLATE&text=%24%7BproductTitle%7D&details=%24%7BproductTitle%7D @ Goodwill ${window.location}&dates=${date}/${date}`);
}
if (window.location.href.toString().includes("https://shopgoodwill.com/item/")) {
try {
let title = document.querySelectorAll(".mb-4.d-none.d-md-block.ng-star-inserted")[0].innerText;
let headers = document.querySelectorAll("th.font-weight-bold.text-nowrap");
let time;
if (headers[4].innerHTML == " Handling Price: ") {
time = headers[5] }
else {
time = headers[4]
}
time = time.parentElement.children[1].innerHTML.substring(0, 25) + "DT";
console.log(headers);
createItem(title, new Date(time).toISOString().split(".")[0].replace(/-/gi, "").replace(/:/gi, "") + "Z");
} catch (e) {
alert("An error occurred, check the console for full details: " + e);
console.log(e);
}
} else if (window.location.href.toString().includes("https://www.govdeals.com/index.cfm")) {
try {
createItem(document.querySelectorAll("#asset_short_desc_id")[0].innerText, new Date(document.querySelectorAll("tr > td[align='right'][nowrap='nowrap'] > b")[0].innerText.replace("ET", "EDT")).toISOString().split(".")[0].replace(/-/gi, "").replace(/:/gi, "") + "Z");
} catch (e) {
alert("An error occurred, check the console for full details: " + e);
console.log(e);
}
} else {
alert("This is not a goodwill or govdeals item page.");
}
})();
This isn’t YAML, this is just sparkling JSON
I’ve tried and it’s returned to my bank account just fine. Their purchase disputes are pretty easy too
Back in my day we crafted racist videos by hand
Apologies for the YouTube link, but it’s the only source I can find referencing it at the moment
https://youtu.be/MVXMcrRANC8
https://archive.org/details/kdewin4
You could try, but tourism is already on a decline to the United States
Is it bad I kinda fuck with this idea?
$10 says they haven’t actually escaped anything and it’s just hallucinating a directory structure & file contents