aboutsummaryrefslogtreecommitdiffstats
path: root/scratch.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'scratch.lisp')
-rw-r--r--scratch.lisp20
1 files changed, 20 insertions, 0 deletions
diff --git a/scratch.lisp b/scratch.lisp
new file mode 100644
index 0000000..7d64977
--- /dev/null
+++ b/scratch.lisp
@@ -0,0 +1,20 @@
+(ql:quickload "extreload")
+
+(defvar extreload::*config*
+ (extreload::make-config :socket-url "ws://127.0.0.1:55755/devtools/browser/4536efdf-6ddf-40b6-9a16-258a1935d866"
+ :reload-current-tab t
+ :debug-output t
+ :extension-ids '("imcibeelfmccdpnnlemllnepgbfdbkgo"))
+ )
+
+
+(replace
+ "chrome-extension://imcibeelfmccdpnnlemllnepgbfdbkgo/background.bundle.js"
+ ""
+ :end1 20)
+;chrome-extension://imcibeelfmccdpnnlemllnepgbfdbkgo/background.bundle.js
+
+(subseq
+ "chrome-extension://imcibeelfmccdpnnlemllnepgbfdbkgo/background.bundle.js"
+ 19
+ (+ 19 32))