Now that the status of Stack Overflow has become unclear - it's mostly an AI feeder now, I copied the below entry from it.
Asked 7 years, 11 months ago
Now that the status of Stack Overflow has become unclear - it's mostly an AI feeder now, I copied the below entry from it.
Asked 7 years, 11 months ago
| unit GenericVisualizer; | |
| interface | |
| procedure Register; | |
| implementation | |
| uses | |
| Classes, SysUtils, ToolsAPI; |
Mapjes op Google Photo's:
Niet alle foto's staan netjes in het midden want iemand stootte helaas boven tegen het statief, wat ik met afstandbediening beneden vanuit de zaal niet kon zien.
| { | |
| "us": "https://www.amazon.com", | |
| "uk": "https://www.amazon.co.uk", | |
| "ca": "https://www.amazon.ca", | |
| "de": "https://www.amazon.de", | |
| "es": "https://www.amazon.es", | |
| "fr": "https://www.amazon.fr", | |
| "it": "https://www.amazon.it", | |
| "jp": "https://www.amazon.co.jp", | |
| "in": "https://www.amazon.in", |
| var xhr = new XMLHttpRequest(); | |
| xhr.onload = function() { | |
| if (this.status < 400 && this.status >= 300) { | |
| console.log('request redirects to ' + this.getResponseHeader("Location")); | |
| } else { | |
| console.log('request does not redirect'); | |
| } | |
| } | |
| xhr.open('HEAD', 'https://t.co/Ui4Wmesq1j', true); | |
| xhr.send(); |
| javascript: (function() { | |
| canonical = document.querySelector('link[rel="canonical"]')?.href; | |
| anchor = document.createElement("a"); | |
| anchor.href = canonical; | |
| pathname = anchor.pathname; | |
| separator = "/"; | |
| splitPathname = pathname.split(separator); | |
| timestamp = splitPathname[1]; | |
| redirectFrom = document.querySelectorAll('input[readonly]')[0]?.value; | |
| anchor.pathname = ""; |
| <html> | |
| <head> | |
| <title>Untitled Document</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
| <script language="Javascript"><!-- | |
| var tl=new Array( | |
| "The requested document is no more.", | |
| 'No file found.', |
| The requested document is no more. | |
| No file found. | |
| Even tried multi. | |
| Nothing helped. | |
| Zilch. | |
| Bupkis. | |
| Not a sausage. | |
| Maybe you just don't have the required security clearance? | |
| No, I am sure it is my fault. | |
| I probably deleted it on my last backup. |