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
| { | |
| // Editor | |
| "editor.lineNumbers": "interval", | |
| "editor.cursorBlinking": "smooth", | |
| "editor.renderControlCharacters": true, | |
| "editor.renderWhitespace": "boundary", | |
| "editor.stickyScroll.enabled": true, | |
| "explorer.fileNesting.enabled": true, | |
| "telemetry.telemetryLevel": "off", | |
| "window.title": "${dirty}${activeEditorMedium}${separator}${rootName}", |
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 Add Caption to Movie Poster | |
| // @namespace https://moviewalker.jp/theater/tokyo/ | |
| // @version 2025-03-09 | |
| // @description Add caption below movie poster and reduce opacity for duplicates | |
| // @author You | |
| // @match https://press.moviewalker.jp/theater/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=moviewalker.jp | |
| // @grant none | |
| // @noframes |
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
| /* https://.*\.connpass\.com/event/.* */ | |
| user_info { | |
| display: grid; | |
| grid-template-areas: | |
| "display_name label_ptype_name label_status_tag" | |
| "user_profile user_profile user_profile"; | |
| grid-template-columns: 1fr auto auto; | |
| grid-column-gap: 8px; | |
| align-items: start; |
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
| javascript:(function(){var generateText=function(){var title=document.title;var url=new URL(location);url.searchParams["delete"]("rss");url.searchParams["delete"]("fbclid");var text="["+title+"]( "+url.toString()+" )";return text};var copyText=function(text){var copyFrom=document.createElement("textarea");copyFrom.textContent=text;var bodyElement=document.body;bodyElement.appendChild(copyFrom);copyFrom.select();var copy=document.execCommand("copy");if(!copy)copy=navigator.clipboard.writeText(copyFrom.textContent);bodyElement.removeChild(copyFrom);return copy};copyText(generateText());console.log(generateText())})(); |
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
| javascript:(function(){var%20d=location.pathname.split('/');for(var%20i=0;i<d.length;i++){if(d[i].length=10&&/^[A-Z0-9]*$/.test(d[i])){window.location.href='https://www.amazon.co.jp/dp/'+d[i]+'/ref=nosim?tag=hoge-22'}}})(); |