sudo chmod -x /bin/warp-taskbar && pkill warp-taskbar👍️
sudo chmod -x /bin/warp-taskbar && pkill warp-taskbar👍️
| // ==UserScript== | |
| // @name Animepahe Autoplay | |
| // @namespace https://greasyfork.org/en/scripts/518033-animepahe-autoplay/ | |
| // @version 2.1 | |
| // @description Autoplay videos for you in Animepahe | |
| // @author lemonade_for_life | |
| // @match https://animepahe.ru/play/* | |
| // @include https://kwik.si/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=animepahe.ru | |
| // @grant none |
Opacity Value Range from 0 to 1.
dconf write /org/gnome/Ptyxis/Profiles/6d4baaac3a9156599eea306267b6b94a/opacity 0.85| // ==UserScript== | |
| // @name IMDB Watch History Exporter | |
| // @namespace https://www.imdb.com/ | |
| // @version 0.1.0 | |
| // @description Export your IMDB watch history to CSV | |
| // @author lemonade | |
| // @match https://www.imdb.com/user/*/watchhistory/* | |
| // @match https://www.imdb.com/user/*/watchhistory | |
| // @grant GM_addStyle | |
| // @grant GM_xmlhttpRequest |
| <!doctype html> | |
| <html> | |
| <body> | |
| <h1> Header 1 </h1> | |
| <p> | |
| <b>This is bold</b> <br> | |
| <b><u>This is bold and underlined</u></b> <br> | |
| <i>This is italic</i> <br> | |
| <del>This text is deleted text.</del> <br> | |
| <em>The principle said,</em> <q><i>BAF Shaheen College Dhaka is a well renowned and prestigious educational institution.</i></q> <br> |
| // ==UserScript== | |
| // @name MAL Seasonal View | |
| // @namespace mal-list-to-card | |
| // @version 3.0 | |
| // @description Converts MyAnimeList's table list view into MAL's native seasonal-anime card markup | |
| // @author lemonadeforlife | |
| // @match https://myanimelist.net/anime.php?cat=anime* | |
| // @grant none | |
| // ==/UserScript== |