Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
Re: Version
0.3+63eef9f
// @grant none // ==/UserScript== function GM_addStyle(" \ video.webm { \ max-width: 100%; \ height: auto; \ } \ ");
Assuming this script is still maintained this section of code should be at least
@grant GM_addStyle
and not@grant none
.Thanks for the look.
Also you should probably remove the word
function
in front ofGM_addStyle
for it to work.