

3·
6 days agoDon’t forget to add role="none" for accessibility.
moved from us instance


Don’t forget to add role="none" for accessibility.


Wait until you find out that people made and still make sites that load on both IE and Netscape.


nuh uh


Here’s this masterpiece I wrote for Python class.
import document
def greeting(user_name: str):
def generate_greeting(greet_user: str):
# Java
class Abstract_greeting_generator_factory_factoryClass:
def __init__(self):
def abstract_greeting_generator_factory_factory():
def abstract_greeting_generator_factory():
def abstract_greeting_generator(user_name: str):
def greeting_generator(user_name: str):
#return("Hello, " + user_name + "!")
# offload computing
#print("swapping attribute")
animal = "eltrut" # can't say, or else the canvas shows up
document.getElementById("python_" + animal[::-1] + "Canvas").setAttribute("greet_name", user_name)
#print("inserting script")
document.getElementById("python_" + animal[::-1] + "Canvas").innerHTML = "<input type=image src=1 onerror=\"document.getElementById('python_" + animal[::-1] + "Canvas').setAttribute('greet_name', 'Hello, ' + document.getElementById('python_" + animal[::-1] + "Canvas').getAttribute('greet_name') + '!')\">"
#print("waiting for response")
while document.getElementById("python_" + animal[::-1] + "Canvas").getAttribute("greet_name") == user_name:
pass # CPU waste inator 3000
#print("hiding crimes")
# id=xss doesn't w*rk, I tried
document.getElementById("python_" + animal[::-1] + "Canvas").innerHTML = ""
#print("returning")
return(document.getElementById("python_" + animal[::-1] + "Canvas").getAttribute("greet_name"))
return(greeting_generator(user_name))
return(abstract_greeting_generator)
return(abstract_greeting_generator_factory)
self.abstract_greeting_generator_factory_factory = abstract_greeting_generator_factory_factory
def return_greeting_generator_factory_factory(self):
return(self.abstract_greeting_generator_factory_factory)
Abstract_greeting_generator_factory_factoryClassInstance = Abstract_greeting_generator_factory_factoryClass()
abstract_greeting_generator_factory_factoryInstance = Abstract_greeting_generator_factory_factoryClassInstance.return_greeting_generator_factory_factory()
abstract_greeting_generator_factoryInstance = abstract_greeting_generator_factory_factoryInstance()
abstract_greeting_generatorInstance = abstract_greeting_generator_factoryInstance()
return(abstract_greeting_generatorInstance(greet_user))
return(generate_greeting(user_name))
print(greeting(input("Name: ")))
I also have one somewhere that runs Minecraft


What is this from?
“GMail takeout files” aren’t a thing. mbox is a standard file format from Unix. Some Unix-likes provide the
mailcommand and on others you have to installs-nail, after which you can domail -f {path to mbox}to view all mail inside. If there are multiple files, you can literally just concatenate them like so:cat /somedirectory/*.mbox > theultimate.mbox.Apart from that, most GUI mail clients allow viewing mbox. When the mbox file updates, the client says you have new mail. For example, in Claws Mail, skip setup, then go to plugins and enable the mbox plugin (while you are there, may as well enable pgp, s/mime, calendar, dillo to handle all formats). Then, go to create new account, and in the “Basics” tab, select “local mbox file” for "Receive protocol ". It will then ask for a file path.
Also, if your Google account settings allow, you can literally just login to Google from Claws mail. Set protocol to IMAP, then set Authentication method to Oauth2 in both Receive and Send tabs. Proceed with setup as usual and it will open your default web browser to login. After that, it will download your entire history of mail.