aboutsummaryrefslogtreecommitdiffstats
path: root/scratch.lisp
blob: 7d64977d51dc295a225db4233b25d2f36e0af60c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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))