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
| {"lastUpload":"2021-09-21T20:36:12.999Z","extensionVersion":"v3.4.3"} |
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
| # custom log file based on sender | |
| > /var/log/foo.log mode=0644 format=bsd rotate=seq compress file_max=5M all_max=50M | |
| ? [= Sender foo] [<= Level debug] file /var/log/foo.log |
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
| // ==UserScript== | |
| // @name lastfm-fix | |
| // @description CSS fixes and tweaks for the Last.fm redesign | |
| // @match http://www.last.fm/* | |
| // @grant none | |
| // @require http://code.jquery.com/jquery-latest.js | |
| // ==/UserScript== | |
| var pageURLCheckTimer = setInterval(function(){ | |
| if(this.lastPathStr !== location.pathname || |