Created
August 30, 2022 17:47
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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