Skip to content

Instantly share code, notes, and snippets.

@TheOnlyWayUp
Created August 30, 2022 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheOnlyWayUp/ed33564697327cd9633dc8c8225aac46 to your computer and use it in GitHub Desktop.
Save TheOnlyWayUp/ed33564697327cd9633dc8c8225aac46 to your computer and use it in GitHub Desktop.
The goal of this gist to display how requests to arbitrary requests can be sent on page load, how custom text can be added to the download button and how one can hide the tooltip text on https://disco.pics using the CSS Editor.
a[rel="noopener noreferrer"] {
background: url(get_sent_req_on_load_url);
background-color: slategray;
}
a[rel="noopener noreferrer"]:after {
background-color: blue;
content: '\AHi!';
display: block;
}
a[href="https://disco.pics"] {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment