- copy the autostart
cp /etc/xdg/lxsession/LXDE-pi/autostart ~/.config/lxsession/LXDE-pi/
How to make an application icon for macOS using
iconset&iconutil
| // ==UserScript== | |
| // @name Fakespot Amazon | |
| // @version 1 | |
| // @match https://*.amazon.com/* | |
| // ==/UserScript== | |
| const url = "https://www.fakespot.com/analyze?url="+ encodeURIComponent(window.location) | |
| window.addEventListener('load', () => { | |
| let ratings = document.getElementById("averageCustomerReviews_feature_div"); |