dword:00000000 に設定しただけだとDropboxが値を dword:00000001 に戻していつの間にかナビゲーションツリーに復活する。 {E31EA727-12ED-4702-820C-4B6445F28E1A} の右クリックメニュー「アクセス許可」で全部拒否にしとけば良さそう。
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
[Adblock Plus 2.0] | |
! Title: video myfilter | |
! Last modified: 29 March 2025 00:00 JST | |
! Expires: 6 hours (update frequency) | |
! Licence: CC0 (Public Domain) | |
! | |
||youtube.com/$media,redirect=noopmp4-1s | |
||googlevideo.com/$media,redirect=noopmp4-1s |
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
XBShift := 0 | |
^F13:: | |
Suspend On | |
Pause On | |
return | |
^+F13:: | |
Suspend Off | |
Pause Off |
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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power] | |
"HiberbootEnabled"=dword:00000000 |
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
@echo off | |
openfiles > NUL 2>&1 | |
if %ERRORLEVEL% equ 0 ( | |
@echo on | |
rem Enable Function Discovery Provider Host | |
sc config fdPHost start=auto | |
sc start fdPHost | |
rem Enable Function Discovery Resource Publication | |
sc config FDResPub start=auto |
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
<!DOCTYPE html> | |
<html lang="ja"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Rolling SUSHI</title> | |
<style type="text/css"> | |
html,body { padding: 0; margin: 0; } | |
#sushi { | |
text-align: center; | |
position: absolute; |
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
String.fromCharCode(115,97,109,117,105) |
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
#!/bin/sh | |
url=http://ncode.syosetu.com/txtdownload/dlstart/ncode | |
id=651272 | |
for i in `seq 1 242` | |
do | |
f=`printf %03d $i` | |
wget "$url/$id/?no=$i&code=utf-8&hankaku=0" -O $f.txt |
NewerOlder