Hacker News new | ask | show | jobs
by Sephr 2447 days ago
The DRM scheme could use some work. Here's a simple crack (run from the extension license page):

    chrome.storage.sync.set({
        spider_valid_license: {
            key: 'No license (00000000-00000000-00000000-00000000)',
            lastChecked: new Date('Jan 1 3000')
        }
    })